all repos — mgba @ bb05764cd5ee87d0a679799ca4025d3c28c4bb33

mGBA Game Boy Advance Emulator

GBA SIO: Update timings based on observation
Jeffrey Pfau jeffrey@endrift.com
Tue, 24 Feb 2015 00:58:14 -0800
commit

bb05764cd5ee87d0a679799ca4025d3c28c4bb33

parent

29e118b512ed5b0b5bb3df86c432139687f477ca

1 files changed, 4 insertions(+), 4 deletions(-)

jump to
M src/gba/sio.csrc/gba/sio.c

@@ -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) {