npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

mz700-js

v1.5.11

Published

MZ-700 Full JavaScript Emulator

Downloads

599

Readme

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