Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit 0aa5aee

Browse files
committed
Cleanup
1 parent 0a0b46a commit 0aa5aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vice/src/sid/sid-cmdline-options.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
#include "parsid.h"
5656
#endif
5757

58-
#ifdef HAVE_USBSID // TODO: CHECK AND FINISH
58+
#ifdef HAVE_USBSID
5959
#include "usbsid.h"
6060
#endif
6161

@@ -123,7 +123,7 @@ static const struct engine_s engine_match[] = {
123123
{ "lpt", SID_PARSID },
124124
#endif
125125
#endif
126-
#ifdef HAVE_USBSID // TODO: CHECK AND FINISH
126+
#ifdef HAVE_USBSID
127127
{ "1792", SID_USBSID },
128128
{ "usbsid", SID_USBSID },
129129
{ "usbs", SID_USBSID },

0 commit comments

Comments
 (0)