From f626cefe856aef615681ad255d6c578910fa1e97 Mon Sep 17 00:00:00 2001 From: Curt Coder Date: Wed, 1 Feb 2017 21:58:56 +0200 Subject: c64: Emulated the PPP Speakeasy 64 (Votrax SC-01-A) cartridge. [Curt Coder] --- src/devices/bus/c64/exp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/devices/bus/c64/exp.cpp') 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) -- cgit v1.2.3-70-g09d2