summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2015-06-02 20:07:18 +0200
committer hap <happppp@users.noreply.github.com>2015-06-02 20:07:18 +0200
commit78f313bce93ccda6193672f481d3df0239d45327 (patch)
tree521edd487b008bcdc0fe47ee742e1216c86bca0a /src
parentc5891758cb9fb5cc4a56d2af3c3287fc5e29851f (diff)
woops, wrong port
Diffstat (limited to 'src')
-rw-r--r--src/mame/audio/taito_zm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/taito_zm.c b/src/mame/audio/taito_zm.c
index 469e048c88f..069a6536759 100644
--- a/src/mame/audio/taito_zm.c
+++ b/src/mame/audio/taito_zm.c
@@ -173,8 +173,8 @@ MACHINE_CONFIG_FRAGMENT( taito_zoom_sound )
/* basic machine hardware */
MCFG_TAITO_ZOOM_ADD("taito_zoom")
MCFG_CPU_ADD("mn10200", MN1020012A, XTAL_25MHz/2)
- MCFG_MN10200_READ_PORT_CB(0, DEVREAD8("taito_zoom", taito_zoom_device, tms_ctrl_r))
- MCFG_MN10200_WRITE_PORT_CB(0, DEVWRITE8("taito_zoom", taito_zoom_device, tms_ctrl_w))
+ MCFG_MN10200_READ_PORT_CB(1, DEVREAD8("taito_zoom", taito_zoom_device, tms_ctrl_r))
+ MCFG_MN10200_WRITE_PORT_CB(1, DEVWRITE8("taito_zoom", taito_zoom_device, tms_ctrl_w))
MCFG_CPU_PROGRAM_MAP(taitozoom_mn_map)
MCFG_QUANTUM_TIME(attotime::from_hz(60000))