diff options
| author | 2021-09-10 09:39:10 -0700 | |
|---|---|---|
| committer | 2021-09-10 09:39:10 -0700 | |
| commit | fedb40f712d34bb2b6904487ce88dd124e26c7f5 (patch) | |
| tree | 3a539aa7f386b3c11ec76bdb266ca03a08039cfe /scripts/src/machine.lua | |
| parent | e505ac97bd2de9100d02d37fc0270504bf60b531 (diff) | |
| parent | a99d2f3295c21e6ae97cbffce8cf025860bfa4d6 (diff) | |
Merge branch 'master' into time-experiments2
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 264664d259f..30f5c86408f 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3450,6 +3450,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/upd4991a.h,MACHINES["UPD4991A"] = true +--------------------------------------------------- + +if (MACHINES["UPD4991A"]~=null) then + files { + MAME_DIR .. "src/devices/machine/upd4991a.cpp", + MAME_DIR .. "src/devices/machine/upd4991a.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/upd4992.h,MACHINES["UPD4992"] = true --------------------------------------------------- @@ -4173,6 +4185,17 @@ end --------------------------------------------------- -- +--@src/devices/machine/spi_sdcard.h,MACHINES["SPISDCARD"] = true +--------------------------------------------------- +if (MACHINES["SPISDCARD"]~=null) then + files { + MAME_DIR .. "src/devices/machine/spi_sdcard.cpp", + MAME_DIR .. "src/devices/machine/spi_sdcard.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/appldriv.h,MACHINES["APPLE_DRIVE"] = true --------------------------------------------------- if (MACHINES["APPLE_DRIVE"]~=null) then |
