This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

z80-emulator
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i z80-emulator

Weekly Downloads

7

Version

2.3.0

License

MIT

Unpacked Size

2.04 MB

Total Files

50

Last publish

Collaborators

  • lkesteloot