trunk/src/mame/drivers/8080bw.c
| r19651 | r19652 | |
| 156 | 156 | sound, a sort of rattling noise. Unable to find evidence |
| 157 | 157 | of this (so far). |
| 158 | 158 | |
| 159 | - Steel Worker, Space Commander |
| 160 | Holding down the coin button causes the credits to rapidly increase. |
| 161 | |
| 162 | |
| 159 | 163 | *****************************************************************************/ |
| 160 | 164 | |
| 161 | 165 | #include "emu.h" |
| r19651 | r19652 | |
| 2036 | 2040 | |
| 2037 | 2041 | static ADDRESS_MAP_START( steelwkr_io_map, AS_IO, 8, _8080bw_state ) |
| 2038 | 2042 | AM_RANGE(0x01, 0x01) AM_READ_PORT("IN1") |
| 2039 | | AM_RANGE(0x02, 0x02) AM_READ_PORT("IN2") AM_DEVWRITE_LEGACY("mb14241", mb14241_shift_count_w) |
| 2043 | AM_RANGE(0x02, 0x02) AM_READ(invrvnge_02_r) AM_DEVWRITE_LEGACY("mb14241", mb14241_shift_count_w) |
| 2040 | 2044 | AM_RANGE(0x03, 0x03) AM_DEVREAD_LEGACY("mb14241", mb14241_shift_result_r) AM_WRITE(invadpt2_sh_port_1_w) |
| 2041 | 2045 | AM_RANGE(0x04, 0x04) AM_DEVWRITE_LEGACY("mb14241", mb14241_shift_data_w) |
| 2042 | 2046 | AM_RANGE(0x05, 0x05) AM_WRITE(invadpt2_sh_port_2_w) |