diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/formats.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index a787d77343a..190f326749a 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -2292,4 +2292,16 @@ if opt_tool(FORMATS, "FS_ISIS") then } end +-------------------------------------------------- +-- +--@src/lib/formats/fs_hp98x5.h,FORMATS["FS_HP98X5"] = true +-------------------------------------------------- + +if opt_tool(FORMATS, "FS_HP98X5") then + files { + MAME_DIR.. "src/lib/formats/fs_hp98x5.cpp", + MAME_DIR.. "src/lib/formats/fs_hp98x5.h", + } +end + end |