Bizmuth - ZX Spectrum Next emulator
https://bizmuth.twistedraven.net

Bizmuth is a cycle-accurate ZX Spectrum Next emulator and developer tool. It
implements the DZRP protocol so the DeZog VS Code extension can connect for
source-level debugging, the same way CSpect is used by Next developers.


ROMs ARE NOT INCLUDED
---------------------
Bizmuth ships no ZX Spectrum / Spectrum Next ROMs or SD-card images - those are
copyrighted and must be obtained separately.

Put your ROM files in the "roms" folder inside the Bizmuth install directory
(the same folder as bizmuth.exe). Bizmuth looks there automatically, whether you
launch it from the Start Menu or run the .exe directly.

Required files, by machine:
  Spectrum Next (default) : tbblue_loader.rom   plus a Next SD-card image
  Spectrum 48K            : 48.rom
  Spectrum 128K           : 128-0.rom, 128-1.rom
  Spectrum +2A / +3       : plus3-0.rom, plus3-1.rom, plus3-2.rom, plus3-3.rom


RUNNING
-------
Launch "Bizmuth" from the Start Menu, or run bizmuth.exe directly.
For command-line options:  bizmuth.exe --help

The executable is named bizmuth.exe. "Azimuth" is the project codename;
"Bizmuth" is the application name.


RUNTIME
-------
This build is self-contained: the Microsoft Visual C++ runtime DLLs it needs
(msvcp140.dll, vcruntime140.dll, vcruntime140_1.dll) are installed alongside
bizmuth.exe, so no separate "VC++ Redistributable" download is required.


See https://bizmuth.twistedraven.net for documentation and updates.
