Skip to content

Konamito/blueberryMSX

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 74 commits behind meesokim:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Doc
 
 
 
 
Src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
m
 
 
msx
 
 
 
 
 
 
r
 
 
 
 
rom
 
 

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

About

MSX Emulator for Raspberry Pi

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 58.0%
  • Objective-C 20.8%
  • C++ 14.4%
  • Shell 4.8%
  • Makefile 2.0%