De MSX is een homecomputer uit vroeger tijden, maar er zijn gelukkig nog steeds personen die zich bezighouden met de ontwikkeling van de MSX en met de verschillende emulators voor dit platform. De emulator openMSX draait op verschillende besturingssystemen, onder andere Linux, Mac OS X en Windows, en richt zich volgens de ontwikkelaars op de perfectie van de spelervaring. Versie 0.8.0 is onlangs vrijgegeven met de volgende aankondiging:
Release Notes for openMSX 0.8.0
This release brings you two major new features: reverse and Laserdisc. Reverse is similar to what you can do in meisei: you can 'rewind' time with your finger tip, to correct game playing mistakes or inspect what caused a crash. Laserdisc is the Palcom system introduced by Pioneer in 1984: now you can play all the Palcom MSX Laserdisc games in openMSX!
For the rest we have mostly fixed smaller issues and added smaller features (see below). Here's the list with all highlights:
New or improved emulator features:MSX device support:
- Added reverse: go back in time to correct mistakes or replay your actions (use PgUp and PgDn to control, enable visualization of this feature with this console command: set auto_enable_reverse gui). For more information on usage, please see the (links in the) FAQ of the manual.
- Debugging:
- added information on last address/value written which triggered watch point
- added several new debuggables: keymatrix, joystick ports, romblock
- Windows unicode fixes
- Added possibility to link to Generation MSX from within scripts
- Various internal code cleanups
- Better SDLGL-PP TV scaler, sensitive to scanline setting
- Many speed and code size optimizations, developed in the context for the Dingoo port
- Renamed "update" command to "openmsx_update" to avoid conflicts with the native Tcl command
- Various tweaks to OSD menu: new colors (thanks Wolf), save states show date, toys menu, ...
- Added new icon skin especially made for handhelds
- Added OSD virtual keyboard (only international QWERTY layout for now) for devices without keyboard
- Added OSD mouse support, you can now easily create drag and drop of MSX objects, for instance
- New scripts that demonstrate the OSD framework:
- experimental OSD script for tabbed MSXing (controllable from OSD menu)
- music keyboard (visualize notes of sound chips)
- SCC editor (edit SCC wave forms)
- Experimental (still primitive) support for TAS (http://tasvideos.org/)
Build system, packaging, documentation:
- Added emulation of Palcom Laserdisc games on the Pioneer PX-7/PX-V60 (note: not visible in screenshots and video recording yet)
- Added support for balance per channel, including support for the "stereo" effect of the FM Stereo PAK and the stereo PSG of the Pioneer PX-7
- Added new mapper: Arc
- Accuracy improvements:
- minor fixes in V99x8, V9990, YM2413 and YMF278 emulation
- Added emulation of the trackball (thanks n_n)
And of course the usual various bug fixes.
- Added platform/CPU support for: PA-RISC, Dingoo, SuperH, Nokia N900/Maemo, MacOSX 10.6 / 64-bit, GNU/kFreeBSD, Atmel AVR32
- For Laserdisc support (which is optional), added dependency on libogg, libvorbis and libtheora
- Removed dependency on SDL_image
In "doc/manual/index.html" you can find a set of HTML manuals for openMSX. Make sure you read this if you haven't used openMSX before, but also to learn more about the new and changed features.
Known issues / caveats:Thanks to all contributors for their feedback, support, bug reports, testing, coding and other help!
- Emulation is not perfect yet. See the bug tracker on sourceforge.net for known bugs.
- Until we reach version 1.0.0, file formats can change in an incompatible way without backwards compatibility. This happened between 0.4.0 and 0.5.0, for example. Keep this in mind if you create machine descriptions, ROM database entries etc. We do try to be backwards compatible for at least one release, though. Keep in mind that openMSX is still evolving at a considerable speed.
- openMSX is confirmed to run on the following operating systems: Linux, Win32, Mac OS X, FreeBSD, OpenBSD and NetBSD; on x86, x86-64, PPC, ARM and Sparc CPU's. Running on other operating systems (wherever SDL runs) or CPU's should be possible, but may require some modifications to the build system. If you are compiling on a new platform, please share your experiences (see below for contact info), so we can make openMSX more portable.
- CPU and graphics performance varies a lot, depending on the openMSX settings and the MSX hardware and software you're emulating. Some things run fine on a 200 MHz machine, others are slow on a 2 GHz machine. For performance tuning tips, see the Setup Guide.
Have fun with your emulated MSX!
the openMSX developers