Hbc 56 Versions Save

Homebrew 6502 on a backplane computer

v1.1

8 months ago

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: https://github.com/visrealm/hbc-56/compare/v1.0...v1.1

v1.0

8 months ago

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.