(MESS) Fixed regression. (nw)

This commit is contained in:
Curt Coder 2013-03-28 14:22:34 +00:00
parent 3ad939654b
commit b27b6b5bcd

View File

@ -23,7 +23,7 @@ const device_type C64_DELA_EP64 = &device_creator<c64_dela_ep64_cartridge_device
//-------------------------------------------------
ROM_START( c64_dela_ep64 )
ROM_REGION( 0x10000, "rom", 0 )
ROM_REGION( 0x10000, "eprom", 0 )
ROM_CART_LOAD( "rom1", 0x0000, 0x08000, ROM_MIRROR )
ROM_CART_LOAD( "rom2", 0x8000, 0x08000, ROM_MIRROR )
ROM_END