diff options
author | 2021-12-14 11:26:27 -0500 | |
---|---|---|
committer | 2021-12-14 11:26:27 -0500 | |
commit | a3ba70ad14fa1c323b0fb26c637e4cddc89fae96 (patch) | |
tree | 247f71010f69c172e479f202e5a9efeda2558dcb /scripts/src/machine.lua | |
parent | 852b1f3d267ca29cda42b224920c7ec55b2677bc (diff) |
gt913: fix single-driver build, fix invalid Unicode character. [R. Belmont]
Diffstat (limited to 'scripts/src/machine.lua')
-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 |