Previous 199869 Revisions Next

r24593 Wednesday 31st July, 2013 at 06:39:21 UTC by Alex Jackson
deco146.c: fix compile (nw)
[src/mame/machine]deco146.c

trunk/src/mame/machine/deco146.c
r24592r24593
14931493   {
14941494      retdata = m_port_c_r(0);
14951495   }
1496   else if (location==INPUT_PORT_A_NV)
1497   {
1498      fatalerror("INPUT_PORT_A_NV %04x\n", address);
1499   }
1500   else if (location==INPUT_PORT_B_NV)
1501   {
1502      fatalerror("INPUT_PORT_B_NV %04x\n", address);
1503
1504   }
1505   else if (location==INPUT_PORT_C_NV)
1506   {
1507      fatalerror("INPUT_PORT_C_NV %04x\n", address);
1508
1509   }
1510   else if (location==INPUT_NOT_FOUND)
1511   {
1512      fatalerror("INPUT_NOT_FOUND %04x\n", address);
1513
1514   }
15151496   else
15161497   {
15171498      if (m_current_rambank==0)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team