diff options
Diffstat (limited to 'src/devices/bus/c64/currah_speech.cpp')
-rw-r--r-- | src/devices/bus/c64/currah_speech.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/c64/currah_speech.cpp b/src/devices/bus/c64/currah_speech.cpp index 2ce77f2ea04..0216e4c4ef5 100644 --- a/src/devices/bus/c64/currah_speech.cpp +++ b/src/devices/bus/c64/currah_speech.cpp @@ -76,7 +76,7 @@ Notes: // DEVICE DEFINITIONS //************************************************************************** -DEFINE_DEVICE_TYPE(C64_CURRAH_SPEECH, c64_currah_speech_cartridge_device, "c64_cs", "C64 Currah Speech") +DEFINE_DEVICE_TYPE(C64_CURRAH_SPEECH, c64_currah_speech_cartridge_device, "c64_cspeech", "C64 Currah Speech") //------------------------------------------------- |