mirror of
https://github.com/simh/simh.git
synced 2026-02-16 12:44:09 +00:00
Added calls to sim_register_clock_unit for simulators with clock devices
This commit is contained in:
@@ -126,6 +126,7 @@ return d1;
|
||||
|
||||
t_stat clk_reset (DEVICE *dptr)
|
||||
{
|
||||
sim_register_clock_unit (&clk_unit); /* declare clock unit */
|
||||
chtr_clk = 0;
|
||||
if (clk_dev.flags & DEV_DIS)
|
||||
sim_cancel (&clk_unit);
|
||||
|
||||
Reference in New Issue
Block a user