diff options
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 |