Merge pull request #74 from retro-wertz/add_mapper190

cleanup 190.c
This commit is contained in:
Twinaphex
2017-02-24 08:21:47 +01:00
committed by GitHub

View File

@@ -82,4 +82,4 @@ void Mapper190_Init(CartInfo *info) {
AddExState(&prgr, 1, 0, "PRGR");
AddExState(chrr, 4, 0, "CHRR");
AddExState(WRAM, 0x2000, 0, "WRAM");
}
}