Skip to content

Commit

Permalink
machine/s2350.cpp: Added AMI S2350 USRT device. (mamedev#11959)
Browse files Browse the repository at this point in the history
Frame format configuration is not implemented yet.
  • Loading branch information
mgarlanger authored and Ryan Holtz committed Jan 28, 2024
1 parent 8d31ec3 commit ba2fe4a
Show file tree
Hide file tree
Showing 3 changed files with 545 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/src/machine.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba2fe4a

Please sign in to comment.