o ${ECHO_MSG} -> ${ECHO}
o /bin/sh -> ${SH}
o Build/install the script in the right target.
o Add missing "$@" to pass parameters to the app.
And bump PKGREVISION because the PLIST was modified.
Changes:
o Fixed the rotation keys for "Forgotten worlds" and "Downtown".
o Fixed custom keys.
o Added some new features.
o Support for other seta games: Zombie Raid, Dragon Unit, etc.
And more!
Changes since 1.1:
* Improved TIA sound system so that games with digitized audio work
* Added saving and loading of game state to the core; X11, SDL,
and DOS versions current support saving and loading game state
* Added support for F4 bankswitching method
* Pitfall II DPC sound emulation completed
* Support added for the Commavid (CV) bankswitching method.
* Support added for the Megaboy cartridge.
* Improved Supercharger emulation including a new BIOS that shows
the vertical blue progress bars like the real thing.
* Added snapshot support to the X11 and SDL versions. Pressing F12
saves the current screen in PNG format. Requires PNG library.
* Added pause functionality to the core. Implemented in DOS, X11,
and SDL versions for now.
openMSX, the open source MSX emulator that tries to achieve near-perfect
emulation by using a novel emulation model.
Hardware emulated:
o almost all MSX systems, except for some details.
o Different CPU clock speeds, including those for the Panasonic
MSX2+ machines.
o Almost all known cartridge mapper types via autodetection or the
included ROM database.
o Many MSX storage (disk/SRAM) systems.
o kanji JIS ROM 1 and 2.
o Mouse and joystick (with option to use the keyboard as joystick).
o rensha turbo auto fire support.
And more!
--
http://openmsx.sf.net/
Changes since 0.81.1 include:
- Everything from MAME 0.82 (http://x.mame.net/changes-mame.html) and
MESS 0.82 (http://x.mame.net/changes-mess.html).
- Improved the message that is displayed when a suitable X11 visual
cannot be found. Fixes Bugzilla bug 219. (Christopher Stone)
- Fixed the most egregious formatting errors in the xmame.6 manpage.
(Andre Majorel)
- Many more filesystem improvements, including autodetection
of drive types and devices, and support for editing the drive
configuration with winecfg.
- Many Direct3D improvements.
- Several fixes to the various sound drivers.
- Lots of bug fixes
o Updated to support GTK+ 2.x
o Added the stopwatch command.
o added support for more processors
o EEPROM added to 18F devices by Mike Durian
o Added breakpoint capability on nodes
o Added spi Module
o Added attributes to external usart module
o log command has been added (Command Line)
o Profiling has been added (gui)
o Trace viewer has been added
o Added parport - parallel port loadable module
o Source level debugging of C files
o Added module attibutes (attribute.cc)
o Enhanced module interface - now LCD module works with gpsim
o Beautified the Single Step and Trace dump outputs
o Added break on stack overflow and underflow
o Added break mask to wv/rv type break points. Now you can specify
which bits are significant.
o Added "--cli" command line option. Invokes gpsim in command line
mode even if it has been configured to use the gui.
o Program viewer can now display ASCII encode text in "dt" tables
o Added pullup/pulldown resistors to the gpsim modules
o added "frequency" command
o Added time field to the gui status bar.