mirror of
https://github.com/holub/mame
synced 2025-10-05 16:50:57 +03:00
Minor convention fix, nw
This commit is contained in:
parent
74d10ce1c2
commit
d4cd5a6db9
@ -113,8 +113,8 @@ static ADDRESS_MAP_START( pitnrun_map, AS_PROGRAM, 8, pitnrun_state )
|
||||
AM_RANGE(0xc805, 0xc805) AM_WRITE(h_heed_w)
|
||||
AM_RANGE(0xc806, 0xc806) AM_WRITE(v_heed_w)
|
||||
AM_RANGE(0xc807, 0xc807) AM_WRITE(ha_w)
|
||||
AM_RANGE(0xd800, 0xd800) AM_READ(mcu_status_r)
|
||||
AM_RANGE(0xd000, 0xd000) AM_READ(mcu_data_r)
|
||||
AM_RANGE(0xd800, 0xd800) AM_READ(mcu_status_r)
|
||||
AM_RANGE(0xf000, 0xf000) AM_READ(watchdog_reset_r)
|
||||
ADDRESS_MAP_END
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user