From 394107b576959f48311e07e73e92cb3e0f5cbe1b Mon Sep 17 00:00:00 2001 From: Miodrag Milanović Date: Sun, 1 May 2022 20:45:47 +0200 Subject: -tim011.cpp: Hooked up floppy drives properly. (#9649) * Hooked up floppy drives and controller properly, and implemented video display. * formats/tim011_dsk.cpp: Added TIM 011 floppy image format. -machine/upd765.cpp: If waiting for additional command bytes, treat a data register read as an open bus write (tested on real hardware) and always trigger the DRQ line even if in nodma mode. [Carl -cpu/z180: Added callbacks for tend; decrement bcr1 when DMA channel 1 is active. [Carl] --- scripts/src/formats.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/formats.lua b/scripts/src/formats.lua index 10b27e06ec3..1798880b0e0 100644 --- a/scripts/src/formats.lua +++ b/scripts/src/formats.lua @@ -1872,6 +1872,18 @@ if opt_tool(FORMATS, "TIKI100_DSK") then } end +-------------------------------------------------- +-- +--@src/lib/formats/tim011_dsk.h,FORMATS["TIM011_DSK"] = true +-------------------------------------------------- + +if opt_tool(FORMATS, "TIM011_DSK") then + files { + MAME_DIR.. "src/lib/formats/tim011_dsk.cpp", + MAME_DIR.. "src/lib/formats/tim011_dsk.h", + } +end + -------------------------------------------------- -- --@src/lib/formats/trd_dsk.h,FORMATS["TRD_DSK"] = true -- cgit v1.2.3-70-g09d2