From 8a8fcba1205a9b33506bf16fe74d8d74e6982fb2 Mon Sep 17 00:00:00 2001 From: tim lindner Date: Fri, 26 Apr 2019 09:12:01 -0700 Subject: Fix OS-9 disk writing bug (#4925) * Start fixing OS9 disk handling * Got it working, now need to refine and test * Almost complete. Doing more testing... * Tested aginst a varient of sotware. Solved bug. Cleaned up tabs. * Turned on sector interleaving in OS9_DSK and retested. --- scripts/src/formats.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/formats.lua') diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index 9e7a2a1eb5a..5b678c480af 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -989,6 +989,18 @@ if (FORMATS["JVC_DSK"]~=null or _OPTIONS["with-tools"]) then } end +-------------------------------------------------- +-- +--@src/lib/formats/os9_dsk.h,FORMATS["OS9_DSK"] = true +-------------------------------------------------- + +if (FORMATS["OS9_DSK"]~=null or _OPTIONS["with-tools"]) then + files { + MAME_DIR.. "src/lib/formats/os9_dsk.cpp", + MAME_DIR.. "src/lib/formats/os9_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/jfd_dsk.h,FORMATS["JFD_DSK"] = true -- cgit v1.2.3-70-g09d2