From c1eb37d47328f3912289a05ea3c83eb02e10df8d Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Sun, 12 Mar 2017 22:40:31 -0400 Subject: [PATCH] KA10: Updated to new SCP. Still has errors --- PDP10/ka10_cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDP10/ka10_cpu.c b/PDP10/ka10_cpu.c index f26a081..6218820 100644 --- a/PDP10/ka10_cpu.c +++ b/PDP10/ka10_cpu.c @@ -3911,7 +3911,7 @@ fm_sel = small_user = user_addr_cmp = page_enable = 0; #endif for(i=0; i < 128; dev_irq[i++] = 0); sim_brk_types = sim_brk_dflt = SWMASK ('E'); -sim_rtcn_init (cpu_unit.wait, TMR_RTC); +sim_rtcn_init_unit (&cpu_unit, cpu_unit.wait, TMR_RTC); sim_activate(&cpu_unit, cpu_unit.wait); return SCPE_OK; }