summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mitchell.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-09-11 16:25:46 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-09-11 16:25:46 +0000
commitaa2b6bd29a0859160a436e0e46b65fde992208a6 (patch)
tree7181b0bc9c286f810c44767256e08398f5b881ae /src/mame/drivers/mitchell.c
parentae2d1ed21ae633a1746266f32ea5e7d36397b55e (diff)
Cleanups and version bump.mame0127u3
Diffstat (limited to 'src/mame/drivers/mitchell.c')
-rw-r--r--src/mame/drivers/mitchell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mitchell.c b/src/mame/drivers/mitchell.c
index 13c7430df3a..00c4c9badbc 100644
--- a/src/mame/drivers/mitchell.c
+++ b/src/mame/drivers/mitchell.c
@@ -388,7 +388,7 @@ static ADDRESS_MAP_START( io_map, ADDRESS_SPACE_IO, 8 )
ADDRESS_MAP_GLOBAL_MASK(0xff)
AM_RANGE(0x00, 0x00) AM_WRITE(pang_gfxctrl_w) /* Palette bank, layer enable, coin counters, more */
AM_RANGE(0x00, 0x02) AM_READ(input_r) /* Super Pang needs a kludge to initialize EEPROM.
- The Mahjong games and Block Block need special input treatment */
+ The Mahjong games and Block Block need special input treatment */
AM_RANGE(0x01, 0x01) AM_WRITE(input_w)
AM_RANGE(0x02, 0x02) AM_WRITE(pang_bankswitch_w) /* Code bank register */
AM_RANGE(0x03, 0x03) AM_READWRITE(input_port_12_r, ym2413_data_port_0_w) /* mgakuen only */