Update 190.c

This commit is contained in:
retro-wertz
2017-02-18 01:55:17 +08:00
committed by GitHub
parent 13f6f51641
commit f4e1adbc64

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");
}
}