summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/comx35.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/comx35.cpp')
-rw-r--r--src/mame/video/comx35.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/comx35.cpp b/src/mame/video/comx35.cpp
index 2754d80d2d5..7c31d10be56 100644
--- a/src/mame/video/comx35.cpp
+++ b/src/mame/video/comx35.cpp
@@ -100,7 +100,7 @@ MACHINE_CONFIG_START(comx35_state::comx35_pal_video)
MCFG_CDP1869_CHAR_PCB_READ_OWNER(comx35_state, comx35_pcb_r)
MCFG_CDP1869_CHAR_RAM_READ_OWNER(comx35_state, comx35_charram_r)
MCFG_CDP1869_CHAR_RAM_WRITE_OWNER(comx35_state, comx35_charram_w)
- MCFG_CDP1869_PAL_NTSC_CALLBACK(VCC)
+ MCFG_CDP1869_PAL_NTSC_CALLBACK(CONSTANT(1))
MCFG_CDP1869_PRD_CALLBACK(WRITELINE(*this, comx35_state, prd_w))
MCFG_CDP1869_SET_SCREEN(SCREEN_TAG)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)
@@ -119,7 +119,7 @@ MACHINE_CONFIG_START(comx35_state::comx35_ntsc_video)
MCFG_CDP1869_CHAR_PCB_READ_OWNER(comx35_state, comx35_pcb_r)
MCFG_CDP1869_CHAR_RAM_READ_OWNER(comx35_state, comx35_charram_r)
MCFG_CDP1869_CHAR_RAM_WRITE_OWNER(comx35_state, comx35_charram_w)
- MCFG_CDP1869_PAL_NTSC_CALLBACK(GND)
+ MCFG_CDP1869_PAL_NTSC_CALLBACK(CONSTANT(0))
MCFG_CDP1869_PRD_CALLBACK(WRITELINE(*this, comx35_state, prd_w))
MCFG_CDP1869_SET_SCREEN(SCREEN_TAG)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 0.25)