From 7582f99613708e547e7faef16db4f38bda18aaf7 Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 30 Jan 2022 19:33:38 -0500 Subject: [PATCH] Fix PSSJ Clone --- src/sound/snd_pssj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_pssj.c b/src/sound/snd_pssj.c index 6ef24c679..a69420c2e 100644 --- a/src/sound/snd_pssj.c +++ b/src/sound/snd_pssj.c @@ -290,7 +290,7 @@ const device_t pssj_1e0_device = const device_t pssj_isa_device = { - "Tandy PSSJ (ISA Clone)", + "Tandy PSSJ Clone", DEVICE_ISA, 0, pssj_isa_init,