mirror of
https://github.com/holub/mame
synced 2025-06-08 13:53:52 +03:00
uzebox : fix validation
This commit is contained in:
parent
ca80e04681
commit
b702e42b2f
@ -145,7 +145,7 @@ ROM_START( uzebox )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 ) /* Main program store */
|
||||
ROM_CART_LOAD("cart1", 0x0000, 0x10000, ROM_OPTIONAL)
|
||||
|
||||
ROM_REGION( 0x200, "eeprom", 0 ) /* on-die eeprom */
|
||||
ROM_REGION( 0x200, "eeprom", ROMREGION_ERASE00 ) /* on-die eeprom */
|
||||
ROM_END
|
||||
|
||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME */
|
||||
|
Loading…
Reference in New Issue
Block a user