Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.72 KB

File metadata and controls

46 lines (30 loc) · 1.72 KB

Virtual Jaguar libretro

Port of the Virtual Jaguar Atari Jaguar emulator to the libretro API.

C/C++ CI

Features

  • 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)

Building

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).

Documentation

Links

Contributors

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).

License

Licensed under the GNU General Public License v3.0.