summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tdv2324.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tdv2324.cpp')
-rw-r--r--src/mame/drivers/tdv2324.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tdv2324.cpp b/src/mame/drivers/tdv2324.cpp
index 36be7f125da..9e51db08c53 100644
--- a/src/mame/drivers/tdv2324.cpp
+++ b/src/mame/drivers/tdv2324.cpp
@@ -283,7 +283,7 @@ static MACHINE_CONFIG_START( tdv2324 )
MCFG_TMS9927_CHAR_WIDTH(8)
// devices
- MCFG_PIC8259_ADD(P8259A_TAG, NOOP, VCC, NOOP)
+ MCFG_DEVICE_ADD(P8259A_TAG, PIC8259, 0)
MCFG_DEVICE_ADD(P8253_5_0_TAG, PIT8253, 0)