diff options
| author | 2014-10-15 07:19:47 +0000 | |
|---|---|---|
| committer | 2014-10-15 07:19:47 +0000 | |
| commit | c93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch) | |
| tree | a5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/emu/bus/arcadia | |
| parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) | |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/emu/bus/arcadia')
| -rw-r--r-- | src/emu/bus/arcadia/slot.c | 3 | ||||
| -rw-r--r-- | src/emu/bus/arcadia/slot.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/bus/arcadia/slot.c b/src/emu/bus/arcadia/slot.c index 96eba58bfcc..13ed093e412 100644 --- a/src/emu/bus/arcadia/slot.c +++ b/src/emu/bus/arcadia/slot.c @@ -155,7 +155,7 @@ bool arcadia_cart_slot_device::call_load() UINT32 len = (software_entry() == NULL) ? length() : get_software_region_length("rom"); m_cart->rom_alloc(len, tag()); - + if (software_entry() == NULL) fread(m_cart->get_rom_base(), len); else @@ -260,4 +260,3 @@ READ8_MEMBER(arcadia_cart_slot_device::extra_rom) else return 0xff; } - diff --git a/src/emu/bus/arcadia/slot.h b/src/emu/bus/arcadia/slot.h index 71cd5e0dc96..ce9f6363dbd 100644 --- a/src/emu/bus/arcadia/slot.h +++ b/src/emu/bus/arcadia/slot.h @@ -99,6 +99,5 @@ extern const device_type EA2001_CART_SLOT; #define MCFG_ARCADIA_CARTRIDGE_ADD(_tag,_slot_intf,_def_slot) \ MCFG_DEVICE_ADD(_tag, EA2001_CART_SLOT, 0) \ - MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, false) \ - + MCFG_DEVICE_SLOT_INTERFACE(_slot_intf, _def_slot, false) #endif |
