summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/funworld.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-01-07 14:25:34 +0000
committer smf- <smf-@users.noreply.github.com>2014-01-07 14:25:34 +0000
commit4a0d5a4c65c685837d142fc661b44aac04b3a502 (patch)
tree4ebef14e88c7c72cfafe017a4ea6f9c1522b7baf /src/mame/drivers/funworld.c
parentdfeda5a01716660782a175b26eb0d9e62ac9b132 (diff)
remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw)
Diffstat (limited to 'src/mame/drivers/funworld.c')
-rw-r--r--src/mame/drivers/funworld.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/drivers/funworld.c b/src/mame/drivers/funworld.c
index 582a035ade9..d5954c6d38f 100644
--- a/src/mame/drivers/funworld.c
+++ b/src/mame/drivers/funworld.c
@@ -2534,13 +2534,13 @@ static MACHINE_CONFIG_START( fw1stpal, funworld_state )
MCFG_NVRAM_ADD_0FILL("nvram")
MCFG_DEVICE_ADD("pia0", PIA6821, 0)
- MCFG_PIA6821_READPA_HANDLER(IOPORT("IN0"))
- MCFG_PIA6821_READPB_HANDLER(IOPORT("IN1"))
+ MCFG_PIA_READPA_HANDLER(IOPORT("IN0"))
+ MCFG_PIA_READPB_HANDLER(IOPORT("IN1"))
MCFG_DEVICE_ADD("pia1", PIA6821, 0)
- MCFG_PIA6821_READPA_HANDLER(IOPORT("IN2"))
- MCFG_PIA6821_READPB_HANDLER(IOPORT("DSW"))
- MCFG_PIA6821_CA2_HANDLER(WRITELINE(funworld_state, pia1_ca2_w))
+ MCFG_PIA_READPA_HANDLER(IOPORT("IN2"))
+ MCFG_PIA_READPB_HANDLER(IOPORT("DSW"))
+ MCFG_PIA_CA2_HANDLER(WRITELINE(funworld_state, pia1_ca2_w))
/* video hardware */