diff options
Diffstat (limited to 'objects/IntrControl.mpy')
-rw-r--r-- | objects/IntrControl.mpy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/objects/IntrControl.mpy b/objects/IntrControl.mpy new file mode 100644 index 000000000..7c97746ff --- /dev/null +++ b/objects/IntrControl.mpy @@ -0,0 +1,2 @@ +simobj IntrControl(SimObject): + cpu = Param.BaseCPU(Super, "the cpu") |