mirror of
https://github.com/libretro/mgba.git
synced 2024-11-30 19:50:34 +00:00
GBA SIO: Update timings based on observation
This commit is contained in:
parent
29e118b512
commit
bb05764cd5
@ -8,10 +8,10 @@
|
||||
#include "gba/io.h"
|
||||
|
||||
const int GBASIOCyclesPerTransfer[4][MAX_GBAS] = {
|
||||
{ 31457, 62914, 94371, 125829 },
|
||||
{ 7864, 15728, 23592, 31457 },
|
||||
{ 5242, 10485, 15728, 20971 },
|
||||
{ 2621, 5242, 7864, 10485 }
|
||||
{ 38326, 73003, 107680, 142356 },
|
||||
{ 9582, 18251, 26920, 35589 },
|
||||
{ 6388, 12167, 17947, 23726 },
|
||||
{ 3194, 6075, 8973, 11863 }
|
||||
};
|
||||
|
||||
static struct GBASIODriver* _lookupDriver(struct GBASIO* sio, enum GBASIOMode mode) {
|
||||
|
Loading…
Reference in New Issue
Block a user