Code Monkey home page Code Monkey logo

blueberrymsx's Introduction

blueberryMSX

blueberryMSX

blueberryMSX is a port of blueMSX to Raspberry Pi.

Emulator runs from the command line, with same arguments as the Windows/SDL versions and supports joysticks/joypads. Because it draws directly to framebuffer, it does not need a windowing environment and can be run without X.

Shortcuts:

  • Press F12 to quit
  • Press F11 to disable frame skipping
  • Press F10, F9, F8 to set frame skipping to 1, 2, 3, respectively

Current Status

On the original Raspberry Pi, the emulator performs best at 900MHz (Medium overclock setting in raspi-config). On Raspberry Pi 2, it runs full speed on the factory setting. By default, MoonSound, MSX Audio, and MSX Music are disabled.

Download

Version 0.6 is the latest.

Build

To build blueberryMSX, install libSDL:

sudo apt-get install libsdl-dev

and libudev:

sudo apt-get install libudev-dev

To compile with GPIO support:

  1. Download and install the [wiringPi library] (http://wiringpi.com/download-and-install/)
  2. Add the RASPI_GPIO macro to the list of flags: CFLAGS += -DRASPI_GPIO by uncommenting line 45

For now, GPIO is limited to dedicated LED's for MSX Power, and FDD0/FDD1 activity. See the schematic in [Doc/GPIO_schema.png] (/Doc/GPIO_schema.png).

Note that the executables compiled with RASPI_GPIO require superuser privileges to run (e.g. sudo bluemsx-pi).

Current Goals

  • Add a simple game selection screen

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.