From f63e8f0a55f08cea675dfd332cf8197a08bf5358 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 27 Oct 2024 10:14:19 -0400 Subject: Thomson floppy disk updates - to8, to9 & to9p now include the FDC in the base configuration. to9 uses a WD1770 (WD2793 appears to fail calibration), while to8 & to9p use the THM-FC-1 gate array (now a separate device). This eliminates the need to, and ability to, configure floppy disk extensions for the to8, to9 and to9p. - Changed sector offsets for double-sided .fd images so that they load correctly (usually). --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 053caa56129..acbf897cc85 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3594,6 +3594,18 @@ if (MACHINES["TE7750"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/thmfc1.h,MACHINES["THMFC1"] = true +--------------------------------------------------- + +if (MACHINES["THMFC1"]~=null) then + files { + MAME_DIR .. "src/devices/machine/thmfc1.cpp", + MAME_DIR .. "src/devices/machine/thmfc1.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/ticket.h,MACHINES["TICKET"] = true -- cgit v1.2.3-70-g09d2