2.3.0 • Published 4 years ago
z80-emulator v2.3.0
z80-emulator
This is a TypeScript-based Z80 emulator. It passes the 1356 tests of the
z80-test project. The code
that executes the opcodes (Decode.ts) is generated by the
GenerateOpcodes.ts program and the various data files in the opcodes
directory:
% npm install
% npm run generateTo run the regression suite:
% npm run testTo use the Z80 in your own project, implement the Hal interface.
See the TRS-80 Model III emulator
project for a web example and the
CP/M emulator project for a Node.js example.
License
Copyright © Lawrence Kesteloot, MIT license.