Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 693 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 693 Bytes

Z80 CPU Emulator

Z80 CPU Emulator (with built-in debugger) forked and separated out from RunCPM Project (implemented by MockbaTheBorg) so that it can be used in a stand-alone fashion or integrated into computer simulation projects.

The original cpu.h header file has been split into the z80.h interface definition and z80.c implementation.

The processor state has been moved to the z80 class so that multiple CPU instances can be created in the same process to emulate multi-processor systems.

The CP/M related has been either removed to commented out to make the processor class a touch more generic.