Previous 199869 Revisions Next

r33413 Sunday 16th November, 2014 at 21:51:06 UTC by R. Belmont
OS X compile fix (nw)
[src/mess/drivers]apple2e.c

trunk/src/mess/drivers/apple2e.c
r241924r241925
18911891
18921892UINT8 apple2e_state::read_int_rom(address_space &space, int slotbias, int offset)
18931893{
1894   int slotnum = (slotbias & 0x700) >> 8;
1895
18961894   if ((m_cnxx_slot == CNXX_UNCLAIMED) && (!space.debugger_access()))
18971895   {
18981896      m_cnxx_slot = CNXX_INTROM;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team