From b5c19e9fb2ebcbc061702dc99befeab38af94b42 Mon Sep 17 00:00:00 2001 From: mooglyguy Date: Sun, 17 Mar 2019 00:28:28 +0100 Subject: -astrocade: Various changes. [Ryan Holtz] * Removed inaccurate comment from astrocde.xml regarding the 2000-baud tape interface. * Converted astrohome controllers to slot devices. * Added preliminary (not yet working) 300-baud cassette tape slot device. * Changed potentiometer callbacks from tagged IO ports to devcb3. -device: Added feature flag to indicate lack of, or support for, cassette. (nw) --- scripts/src/bus.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scripts') diff --git a/scripts/src/bus.lua b/scripts/src/bus.lua index 142927e64e0..8f292e082af 100644 --- a/scripts/src/bus.lua +++ b/scripts/src/bus.lua @@ -260,6 +260,12 @@ if (BUSES["ASTROCADE"]~=null) then MAME_DIR .. "src/devices/bus/astrocde/exp.h", MAME_DIR .. "src/devices/bus/astrocde/ram.cpp", MAME_DIR .. "src/devices/bus/astrocde/ram.h", + MAME_DIR .. "src/devices/bus/astrocde/ctrl.cpp", + MAME_DIR .. "src/devices/bus/astrocde/ctrl.h", + MAME_DIR .. "src/devices/bus/astrocde/joy.cpp", + MAME_DIR .. "src/devices/bus/astrocde/joy.h", + MAME_DIR .. "src/devices/bus/astrocde/cassette.cpp", + MAME_DIR .. "src/devices/bus/astrocde/cassette.h", } end -- cgit v1.2.3