summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2016-03-31 12:12:33 +0200
committer Angelo Salese <angelosa@users.noreply.github.com>2016-03-31 12:12:33 +0200
commitd4cd5a6db9d9d55a4165761650d5a8e49b45a071 (patch)
tree5fb8b88cb9376f3901c9a7dbf33efe72b79b0f42 /src
parent74d10ce1c2c31e303bfa2e1cf57142ad7527158a (diff)
Minor convention fix, nw
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/pitnrun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pitnrun.cpp b/src/mame/drivers/pitnrun.cpp
index 1b33f532e49..71c67b999c2 100644
--- a/src/mame/drivers/pitnrun.cpp
+++ b/src/mame/drivers/pitnrun.cpp
@@ -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