diff options
author | 2021-03-31 15:39:01 +1100 | |
---|---|---|
committer | 2021-03-31 15:39:01 +1100 | |
commit | ecb139609f8b12908689a26ee09c487e56ec8db6 (patch) | |
tree | 43bfeb9c10d8ab1aeedf970250b9c70e189887c6 /docs/release/scripts/src/machine.lua | |
parent | 1c183ec371053a3c2e9d74420cb08ffe4332cf18 (diff) |
0.230 Release filestag230
Diffstat (limited to 'docs/release/scripts/src/machine.lua')
-rw-r--r-- | docs/release/scripts/src/machine.lua | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/docs/release/scripts/src/machine.lua b/docs/release/scripts/src/machine.lua index fcfc683519a..79506b55944 100644 --- a/docs/release/scripts/src/machine.lua +++ b/docs/release/scripts/src/machine.lua @@ -4614,7 +4614,7 @@ end --------------------------------------------------- -- ---@src/devices/machine/applefdc.h,MACHINES["APPLE_FDINTF"] = true +--@src/devices/machine/applefdintf.h,MACHINES["APPLE_FDINTF"] = true --------------------------------------------------- if (MACHINES["APPLE_FDINTF"]~=null) then files { @@ -4624,10 +4624,10 @@ if (MACHINES["APPLE_FDINTF"]~=null) then end --------------------------------------------------- - -- - --@src/devices/machine/iwm.h,MACHINES["IWM"] = true - --------------------------------------------------- - if (MACHINES["IWM"]~=null) then +-- +--@src/devices/machine/iwm.h,MACHINES["IWM"] = true +--------------------------------------------------- +if (MACHINES["IWM"]~=null) then files { MAME_DIR .. "src/devices/machine/iwm.cpp", MAME_DIR .. "src/devices/machine/iwm.h", @@ -4669,6 +4669,17 @@ end --------------------------------------------------- -- +--@src/devices/machine/mv_sonora.h,MACHINES["MAC_VIDEO_SONORA"] = true +--------------------------------------------------- +if (MACHINES["MAC_VIDEO_SONORA"]~=null) then + files { + MAME_DIR .. "src/devices/machine/mv_sonora.cpp", + MAME_DIR .. "src/devices/machine/mv_sonora.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/alpha_8921.h,MACHINES["ALPHA_8921"] = true --------------------------------------------------- if (MACHINES["ALPHA_8921"]~=null) then |