From 15ac4c4b86500ee449c820fc43daa9dfa31395ac Mon Sep 17 00:00:00 2001 From: Jasmine Iwanek Date: Sun, 13 Feb 2022 01:03:08 -0500 Subject: [PATCH] Fix silly mistake thanks @lemondrops --- src/sound/snd_sn76489.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_sn76489.c b/src/sound/snd_sn76489.c index 8f0175af8..c2aa2a52d 100644 --- a/src/sound/snd_sn76489.c +++ b/src/sound/snd_sn76489.c @@ -294,7 +294,7 @@ const device_t ncr8496_device = const device_t tndy_device = { "TNDY", - "tndy" + "tndy", DEVICE_ISA, 0, tndy_device_init,