Socket
Book a DemoInstallSign in
Socket

mz700-js

Package Overview
Dependencies
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mz700-js

MZ-700 Full JavaScript Emulator

latest
Source
npmnpm
Version
1.5.13
Version published
Weekly downloads
43
-87.68%
Maintainers
1
Weekly downloads
 
Created
Source

MZ-700 Full JavaScript Emulator

Build Status

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

Keywords

emulator

FAQs

Package last updated on 13 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts