2.3.0 • Published 3 years ago

z80-emulator v2.3.0

Weekly downloads
10
License
MIT
Repository
github
Last release
3 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

3 years ago

2.0.1

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago