GithubHelp home page GithubHelp logo

nibbleslab / mz80rpi Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 3.0 134 KB

MZ-80 series Emulator for Raspberry Pi

Makefile 0.43% C 54.77% C++ 8.18% Objective-C 4.84% HTML 3.85% JavaScript 11.59% Python 6.87% CSS 9.38% Shell 0.08%

mz80rpi's Introduction

mz80rpi - MZ-80 series Emulator for Raspberry Pi

This is the MZ-80 series emulator for Raspberry Pi based on MZ700WIN by Marukun. I made for replace of "PasocomMini MZ-80C"'s system(Raspberry Pi A+) by HAL Laboratory, probably it can run on other Pi available at many shops. This is the console application.

Please refer to PasocomMini MZ-80Cの改造.

Structure

  • emu/ … emulator
  • ui/ … user interface for web browser

Need to run

  • Install Tornado (Python package)
  • Modify config.txt
    • framebuffer_width=320
    • framebuffer_height=240
    • overscan_left=-26
    • overscan_right=-26
    • overscan_top=-16
    • overscan_bottom=-16
    • disable_overscan=1
    • famebuffer_depth=16
    • sdtv_mode=16 (if you need)
  • Build main program of emulator
    • cd emu/z80
    • make
    • cd ..
    • make

How to run

  • Start emu/mz80rpi and ui/uiserver.py . You can launch by script start.sh, add the attribute for runnable to start.sh before to run.
  • Open http://(Pi's address):8080 by web browser.
  • At first, regist monitor ROM and CG ROM to DB. Next, make configuration of environment for MZ-80C with ROMs.
  • Apply configuration set.

Notice

Monitor ROM or BASIC interpreter, Sharp or other company's products, are not included, you need to ready to use converted datas from casset tape or real MZ. If you don't have, it's not perfectly, but can use emulator by compatible data.

Also CG-ROM is not included too, but you can use the font made by "look-likes font" tool within MZ700WIN instead of ROM.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.