diff options
| author | 2018-05-05 20:51:25 +0300 | |
|---|---|---|
| committer | 2018-05-06 22:01:14 +1000 | |
| commit | f9304e5ff9fb9f8ea0dbcbbda5f79ce299a5de29 (patch) | |
| tree | d12aa0e52f93b043a01c3a153fc13bdc40a44023 /scripts | |
| parent | e6b040b123022f1951d72344cd8e45ed28a4d9be (diff) | |
gridcomp: hook up TMS9914 GPIB controller (nw)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 4452a27d0df..62ff60637c0 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2706,7 +2706,7 @@ end --------------------------------------------------- -- ---@src/devices/machine/phi.h,MACHINES["PHI"] = true +--@src/devices/machine/tms9914.h,MACHINES["TMS9914"] = true --------------------------------------------------- if (MACHINES["TMS9914"]~=null) then |
