diff options
| author | 2026-01-15 16:38:35 +0100 | |
|---|---|---|
| committer | 2026-01-15 16:38:43 +0100 | |
| commit | 22664673d449f1bea33c6d60015b276e6e2118bd (patch) | |
| tree | 4491783b1c90627839855035244c5ed7b28b669e /scripts | |
| parent | b8b6c5967e1e769c394916f0c9a4383a4eedf9a9 (diff) | |
misc/3do_clio.cpp: initial hookup of a CR-560-B CDROM drive
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 7bb8fe73fa9..69387220282 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -205,6 +205,19 @@ end --------------------------------------------------- -- +--@src/devices/machine/cr560b.h,MACHINES["CR560B"] = true +--------------------------------------------------- + +if MACHINES["CR560B"] then + files { + MAME_DIR .. "src/devices/machine/cr560b.cpp", + MAME_DIR .. "src/devices/machine/cr560b.h", + } +end + + +--------------------------------------------------- +-- --@src/devices/machine/dmac.h,MACHINES["DMAC"] = true --------------------------------------------------- |
