uzebox : fix validation

This commit is contained in:
Robbbert 2012-11-07 08:40:26 +00:00
parent ca80e04681
commit b702e42b2f

View File

@ -145,7 +145,7 @@ ROM_START( uzebox )
ROM_REGION( 0x10000, "maincpu", 0 ) /* Main program store */ ROM_REGION( 0x10000, "maincpu", 0 ) /* Main program store */
ROM_CART_LOAD("cart1", 0x0000, 0x10000, ROM_OPTIONAL) 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 ROM_END
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME */ /* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME */