summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-10-12 10:06:12 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2019-10-12 10:06:12 +0200
commit7bdf4a6a0d26d2fbb96c571a3593acefbf4059e3 (patch)
tree2992cc84c3e5e979428b8fb3da10fec31de47bd2
parent8792426f66ec2b2f274166e59441807bee50d55c (diff)
dec8.cpp: verified ghotsb MCU clock [Guru]
-rw-r--r--src/mame/drivers/dec8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dec8.cpp b/src/mame/drivers/dec8.cpp
index fe624b547af..2656eaef0ad 100644
--- a/src/mame/drivers/dec8.cpp
+++ b/src/mame/drivers/dec8.cpp
@@ -2125,7 +2125,7 @@ void dec8_state::ghostb(machine_config &config)
DECO_222(config, m_audiocpu, 1500000);
m_audiocpu->set_addrmap(AS_PROGRAM, &dec8_state::dec8_s_map); /* NMIs are caused by the main CPU */
- I8751(config, m_mcu, XTAL(8'000'000)); /* 8.0MHz OSC next to MCU - clock unverified */
+ I8751(config, m_mcu, XTAL(8'000'000)); /* 8.0MHz OSC next to MCU - clock verified */
m_mcu->port_in_cb<0>().set(FUNC(dec8_state::i8751_port0_r));
m_mcu->port_out_cb<0>().set(FUNC(dec8_state::i8751_port0_w));
m_mcu->port_in_cb<1>().set(FUNC(dec8_state::i8751_port1_r));