mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
OS X compile fix (nw)
This commit is contained in:
parent
bc2193dab3
commit
670d62425e
@ -1891,8 +1891,6 @@ void apple2e_state::write_slot_rom(address_space &space, int slotbias, int offse
|
||||
|
||||
UINT8 apple2e_state::read_int_rom(address_space &space, int slotbias, int offset)
|
||||
{
|
||||
int slotnum = (slotbias & 0x700) >> 8;
|
||||
|
||||
if ((m_cnxx_slot == CNXX_UNCLAIMED) && (!space.debugger_access()))
|
||||
{
|
||||
m_cnxx_slot = CNXX_INTROM;
|
||||
|
Loading…
Reference in New Issue
Block a user