diff options
author | 2017-02-01 21:58:56 +0200 | |
---|---|---|
committer | 2017-02-01 21:59:03 +0200 | |
commit | f626cefe856aef615681ad255d6c578910fa1e97 (patch) | |
tree | 88db4c63928b2478ef619c750863bf1439559e41 /src/devices/bus/c64/exp.cpp | |
parent | 67d17b01af724dcfed291d376d9dc3c2b663af9d (diff) |
c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder]
Diffstat (limited to 'src/devices/bus/c64/exp.cpp')
-rw-r--r-- | src/devices/bus/c64/exp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/c64/exp.cpp b/src/devices/bus/c64/exp.cpp index 92c7eb64e5d..ab37fe19481 100644 --- a/src/devices/bus/c64/exp.cpp +++ b/src/devices/bus/c64/exp.cpp @@ -339,6 +339,7 @@ int c64_expansion_slot_device::exrom_r(offs_t offset, int sphi2, int ba, int rw, #include "sfx_sound_expander.h" #include "silverrock.h" #include "simons_basic.h" +#include "speakeasy.h" #include "stardos.h" #include "std.h" #include "structured_basic.h" @@ -375,6 +376,7 @@ SLOT_INTERFACE_START( c64_expansion_cards ) SLOT_INTERFACE("reu1750", C64_REU1750) SLOT_INTERFACE("reu1764", C64_REU1764) SLOT_INTERFACE("sfxse", C64_SFX_SOUND_EXPANDER) + SLOT_INTERFACE("speakez", C64_SPEAKEASY) SLOT_INTERFACE("supercpu", C64_SUPERCPU) SLOT_INTERFACE("swiftlink", C64_SWIFTLINK) SLOT_INTERFACE("turbo232", C64_TURBO232) |