Previous 199869 Revisions Next

r18956 Wednesday 14th November, 2012 at 09:10:02 UTC by Robbbert
rollingc :  Added sound to the 'Moon Base' portion of this game [Robbbert]
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r18955r18956
927927/*******************************************************/
928928/*                                                     */
929929/* Nichibutsu "Rolling Crash"                          */
930/* Press left-arrow to play "Moon Base"                */
930931/*                                                     */
931932/*******************************************************/
932933
r18955r18956
943944   AM_RANGE(0x00, 0x00) AM_READ_PORT("IN0") AM_WRITE(rollingc_sh_port_w)
944945   AM_RANGE(0x01, 0x01) AM_READ_PORT("IN1")
945946   AM_RANGE(0x02, 0x02) AM_READ_PORT("IN2") AM_DEVWRITE_LEGACY("mb14241", mb14241_shift_count_w)
946   AM_RANGE(0x03, 0x03) AM_DEVREAD_LEGACY("mb14241", mb14241_shift_result_r)
947   AM_RANGE(0x03, 0x03) AM_DEVREAD_LEGACY("mb14241", mb14241_shift_result_r) AM_WRITE(invadpt2_sh_port_1_w)
947948   AM_RANGE(0x04, 0x04) AM_DEVWRITE_LEGACY("mb14241", mb14241_shift_data_w)
949   AM_RANGE(0x05, 0x05) AM_WRITE(invadpt2_sh_port_2_w)
948950ADDRESS_MAP_END
949951
950952

Previous 199869 Revisions Next


© 1997-2024 The MAME Team