diff options
| author | 2026-02-09 20:07:10 +0100 | |
|---|---|---|
| committer | 2026-02-09 20:11:46 +0100 | |
| commit | 7e27b4ac07e8468437dea0cb899be769bbe4018b (patch) | |
| tree | 856053db9c87f2ead7aca055f1d4846d500f56f6 /scripts | |
| parent | b49f3ae2c5fe81292db6df9cb874992d994830f2 (diff) | |
ibm/ptpc110.cpp: hookup stub vl82c420 Scamp IV
Diffstat (limited to 'scripts')
| -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 564ff7e75f8..b98adb0abc5 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4031,6 +4031,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/vl82c420.h,MACHINES["VL82C420"] = true +--------------------------------------------------- + +if MACHINES["VL82C420"] then + files { + MAME_DIR .. "src/devices/machine/vl82c420.cpp", + MAME_DIR .. "src/devices/machine/vl82c420.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/wd_fdc.h,MACHINES["WD_FDC"] = true --------------------------------------------------- |
