diff options
| author | 2025-07-19 23:31:49 +0100 | |
|---|---|---|
| committer | 2025-07-19 23:35:31 +0100 | |
| commit | 9e0c471bf9ccc32d5d89a9dc06e37aba854362e6 (patch) | |
| tree | 530ec05cd542e8450e4bdda27b78adbdaffe0188 /scripts/src/machine.lua | |
| parent | a3cb891a0789a600549bf4cf900ec0b3a73bae95 (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.lua | 12 |
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 --------------------------------------------------- |
