This release includes all build targets and is the first produced using GitHub CI:
- Windows
- Linux-Ubuntu (clang)
- Linux-Ubuntu (gcc)
- WebAssembly
Windows/Linux
Run the emulator Hbc56Emu(.exe)
A number of ROMs are included with each build. When you run the emulator without command-line arguments, you will be prompted for a ROM image (.o file). Matching debugging (.o.lmap and .o.rpt) files will be loaded automatically.
WebAssembly
The WebAssembly build must be served by a http server. file:// protocol isn't supported. An easy way to do this is using python's http.server:
> python -m http.server
Serving HTTP on :: port 8000 (http://[::]:8000/) ...
Full Changelog: v1.0...v1.1