mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
Added calls to sim_register_clock_unit for simulators with clock devices
This commit is contained in:
@@ -153,6 +153,7 @@ return SCPE_OK;
|
||||
|
||||
t_stat clk_reset (DEVICE *dptr)
|
||||
{
|
||||
sim_register_clock_unit (&clk_unit); /* declare clock unit */
|
||||
clk_sel = 0;
|
||||
DEV_CLR_BUSY( INT_CLK ) ;
|
||||
DEV_CLR_DONE( INT_CLK ) ;
|
||||
|
||||
Reference in New Issue
Block a user