summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pecom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pecom.cpp')
-rw-r--r--src/mame/drivers/pecom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pecom.cpp b/src/mame/drivers/pecom.cpp
index 2e60b208dbf..ac5d4b2228d 100644
--- a/src/mame/drivers/pecom.cpp
+++ b/src/mame/drivers/pecom.cpp
@@ -175,7 +175,7 @@ MACHINE_CONFIG_START(pecom_state::pecom64)
MCFG_DEVICE_ADD(CDP1802_TAG, CDP1802, cdp1869_device::DOT_CLK_PAL/3)
MCFG_DEVICE_PROGRAM_MAP(pecom64_mem)
MCFG_DEVICE_IO_MAP(pecom64_io)
- MCFG_COSMAC_WAIT_CALLBACK(VCC)
+ MCFG_COSMAC_WAIT_CALLBACK(CONSTANT(1))
MCFG_COSMAC_CLEAR_CALLBACK(READLINE(*this, pecom_state, clear_r))
MCFG_COSMAC_EF2_CALLBACK(READLINE(*this, pecom_state, ef2_r))
MCFG_COSMAC_Q_CALLBACK(WRITELINE(*this, pecom_state, q_w))