summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/if800.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/if800.cpp')
-rw-r--r--src/mame/drivers/if800.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/if800.cpp b/src/mame/drivers/if800.cpp
index 5ca27f8f116..e218ec31a65 100644
--- a/src/mame/drivers/if800.cpp
+++ b/src/mame/drivers/if800.cpp
@@ -97,7 +97,7 @@ MACHINE_CONFIG_START(if800_state::if800)
MCFG_DEVICE_IO_MAP(if800_io)
-// MCFG_PIC8259_ADD( "pic8259", if800_pic8259_config )
+// PIC8259(config, "pic8259", 0);
MCFG_DEVICE_ADD("upd7220", UPD7220, 8000000/4)
MCFG_DEVICE_ADDRESS_MAP(0, upd7220_map)
MCFG_UPD7220_DISPLAY_PIXELS_CALLBACK_OWNER(if800_state, hgdc_display_pixels)