An open API service indexing awesome lists of open source software.

https://github.com/hajdam/jmzemu

Sharp MZ-800 emulator written in Java
https://github.com/hajdam/jmzemu

Last synced: 6 months ago
JSON representation

Sharp MZ-800 emulator written in Java

Awesome Lists containing this project

README

          

JMZEmu - Sharp MZ-800 Emulator
==============================

This is emulator of 8-bit computer Sharp MZ-800 written in Java.

Homepage: https://sharpmz.zdechov.net/?jmzemu

Screenshot
----------

![Screenshot](images/screenshot.png?raw=true)

Compiling
---------

Java Development Kit (JDK) version 8 or later is required to build this project.

For project compiling Gradle build system is used. You can either download and install gradle and run

gradle build

command in project folder or execute gradlew or gradlew.bat scripts to download separate copy of gradle to perform the project build.

License
-------

GNU/GPL, Version 3.0 - see gpl-3.0.txt