diff options
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index a63d1b12a82..21c4b9b1ec6 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -166,6 +166,20 @@ end --------------------------------------------------- -- +--@src/devices/machine/at28.h,MACHINES["AT28"] = true +--------------------------------------------------- + +if MACHINES["AT28"] then + files { + MAME_DIR .. "src/devices/machine/at28.cpp", + MAME_DIR .. "src/devices/machine/at28.h", + MAME_DIR .. "src/devices/machine/ee28.ipp", + MAME_DIR .. "src/devices/machine/ee28.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/autoconfig.h,MACHINES["AUTOCONFIG"] = true --------------------------------------------------- @@ -897,18 +911,6 @@ end --------------------------------------------------- -- ---@src/devices/machine/at28c64b.h,MACHINES["AT28C64B"] = true ---------------------------------------------------- - -if MACHINES["AT28C64B"] then - files { - MAME_DIR .. "src/devices/machine/at28c64b.cpp", - MAME_DIR .. "src/devices/machine/at28c64b.h", - } -end - ---------------------------------------------------- --- --@src/devices/machine/at29x.h,MACHINES["AT29X"] = true --------------------------------------------------- @@ -4204,8 +4206,9 @@ end if MACHINES["X28"] then files { MAME_DIR .. "src/devices/machine/x28.cpp", - MAME_DIR .. "src/devices/machine/x28.ipp", MAME_DIR .. "src/devices/machine/x28.h", + MAME_DIR .. "src/devices/machine/ee28.ipp", + MAME_DIR .. "src/devices/machine/ee28.h", } end |
