GB: Fix writing IE
Jeffrey Pfau jeffrey@endrift.com
Fri, 15 Jan 2016 01:29:32 -0800
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/gb/io.c
→
src/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) {