trunk/src/mame/machine/deco146.c
| r24592 | r24593 | |
| 1493 | 1493 | { |
| 1494 | 1494 | retdata = m_port_c_r(0); |
| 1495 | 1495 | } |
| 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 | | } |
| 1515 | 1496 | else |
| 1516 | 1497 | { |
| 1517 | 1498 | if (m_current_rambank==0) |