# HG changeset patch # User Michael Pavone # Date 1670919324 28800 # Node ID cbe1ba70c2479c9769ca36f067ea99368f4eaaf0 # Parent 74112041b2c7283703280b284c176ebbabed5ad8 Fix build after scope clock fix diff -r 74112041b2c7 -r cbe1ba70c247 sms.c --- a/sms.c Mon Dec 12 22:26:56 2022 -0800 +++ b/sms.c Tue Dec 13 00:15:24 2022 -0800 @@ -663,7 +663,7 @@ scope_close(scope); } else { oscilloscope *scope = create_oscilloscope(); - psg_enable_scope(sms->psg, scope); + psg_enable_scope(sms->psg, scope, sms->normal_clock); } } }