Previous 199869 Revisions Next

r19652 Tuesday 18th December, 2012 at 10:58:18 UTC by Robbbert
Steelwkr : fixed player2 controls in upright cab
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r19651r19652
156156        sound, a sort of rattling noise. Unable to find evidence
157157        of this (so far).
158158
159    - Steel Worker, Space Commander
160        Holding down the coin button causes the credits to rapidly increase.
161
162
159163*****************************************************************************/
160164
161165#include "emu.h"
r19651r19652
20362040
20372041static ADDRESS_MAP_START( steelwkr_io_map, AS_IO, 8, _8080bw_state )
20382042   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)
20402044   AM_RANGE(0x03, 0x03) AM_DEVREAD_LEGACY("mb14241", mb14241_shift_result_r) AM_WRITE(invadpt2_sh_port_1_w)
20412045   AM_RANGE(0x04, 0x04) AM_DEVWRITE_LEGACY("mb14241", mb14241_shift_data_w)
20422046   AM_RANGE(0x05, 0x05) AM_WRITE(invadpt2_sh_port_2_w)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team