summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Nigel Barnes <ngbarnes@gmail.com>2025-07-19 23:31:49 +0100
committer Nigel Barnes <ngbarnes@gmail.com>2025-07-19 23:35:31 +0100
commit9e0c471bf9ccc32d5d89a9dc06e37aba854362e6 (patch)
tree530ec05cd542e8450e4bdda27b78adbdaffe0188 /scripts/src/machine.lua
parenta3cb891a0789a600549bf4cf900ec0b3a73bae95 (diff)
votrax/votrtnt.cpp: Converted Votrax TNT to a device, and added to bus/rs232 devices.
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index c6a804d20a9..303164df04b 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3931,6 +3931,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/votraxtnt.h,MACHINES["VOTRAXTNT"] = true
+---------------------------------------------------
+
+if (MACHINES["VOTRAXTNT"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/votraxtnt.cpp",
+ MAME_DIR .. "src/devices/machine/votraxtnt.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/wd_fdc.h,MACHINES["WD_FDC"] = true
---------------------------------------------------