Releases: visrealm/hbc-56
Releases · visrealm/hbc-56
HBC-56 Emulator v1.1
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
HBC-56 Emulator
Initial release of the HBC-56 Emulator.
Includes a number of ROM images (.o) and their associated debug files (.o.lmap, *.o.rpt).
Extract and run Hbc56Emu.exe
Optionally pass-in --rom <romfile.o> command-line argument.