2.3.0 • Published 4 years ago

z80-emulator v2.3.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

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 generate

To run the regression suite:

% npm run test

To 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.

2.3.0

4 years ago

2.0.1

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago