diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 358a7f7581f..e0c955ce9aa 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1427,7 +1427,9 @@ end --------------------------------------------------- -- ---@src/devices/machine/gt913.h,MACHINES["GT913"] = true +--@src/devices/machine/gt913_io.h,MACHINES["GT913"] = true +--@src/devices/machine/gt913_kbd.h,MACHINES["GT913"] = true +--@src/devices/machine/gt913_snd.h,MACHINES["GT913"] = true --------------------------------------------------- if (MACHINES["GT913"]~=null) then |