diff options
| author | 2025-09-04 09:21:07 +0200 | |
|---|---|---|
| committer | 2025-09-04 09:21:07 +0200 | |
| commit | 5da0dc1fe2c9395c6c8beadd9051176dbe70674e (patch) | |
| tree | 28b4279a885143c101a564634db9bd01b2abc548 /scripts/src/machine.lua | |
| parent | a8224768df0c3b4cfa5ebe5688c2e387b5d65f91 (diff) | |
adp/stella8085.cpp: lamps, layout and 5 more games (#14020)
new NOT WORKING software list entries
Bahia [stonedDiscord]
Disc [stonedDiscord]
Doppelstart [stonedDiscord]
Macao [stonedDiscord]
Rasant [stonedDiscord]
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 f11b5f5ae1a..4eddf23ec6b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4186,6 +4186,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/i8256.h,MACHINES["I8256"] = true +--------------------------------------------------- + +if (MACHINES["I8256"]~=null) then + files { + MAME_DIR .. "src/devices/machine/i8256.cpp", + MAME_DIR .. "src/devices/machine/i8256.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/ncr5380.h,MACHINES["NCR5380"] = true --------------------------------------------------- |
