mz700-js
v1.5.12
Published
MZ-700 Full JavaScript Emulator
Downloads
298
Readme
MZ-700 Full JavaScript Emulator
Description
This is an emulator of "MZ-700", a Japanese historical 8-bit microcomputer.
This emulator is written by JavaScript. It works on the modern HTML5 web browser. I would strongly recommend Google Chrome, because of the emulation speed and its stability.
MZ-700
The MZ-700 is produced by SHARP in Nov.15,1982. It equipped a Z80A CPU 3.58MHz, and represents various characters in eight colors and a monoral beep sound, but no graphics.
There were three models:
- MZ-711 - The base model.
- MZ-721 - A built-in cassette deck is available
- MZ-731 - A cassette deck and 4 color plotter printer were built in.
Many people were saying,
"MZ-700 Has No LIMIT"
PREREQUISITES and FEATURES
- Node.js 8.10 or later is required.
- This emulator bundles MZ-NEW MONITOR to boot.
- You can drop a MZT-file to the screen to run.
- Z80 assembler and disassembler is available on the Web and also CLI command.
- And, it's a somewhat a crazy feature, the emulator running on the CLI with Node.js is also available.
INSTALLATION
$ npm install # Build
$ npm start # Start local web server and run the app.
Access http://localhost:3000/mz700-js/emu.html with your browser, if the emulation page does not open.
Or the emulation page is available without local installation.
LICENCE
MIT