Skip to content

libretro/virtualjaguar-libretro

Repository files navigation

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.

About

Hard fork of Virtual Jaguar (abandoned project) to Libretro

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages