diff options
author | 2021-02-23 17:17:05 -0500 | |
---|---|---|
committer | 2021-02-23 17:17:05 -0500 | |
commit | f2c703671575b18a062ff0844b5855e68df2191a (patch) | |
tree | 2cdebef3a6b9cc73a4b8014e8df04d7338e66dd8 | |
parent | 3a20bc6fcef5c97def6fbdd2ecd0f0a0a5a3782e (diff) |
68HC05EG: use the HCMOS cycle timings [R. Belmont, Vas Crabb]
-rw-r--r-- | src/devices/cpu/m6805/m6805.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6805/m6805.cpp b/src/devices/cpu/m6805/m6805.cpp index 4e52a5631ec..401eafa1c05 100644 --- a/src/devices/cpu/m6805/m6805.cpp +++ b/src/devices/cpu/m6805/m6805.cpp @@ -641,7 +641,7 @@ m68hc05eg_device::m68hc05eg_device(const machine_config &mconfig, const char *ta owner, clock, M68HC05EG, - { s_hmos_s_ops, s_hmos_cycles, 13, 0x00ff, 0x00c0, 0xfffc }) // completely wrong, but it preserves existing behaviour + { s_hc_s_ops, s_hc_cycles, 13, 0x00ff, 0x00c0, 0xfffc }) { } |