This emulator is based on the O2EM and O2EM-NG emulators, which have been ported to a web version using emsdk.
- Have emsdk downloaded.
- Have SDL3 libraries in emsdk or on the OS.
- Have Cmake installed.
- To compile and build the project, run the following command in your terminal (Windows):
mkdir build-wasm
cd build-wasm
cmake make .. ninja
ninja- After you can get the wasm, js, html and data file.
- This emulator includes a BIOS file.
- You need a ROM named game.bin (you can change this in the .html file).
- This is an experimental version.