Add support for hardware copy protection dongles in game i/o socket (#1153, PR #1154)

Changes:
- Add a drop-down menu to the 'Advanced' tab that lets the user select a dongle in use
- Add a new file "CopyProtectionDongles.cpp" that is a place to put drivers for these.
- Add a driver for the one known dongle we have now - Speed Star
- Modify Joystick.cpp to allow PB0-PB2 to be "pushed" by the protection dongle.
This commit is contained in:
Matthew D'Asaro
2022-12-16 01:04:29 -08:00
committed by GitHub
parent 5c0f3d03ad
commit e5a87b5063
12 changed files with 152 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "Tape.h"
#include "RGBMonitor.h"
#include "VidHD.h"
#include "CopyProtectionDongles.h"
#include "z80emu.h"
#include "Z80VICE/z80.h"