all repos — mgba @ c3abc16a94a021cb6dc111834d3672ffd2fa9f00

mGBA Game Boy Advance Emulator

GB: Fix writing IE
Jeffrey Pfau jeffrey@endrift.com
Fri, 15 Jan 2016 01:29:32 -0800
commit

c3abc16a94a021cb6dc111834d3672ffd2fa9f00

parent

0d4bb5dc2bc1ddd008108dcf1ce18f863668f556

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

jump to
M src/gb/io.csrc/gb/io.c

@@ -24,7 +24,7 @@ break;

case REG_IE: gb->memory.ie = value; GBUpdateIRQs(gb); - break; + return; default: // TODO: Log if (address >= GB_SIZE_IO) {