Port of the Virtual Jaguar Atari Jaguar emulator to the libretro API.
- Emulates the Atari Jaguar's four processors: Motorola 68000, GPU, DSP, and Object Processor
- Supports NTSC and PAL video modes
- 2-player input with configurable numpad mapping
- Fast and legacy blitter modes
- Optional BIOS boot sequence
- Supported ROM formats:
.j64,.abs,.jag,.rom(including inside ZIP archives)
make -j$(getconf _NPROCESSORS_ONLN) # Auto-detects platform
make -j$(getconf _NPROCESSORS_ONLN) DEBUG=1 # Debug build
make platform=ios-arm64 # Cross-compile (ios-arm64, osx, unix, win, android, switch, vita, etc.)Output varies by platform: .so (Linux), .dylib (macOS), .dll (Windows).
- Upstream:
git clone http://shamusworld.gotdns.org/git/virtualjaguar - Unofficial GitHub mirror: https://github.com/mirror/virtualjaguar
This project is built on the work of many contributors. See the full list on GitHub.
Original Virtual Jaguar by David Raingeard (Potato Emulation), ported by SDLEMU (Niels Wagenaar & Carwin Jones).
Licensed under the GNU General Public License v3.0.