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:
goyuken 2014-02-26 20:24:31 +00:00
parent 7a9eb9f6cb
commit 8e0952c494
2 changed files with 1 additions and 1 deletions

View File

@ -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.