diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/plugins.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/plugins.cpp b/base/plugins.cpp index 5d0be11065..be6c30e243 100644 --- a/base/plugins.cpp +++ b/base/plugins.cpp @@ -200,6 +200,11 @@ public: LINK_PLUGIN(ADLIB) LINK_PLUGIN(PCSPK) LINK_PLUGIN(PCJR) + #ifndef DISABLE_SID + LINK_PLUGIN(C64) + #endif + LINK_PLUGIN(AMIGA) + LINK_PLUGIN(APPLEIIGS) LINK_PLUGIN(TOWNS) #if defined (UNIX) LINK_PLUGIN(TIMIDITY) |