mirror of
https://github.com/holub/mame
synced 2025-07-07 19:03:29 +03:00
cosmicg.cpp: restore missing code, fix regression [Peter Ferrie]
fixes 5237
This commit is contained in:
parent
b5f78b5b9e
commit
92c5f8ae84
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user