mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
jade: "make sure you remove all reference to jgz80, because we *know* that's wrong" [Robbbert] (nw)
This commit is contained in:
parent
641ad4e434
commit
b83c31c7b9
@ -91,7 +91,7 @@ MACHINE_CONFIG_END
|
||||
/* ROM definition */
|
||||
ROM_START( jade )
|
||||
ROM_REGION( 0x800, "roms", 0 )
|
||||
ROM_LOAD( "jgz80.rom", 0x0000, 0x0800, CRC(90c4a1ef) SHA1(8a93a11051cc27f3edca24f0f4297ebe0099964e) )
|
||||
ROM_LOAD( "jade.rom", 0x0000, 0x0800, CRC(90c4a1ef) SHA1(8a93a11051cc27f3edca24f0f4297ebe0099964e) )
|
||||
ROM_END
|
||||
|
||||
/* Driver */
|
||||
|
Loading…
Reference in New Issue
Block a user