Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

fedex81/helios32x

Repository files navigation

Notice

This project is now read only after merging with the helios project.
Please refer to helios releases for an up to date build of the emulator.
Historical helios32x releases will remain available here.

helios32x

A Sega 32x emulator, written in Java.
Most of the emulator infrastructure is borrowed from the helios project.

Performance

The target is a modern mobile cpu capable of boosting ~4Ghz (ie. AMD Ryzen 5 PRO 5650U), this should allow perf close to 60fps for most titles, YMMV.

How to Run

Requires java 17+ installed.

Get the most recent zip file from the download section, for example helios32x-21.1101.zip and extract to a folder.

Windows

Double click on launcher.bat

Linux

Open a terminal and run: chmod +x launcher.sh ./lanucher.sh

Credits

Code

Hitachi SH2 cpu emulator adapted from esoteric_emu's SH4 implementation

For additional credits, see the helios project.