diff options
author | 2015-05-31 18:10:58 +0200 | |
---|---|---|
committer | 2015-05-31 18:11:26 +0200 | |
commit | 75b15886e3d8ea223dd3674f0b5020231923a651 (patch) | |
tree | 63037ffffa7d97c1c300a6fe6f4281a98e12c4bf /scripts/src/lib.lua | |
parent | b7a823de3f76de9a67835a75cde2ee8f604a01ba (diff) |
pk8020: updated to use the new wd fdc. fixes regression booting cp/m.
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 e24ff00f438..788aaf18e9d 100644 --- a/scripts/src/lib.lua +++ b/scripts/src/lib.lua @@ -313,6 +313,8 @@ project "formats" MAME_DIR .. "src/lib/formats/pc98fdi_dsk.h", MAME_DIR .. "src/lib/formats/phc25_cas.c", MAME_DIR .. "src/lib/formats/phc25_cas.h", + MAME_DIR .. "src/lib/formats/pk8020_dsk.c", + MAME_DIR .. "src/lib/formats/pk8020_dsk.h", MAME_DIR .. "src/lib/formats/pmd_cas.c", MAME_DIR .. "src/lib/formats/pmd_cas.h", MAME_DIR .. "src/lib/formats/primoptp.c", |