From 743dc0f1a8b50ea608adf7be3068c20e7f655aa7 Mon Sep 17 00:00:00 2001 From: Alexander Babikov Date: Mon, 14 Feb 2022 05:36:12 +0500 Subject: [PATCH] Fix a warning in snd_sn76489.c --- src/sound/snd_sn76489.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sound/snd_sn76489.c b/src/sound/snd_sn76489.c index e04ca7e5e..e4ba68742 100644 --- a/src/sound/snd_sn76489.c +++ b/src/sound/snd_sn76489.c @@ -305,6 +305,7 @@ const device_t tndy_device = tndy_device_init, sn76489_device_close, NULL, { NULL }, NULL, + NULL, tndy_config }; #endif