BGPierce / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
0 stars 0 forks source link

Condense Plugins into main code base #5

Open ursine opened 7 years ago

ursine commented 7 years ago

Currently, the code is split into many plugins. Given that the system is now open source, having an external API is likely unnecessary. I would like to propose condensing the plugins into the main codebase. This would allow the compiler/linker greater insight into the code for optimization purposes, as well as reducing the system to a single exe rather than a bunch of dlls and an exe. Thoughts/Ideas/Objections?

Luis46coco commented 7 years ago

Interesting, but the main idea for this (I think) was to be able to update a *.dll cartridge without affecting the others, so there may be versions 1,2,3, orchestra-90 and the floppys controller is still in the version 1 (for example)