Fix a warning in snd_sn76489.c

This commit is contained in:
Alexander Babikov
2022-02-14 05:36:12 +05:00
parent a378e1a300
commit 743dc0f1a8

View File

@@ -305,6 +305,7 @@ const device_t tndy_device =
tndy_device_init,
sn76489_device_close,
NULL, { NULL }, NULL,
NULL,
tndy_config
};
#endif