GB I/O: Fix STAT writing
Jeffrey Pfau jeffrey@endrift.com
Sat, 25 Jun 2016 01:34:13 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/gb/io.c
→
src/gb/io.c
@@ -369,6 +369,7 @@ GBVideoWritePalette(&gb->video, address, value);
break; case REG_STAT: GBVideoWriteSTAT(&gb->video, value); + value = gb->video.stat; break; case 0x50: if (gb->memory.romBase != gb->memory.rom) {