diff options
author | 2015-05-27 16:44:18 +0200 | |
---|---|---|
committer | 2015-05-27 16:44:47 +0200 | |
commit | d08d7c094d671562ec513c32e72d4fa462e639dc (patch) | |
tree | 0b06c343a72238515c5ce1d93ea967bde32b4f82 /scripts/src/lib.lua | |
parent | b0243d6da942866f5ba33dba6fa49d1c696e3e12 (diff) |
bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is
updated, drive 0 and 1 = 8271 and drive 2 and 3 = wd_fdc.
Diffstat (limited to 'scripts/src/lib.lua')
-rw-r--r-- | scripts/src/lib.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/src/lib.lua b/scripts/src/lib.lua index 54540f0f630..a4bca8d6c50 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -158,6 +158,8 @@ project "formats" MAME_DIR .. "src/lib/formats/atarist_dsk.h", MAME_DIR .. "src/lib/formats/atom_tap.c", MAME_DIR .. "src/lib/formats/atom_tap.h", + MAME_DIR .. "src/lib/formats/bbc_dsk.c", + MAME_DIR .. "src/lib/formats/bbc_dsk.h", MAME_DIR .. "src/lib/formats/bw2_dsk.c", MAME_DIR .. "src/lib/formats/bw2_dsk.h", MAME_DIR .. "src/lib/formats/bw12_dsk.c", |