negativeExponent
2022-02-08 15:19:11 +08:00
parent e8f1cd53eb
commit f49b0d5100
3 changed files with 277 additions and 119 deletions

View File

@@ -81,7 +81,6 @@ static void M368Power(void) {
SetWriteHandler(0x4022, 0x4022, M368WritePRG);
SetWriteHandler(0x4120, 0x4120, M368WritePRG);
SetWriteHandler(0x4122, 0x4122, M368WriteIRQ);
//SetWriteHandler(0x8000, 0xffff, M368WriteUNROM);
}
static void M368Reset(void) {