* correct romlist.bin (Club Penguin Herbert's Revenge EUR uses 4K EEPROM, not 64K)

* support 32bit reads to POWCNT1 (and also POSTFLG)

fixes #300

(insert sparta meme)
This commit is contained in:
StapleButter 2018-12-13 15:03:06 +01:00
parent ef79cc06f3
commit aa8c84f040
2 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -2515,6 +2515,9 @@ u32 ARM9IORead32(u32 addr)
case 0x040002B8: return SqrtVal[0];
case 0x040002BC: return SqrtVal[1];
case 0x04000300: return PostFlag9;
case 0x04000304: return PowerControl9;
case 0x04100000:
if (IPCFIFOCnt9 & 0x8000)
{