mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
Cleanups and version bump
This commit is contained in:
parent
7150db5043
commit
c0b3576488
@ -1073,7 +1073,7 @@ ROM_END
|
||||
ROM_START( ridheroh )
|
||||
ROM_REGION( 0x100000, "maincpu", 0 )
|
||||
ROM_LOAD16_WORD_SWAP( "006-pg1.p1", 0x000000, 0x080000, BAD_DUMP CRC(52445646) SHA1(647bb31f2f68453c1366cb6e2e867e37d1df7a54) ) /* MB834200 */
|
||||
/* Chip label p1h doesn´t exist, renamed temporarly to pg1, marked BAD_DUMP. This needs to be verified. */
|
||||
/* Chip label p1h doesn?t exist, renamed temporarly to pg1, marked BAD_DUMP. This needs to be verified. */
|
||||
|
||||
ROM_REGION( 0x1000, "mcu", 0 ) /* Hitachi HD6301V1 MCU */
|
||||
ROM_LOAD( "hd6301v1p.com", 0x0000, 0x1000, NO_DUMP )
|
||||
|
@ -12656,6 +12656,7 @@ ep_cascz // Casino Crazy (Global)
|
||||
ep_wside // Wildside (Global)
|
||||
ep_goldf // Gold Fever (Impulse)
|
||||
ep_imj // I'm A Jackpot (Global)
|
||||
ep_itj3a
|
||||
|
||||
// MPU2
|
||||
|
||||
|
@ -38,4 +38,4 @@
|
||||
***************************************************************************/
|
||||
|
||||
extern const char build_version[];
|
||||
const char build_version[] = "0.143u4 ("__DATE__")";
|
||||
const char build_version[] = "0.143u5 ("__DATE__")";
|
||||
|
Loading…
Reference in New Issue
Block a user