diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index d77e3f27042..35b191e8303 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2655,6 +2655,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/nandflash.h,MACHINES["NANDFLASH"] = true +--------------------------------------------------- + +if (MACHINES["NANDFLASH"]~=null) then + files { + MAME_DIR .. "src/devices/machine/nandflash.cpp", + MAME_DIR .. "src/devices/machine/nandflash.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/nmc9306.h,MACHINES["NMC9306"] = true --------------------------------------------------- |