summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/lib.lua
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2015-07-09 12:57:52 +0200
committer Dirk Best <mail@dirk-best.de>2015-07-09 12:58:25 +0200
commit08c7ed6ffb8fb06d0265633d084fe8a2c47223d4 (patch)
tree5ca3193a5bc9768a67b7b94c6bd64defe3a5246a /scripts/src/lib.lua
parent58ad8c28fe49b649c55f4eeb9300b59585fcb818 (diff)
guab: Updated driver to use the standard wd floppy controller.
This also means that it now uses the software list system instead of loading the floppy disk image into a memory region. To run the driver use: "mame guab -flop guab3" now. You may also just start the driver, then choose a floppy disk image from the builtin file manager.
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r--scripts/src/lib.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua
index f5a54f0dd68..b445f71a994 100644
--- a/scripts/src/lib.lua
+++ b/scripts/src/lib.lua
@@ -258,6 +258,8 @@ project "formats"
MAME_DIR .. "src/lib/formats/g64_dsk.h",
MAME_DIR .. "src/lib/formats/gtp_cas.c",
MAME_DIR .. "src/lib/formats/gtp_cas.h",
+ MAME_DIR .. "src/lib/formats/guab_dsk.c",
+ MAME_DIR .. "src/lib/formats/guab_dsk.h",
MAME_DIR .. "src/lib/formats/hect_dsk.c",
MAME_DIR .. "src/lib/formats/hect_dsk.h",
MAME_DIR .. "src/lib/formats/hect_tap.c",