From 76d0123e2618f0a4fce9ff9ee56497c70c237468 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Sat, 23 Jun 2018 20:17:02 +0200 Subject: hp9k_3xx: fix HIL clock frequency (nw) The clock frequency is actually 8MHz. --- src/mame/drivers/hp9k_3xx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/hp9k_3xx.cpp b/src/mame/drivers/hp9k_3xx.cpp index 47b449445a5..ed6f57521a0 100644 --- a/src/mame/drivers/hp9k_3xx.cpp +++ b/src/mame/drivers/hp9k_3xx.cpp @@ -470,7 +470,7 @@ MACHINE_CONFIG_START(hp9k3xx_state::hp9k300) MCFG_MCS48_PORT_P1_IN_CB(READ8(*this, hp9k3xx_state, iocpu_port1_r)) MCFG_MCS48_PORT_T0_IN_CB(READ8(*this, hp9k3xx_state, iocpu_test0_r)) - MCFG_DEVICE_ADD(m_mlc, HP_HIL_MLC, XTAL(15'920'000)/2) + MCFG_DEVICE_ADD(m_mlc, HP_HIL_MLC, XTAL(8'000'000)) MCFG_HP_HIL_SLOT_ADD(MLC_TAG, "hil1", hp_hil_devices, "hp_46021a") MCFG_DEVICE_ADD(PTM6840_TAG, PTM6840, 250000) // from oscillator module next to the 6840 -- cgit v1.2.3