From 9e0c471bf9ccc32d5d89a9dc06e37aba854362e6 Mon Sep 17 00:00:00 2001 From: Nigel Barnes Date: Sat, 19 Jul 2025 23:31:49 +0100 Subject: votrax/votrtnt.cpp: Converted Votrax TNT to a device, and added to bus/rs232 devices. --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') 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 @@ -3929,6 +3929,18 @@ if (MACHINES["VIC_PL192"]~=null) then } 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 -- cgit v1.2.3