68HC05EG: use the HCMOS cycle timings [R. Belmont, Vas Crabb]

This commit is contained in:
arbee 2021-02-23 17:17:05 -05:00
parent 3a20bc6fce
commit f2c7036715

View File

@ -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 })
{
}