cosmicg.cpp: restore missing code, fix regression [Peter Ferrie]

fixes 5237
This commit is contained in:
Peter Ferrie 2022-01-03 18:20:27 -08:00
parent b5f78b5b9e
commit 92c5f8ae84

View File

@ -426,6 +426,12 @@ void cosmicg_state::init_cosmicg()
rom[offs] = normal;
}
/* Patch to avoid crash - Seems like duff romcheck routine */
/* I would expect it to be bitrot, but have two romsets */
/* from different sources with the same problem! */
rom[0x1e9e] = 0x04;
rom[0x1e9f] = 0xc0;
}