Jump to content

openMSX

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by ManuelBilderbeek (talk | contribs) at 20:59, 5 October 2016 (Update release date and add to Android emulation software category). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

openMSX
Developer(s)openMSX Team
Stable release
0.13.0 / July 31, 2016; 8 years ago (2016-07-31)
Repository
Written inC++ (core), Tcl
Operating systemPOSIX and Windows
TypeEmulator
LicenseGNU GPLv2+
Websiteopenmsx.org


openMSX running CBIOS

openMSX is an open source MSX emulator which is free according to the Debian Free Software Guidelines, available under the GNU General Public License.

For copyright reasons the emulator cannot be distributed with original BIOS ROM images. OpenMSX includes C-BIOS, a minimal implementation of the MSX BIOS, allowing some games to be played without an original MSX BIOS ROM image. You can also use your own BIOS ROM image if you please.

OpenMSX uses a distinctive emulation model to achieve the highest level of accuracy possible. It is available for multiple platforms including POSIX and Microsoft Windows operating systems and emulates a large amount of MSX (related) hardware, including:

Notable features include:

  • Hard- and software Scalers
  • Debugging
  • Tcl Script Support
  • Cheat Finder (through Tcl)
  • Game Trainers (through Tcl)
  • Audio/Video recording
  • Reverse support (go back in emulated time to correct mistakes or debug what happened)

OpenMSX has an open communication protocol to communicate with the openMSX emulator. Utilizing this communication protocol enables to write versatile add-ons for openMSX. Projects making use of this protocol include the following applications:

  • openMSX Catapult (by the openMSX team)
  • openMSX Debugger (by the openMSX team)
  • openMSXControl plugin
  • NekoLauncher openMSX
  • openMSX Peashooter
  • openMSX Control Plugin for Gedit

Currently Catapult, a GUI developed for the emulator that is part of the project, is being redeveloped utilizing Python and the Qt toolkit.

The openMSX Debugger is also under development, written in C++, also utilizing the Qt Toolkit.