From 035d49869d823e3047b5aaf5e30faf2f93a43d3a Mon Sep 17 00:00:00 2001 From: Mark Garlanger Date: Wed, 24 Jan 2024 01:56:27 -0600 Subject: machine/s2350.cpp: Added AMI S2350 USRT device. (#11959) Frame format configuration is not implemented yet. --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index af09e563671..87d88dc077c 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3204,6 +3204,18 @@ if (MACHINES["RTC9701"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/s2350.h,MACHINES["S2350"] = true +--------------------------------------------------- + +if (MACHINES["S2350"]~=null) then + files { + MAME_DIR .. "src/devices/machine/s2350.cpp", + MAME_DIR .. "src/devices/machine/s2350.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/s2636.h,MACHINES["S2636"] = true -- cgit v1.2.3-70-g09d2