all repos — mgba @ db30642645ddf33e1ba9a03e96c8d43b26b78e47

mGBA Game Boy Advance Emulator

GBA SIO: Fix embarrassing build breakage
Jeffrey Pfau jeffrey@endrift.com
Mon, 25 May 2015 00:44:15 -0700
commit

db30642645ddf33e1ba9a03e96c8d43b26b78e47

parent

e0d0e86b7065cdaed1f7006183977e207714bccd

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

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

@@ -139,7 +139,6 @@ switch (sio->mode) {

case SIO_NORMAL_8: case SIO_NORMAL_32: value |= 0x0004; - if (value & 0x0080) { if ((value & 0x4080) == 0x4080) { // TODO: Test this on hardware to see if this is correct GBARaiseIRQ(sio->p, IRQ_SIO);