From c92c0c967fc73a383f3989bb96d38a7b25bd8a9c Mon Sep 17 00:00:00 2001 From: holub Date: Thu, 4 Aug 2022 11:41:30 -0400 Subject: sinclair/atm.cpp: Got ATM Turbo 2 mostly working. (#10149) Implemented memory banking, video modes, palette and COVOX. Machines promoted to working -------------------------- MicroART ATM-Turbo 2 --- scripts/src/machine.lua | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index a36480d2077..fd039000531 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4942,28 +4942,6 @@ if (MACHINES["NS32082"]~=null) then } end ---------------------------------------------------- --- ---@src/devices/machine/tsconfdma.h,MACHINES["TSCONF_DMA"] = true ---------------------------------------------------- -if (MACHINES["TSCONF_DMA"]~=null) then - files { - MAME_DIR .. "src/devices/machine/tsconfdma.cpp", - MAME_DIR .. "src/devices/machine/tsconfdma.h", - } -end - ---------------------------------------------------- --- ---@src/devices/machine/glukrs.h,MACHINES["GLUKRS"] = true ---------------------------------------------------- -if (MACHINES["GLUKRS"]~=null) then - files { - MAME_DIR .. "src/devices/machine/glukrs.cpp", - MAME_DIR .. "src/devices/machine/glukrs.h", - } -end - --------------------------------------------------- -- --@src/devices/machine/bitmap_printer.h,MACHINES["BITMAP_PRINTER"] = true -- cgit v1.2.3