diff options
| author | 2019-06-18 01:49:37 +0200 | |
|---|---|---|
| committer | 2019-06-18 01:50:20 +0200 | |
| commit | 56af5d0d267e9665802ef47bf9d6c918bdcc8d46 (patch) | |
| tree | 12bd978e7dca8cb25c86917ea531db7cc6ea9b53 /scripts/src/machine.lua | |
| parent | f8f4f7998d6612e7073e3c3c1325e01e6a2caaeb (diff) | |
-dpb_brushproc: Added skeleton device for DPB-7000 Brush Processor Card. [Ryan Holtz]
-am25s55x: Initial device implementation for Am25S557 and 25S558 Combinatorial Multiplier chips. [Ryan Holtz]
-dpb_combiner: Fixed validation, nw
-dpb7000: Added devices for new Brush Processor Card skeleton, nw
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 089d4b80154..cc7119fa555 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -600,6 +600,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/am25s55x.h,MACHINES["AM25S55X"] = true +--------------------------------------------------- + +if (MACHINES["AM25S55X"]~=null) then + files { + MAME_DIR .. "src/devices/machine/am25s55x.cpp", + MAME_DIR .. "src/devices/machine/am25s55x.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/am2847.h,MACHINES["AM2847"] = true --------------------------------------------------- |
