-
Notifications
You must be signed in to change notification settings - Fork 12
Home
This is a fork of PCSX2 that implements a USB Python 2 I/O device to allow for Python 2 arcade games to be played using PCSX2. Please DO NOT report any issues relating to Python 2 to the official PCSX2 upstream repository.
This fork only applies for Python 2 games. This does not and will never support Python 1 (entirely separate from Python 2) or System 246/256 games as those would require much more work than a simple USB device to make work. The MG code being used in this fork also does not support memory card MG encryption stuff properly (the memory card dongles used for Python 1 and System 246/256) so those platforms aren't really any closer to working compared to before.
Work on this fork has ended and no new releases will be made for the foreseeable future. You can grab the latest release from the releases page: https://github.com/987123879113/pcsx2/releases/
The following is a list of all known games supported by the Python 2 platform, including undumped games. If a game is not on this list then it most likely is not a Python 2 game!
Game Title | Status | Notes |
---|---|---|
Dance 86.4 Funky Radio Station | Supported | |
Dance Dance Revolution SuperNOVA | Supported | |
Dance Dance Revolution SuperNOVA 2 | Supported | |
Dancing Stage SuperNOVA | Supported | |
Drummania V | Supported | |
Drummania V2 | Supported | |
Drummania V3 | Supported | |
Guitar Freaks V | Supported | |
Guitar Freaks V2 | Supported | |
Guitar Freaks V3 | Supported | |
Thrill Drive 3 | Supported | |
Toy's March | Supported | |
Toy's March 2 | Supported |
- PCSX2 (https://github.com/PCSX2/pcsx2/)
- balika011's MG support PR (https://github.com/PCSX2/pcsx2/pull/4274 and https://github.com/PCSX2/pcsx2/issues/5092#issuecomment-986187643)
- libusb (https://github.com/libusb/libusb)
- libmmmagic
- btools integration thanks to @DinsFire64 (https://github.com/987123879113/pcsx2/pull/1)