mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) Fixed regression. (nw)
This commit is contained in:
parent
3ad939654b
commit
b27b6b5bcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user