diff options
| author | 2019-03-17 00:28:28 +0100 | |
|---|---|---|
| committer | 2019-03-17 00:28:54 +0100 | |
| commit | b5c19e9fb2ebcbc061702dc99befeab38af94b42 (patch) | |
| tree | c36d546fcdea20b90e3f62a809194a19bc175ebf /scripts | |
| parent | 06fd6e6cff12039d26fb5bb6c3b4e9b73b47f55d (diff) | |
-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)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/bus.lua | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
