From fa5977301ec34f26bbaab3e1ac3eb9750ebde50d Mon Sep 17 00:00:00 2001 From: arbee Date: Sat, 8 May 2021 16:19:36 -0400 Subject: apple2: Add support for the BOOTI card [R. Belmont] --- scripts/src/machine.lua | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 25d518e5065..8be9fe1d911 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -836,6 +836,18 @@ if (MACHINES["AT28C16"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/at28c64b.h,MACHINES["AT28C64B"] = true +--------------------------------------------------- + +if (MACHINES["AT28C64B"]~=null) then + files { + MAME_DIR .. "src/devices/machine/at28c64b.cpp", + MAME_DIR .. "src/devices/machine/at28c64b.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/at29x.h,MACHINES["AT29X"] = true @@ -981,6 +993,17 @@ if (MACHINES["CDP1879"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ch376.h,MACHINES["CH376"] = true +--------------------------------------------------- + +if (MACHINES["CH376"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ch376.cpp", + MAME_DIR .. "src/devices/machine/ch376.h", + } +end --------------------------------------------------- -- -- cgit v1.2.3