gambatte: support reading\writing IER through the HRAM memory domain. if you write something funny there and break something, then you better call al gore
This commit is contained in:
parent
7a9eb9f6cb
commit
8e0952c494
|
@ -1063,7 +1063,7 @@ bool Memory::getMemoryArea(int which, unsigned char **data, int *length) {
|
|||
return true;
|
||||
case 5: // hram
|
||||
*data = &ioamhram[384];
|
||||
*length = 127;
|
||||
*length = 128;
|
||||
return true;
|
||||
case 6: // bgpal
|
||||
*data = (unsigned char *)display.bgPalette();
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue