PDP-11 panel switches can now be scripted
This commit is contained in:
parent
112c0e88c6
commit
2e93b71095
14 changed files with 334 additions and 224 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue