PDP-11 panel switches can now be scripted

This commit is contained in:
Jeff Parsons 2017-02-06 13:07:15 -08:00 committed by Jeff Parsons
commit 2e93b71095
14 changed files with 334 additions and 224 deletions

View file

@ -1276,7 +1276,7 @@ Component.machines = window? window['PCjs']['Machines'] : {};
Component.components = window? window['PCjs']['Components'] : [];
Component.asyncCommands = [
'sleep', 'wait'
'hold', 'sleep', 'wait'
];
Component.globalCommands = {
'alert': Component.scriptAlert,