Slight fixes; add GNU preamble.

This commit is contained in:
NewRisingSun
2025-09-17 19:20:54 +02:00
parent 5d88968cf9
commit fc9d69430d
3 changed files with 42 additions and 1 deletions

View File

@@ -91,5 +91,6 @@ void Mapper518_Init (CartInfo *info) {
info->Reset = reset;
GameStateRestore = restore;
PPU_hook = trapPPUAddressChange;
AddExState(reg, 2, 0, "REGS");
AddExState(&chr, 1, 0, "CHRB");
}