diff options
author | 2022-08-04 11:41:30 -0400 | |
---|---|---|
committer | 2022-08-05 01:41:30 +1000 | |
commit | c92c0c967fc73a383f3989bb96d38a7b25bd8a9c (patch) | |
tree | b89607e25a1e415f12c7497148320f00512e2e77 /scripts/src/machine.lua | |
parent | 7c98beb5f4dbf5a4ba267c8a7ce7e3da65517842 (diff) |
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
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 22 |
1 files changed, 0 insertions, 22 deletions
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 @@ -4944,28 +4944,6 @@ 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 --------------------------------------------------- if (MACHINES["BITMAP_PRINTER"]~=null) then |