summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorwiz <wiz>2009-06-06 21:42:45 +0000
committerwiz <wiz>2009-06-06 21:42:45 +0000
commit286c65236825c5b5e1e2e3c7ef9abdc83acfc385 (patch)
tree80ab975102cd761574043c1451bd25cf724548c7 /emulators
parent931b995c23e36fbec7e367b31192585b022cb28e (diff)
downloadpkgsrc-286c65236825c5b5e1e2e3c7ef9abdc83acfc385.tar.gz
Update to 0.131. Install new castool executable.
0.131 New System Drivers Supported (in no particular order): ------------------------------------------------------ - Atari 1200XL (not working) [Fabio Priuli] - Atari 600XL (not working) [Fabio Priuli] - Atari 65XE (not working) [Fabio Priuli] - Atari 65XE Arabic (not working) [Fabio Priuli] - Atari 130XE (not working) [Fabio Priuli] - Atari 800XE (not working) [Fabio Priuli] - Atari XEGS (not working) [Fabio Priuli] - Dator 3000 (not working) [Roberto Carlos Fernandez Gerhardt, Wilbert Pol] - Dick Smith Wizzard [Curt Coder] - Dick Smith VZ 2000 [Curt Coder] - DEC VT100 (not working) [Miodrag Milanovic] - Hanimex Rameses [Curt Coder] - Kaypro II (Model 2/83) (not working) [Robbbert] - Kaypro 4 (Model 4/83) (not working) [Robbbert] - Kaypro 2x (Model 2/84) (not working) [Robbbert] - Kaypro 10 (not working) [Robbbert] - Kyocera Kyotronic 85 (not working) [Fabio Priuli] - LLC1 (not working) [Miodrag Milanovic] - LLC2 [Miodrag Milanovic] - NEC PC-8201A (not working) [Fabio Priuli] - Nokia MikroMikko 1 M6 (not working) [Curt Coder] - Nokia MikroMikko 1 M7 (not working) [Curt Coder] - NTS DreamWriter T400 (not working) [Roberto Carlos Fernandez Gerhardt, Wilbert Pol] - Olivetti M10 (not working) [Fabio Priuli] - Omni II (not working) [Robbbert] - Sanyo Creativision MK-II [Curt Coder] - SNK NeoGeo Pocket [Wilbert Pol] - SNK NeoGeo Pocket Color [Wilbert Pol] - Talking Electronics Computer (TEC-1) [Robbbert] - TRS-80 Model 100 (not working) [Fabio Priuli] - TRS-80 Model 102 (not working) [Fabio Priuli] - TRS-80 Model 200 (not working) [Fabio Priuli] - Walther ES-210 (not working) [Roberto Carlos Fernandez Gerhardt, Wilbert Pol] - Z1013 (Model with 8x4 and 8x8 keyboard) [Miodrag Milanovic] - Z80 N.E. [Roberto Lavarone] System Driver Changes: ---------------------- - [A7800] Better NTSC palette. [Robert Tuccitto, Underball, GroovyBee] - [ATARI] Refactored MESS specific code from MAME to MESS source. [Fabio Priuli] - [ATARI] Updated keyboard and keypad scan handling to be more accurate. Added natural keyboard support. [Fabio Priuli] - [ATARI] Fixed PIA regression. Floppy disks work again. [Fabio Priuli] - [ATMOS] Added Basic v1.2x enhanced BIOS [Fabio Priuli] - [COLECO] Converted to use PORT_CATEGORY for controller selection. Look into the Category Menu (after pressing TAB) to enable Extra controllers. [Fabio Priuli] - [COLECO] Fixed Super Action Controller emulation (it was missing additional action buttons and P2 slider). [Fabio Priuli] - [CRVISION] Added tape loading. You can now load tapes which have only the left track. Stereo (data+audio) tapes are not supported yet. [Curt Coder] - [ELECTRON] Fixed graphical display modes. [Robbbert] - [MBEE] The pc85 now has the correct bioses (Thanks to Stewart Kay and IanM). The shell multi-rom selector is working. The bad dump of Telcom 3.21 has been replaced. The rom banking feature of Telcom 3.21 is now emulated. [Robbbert] - [SPECTRUM] Removed Spectrum+ keyboard keys from earlier models (and from some clones). Moved Joystick interface selection to the Category Menu. [Fabio Priuli] - [SPECTRUM] Added natural keyboard support. [Fabio Priuli] - [STUDIO2] Fixed .st2 cartridge loading. [Curt Coder] - [TI99 family] Added functionality for multi-cartridge handling. Added support for complex/multi-file cartridge images. [Michael Zapf] - [TI99_8] Fixed the driver and removed the GAME_NOT_WORKING flag. [Michael Zapf] - [TRS80] Various improvements: [Robbbert] - added centronics printer - cassette works on all clones - Model III/4 RTC and cassette hooked up - UART added - LNW-80 graphics and colour added - ht1080z and system-80 extension roms added - [X68000] Added support for 3 and 6 button Megadrive gamepads. [Barry Rodewald] - [ZX] Improved natural keyboard support. Removed hacky double mappings for Cursor Keys (and a few others). To access these keys, now you have to either press Shift together with another key, like in the real keyboard, or simply switch to natural keyboard emulation [Fabio Priuli] - Added natural keyboard support to a number of drivers: ac1.c, amiga.c, apogee.c, b2m.c, bk.c, einstein.c, galeb.c, homelab.c, irisha.c, mikro80.c, mikrosha.c, mz80.c, orao.c, partner.c, pecom.c, radio86.c, sapi1.c, special.c, ti99_8.c, tm990189.c, ut88.c [Fabio Priuli] Source Changes: ---------------- - The core is based on MAME 0.131. This incorporates all features of the update to this core. [MAME team] - New tool added (castool) for cassette to wav conversion [Miodrag Milanovic]
Diffstat (limited to 'emulators')
-rw-r--r--emulators/sdlmess/Makefile7
-rw-r--r--emulators/sdlmess/PLIST3
-rw-r--r--emulators/sdlmess/distinfo10
3 files changed, 11 insertions, 9 deletions
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 643bee40777..3537e96968f 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2009/04/20 14:34:24 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/06 21:42:45 wiz Exp $
#
-DISTNAME= sdlmess0130
-PKGNAME= sdlmess-0.130
+DISTNAME= sdlmess0131
+PKGNAME= sdlmess-0.131
COMMENT= Multi Emulator Super System, SDL port
@@ -24,6 +24,7 @@ post-build:
cd ${WRKSRC} && ./dat2html
do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/castool ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/imgtool ${DESTDIR}${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/mess ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/artwork/* \
diff --git a/emulators/sdlmess/PLIST b/emulators/sdlmess/PLIST
index 2e7842de09e..cb1c6e1270b 100644
--- a/emulators/sdlmess/PLIST
+++ b/emulators/sdlmess/PLIST
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2009/04/20 14:34:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2009/06/06 21:42:45 wiz Exp $
+bin/castool
bin/imgtool
bin/mess
share/doc/mess/sysinfo.htm
diff --git a/emulators/sdlmess/distinfo b/emulators/sdlmess/distinfo
index 26bebb9fccb..639ffaa7fa4 100644
--- a/emulators/sdlmess/distinfo
+++ b/emulators/sdlmess/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.3 2009/04/20 14:34:24 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/06/06 21:42:45 wiz Exp $
-SHA1 (sdlmess0130.zip) = 730b1a3eaefccb785205e5d25e7a2281b42822d7
-RMD160 (sdlmess0130.zip) = 2b384fa349fdb1a60506583766821c5736ceba11
-Size (sdlmess0130.zip) = 31636461 bytes
+SHA1 (sdlmess0131.zip) = 6ec927600377b1625c342c430363a6fb776abc34
+RMD160 (sdlmess0131.zip) = a31b463cd133813226f5d5a64ff4af8b3dcfb1ab
+Size (sdlmess0131.zip) = 31925502 bytes
SHA1 (patch-aa) = 38c0eb8560fcc4d5721d6461c2966785d1e8abc7
SHA1 (patch-ab) = c49551959d68aaad754121ce8dc874b936f3b4de
SHA1 (patch-ae) = dbcf17c973733727a6e1cc7a18f879d2b90d7184
-SHA1 (patch-ah) = 6a8e0307a58114cfe59d066a4e5e6210895dcc9a
+SHA1 (patch-ah) = f2dbfc44e30857fd9b52ed5d107b5190d5e5f6da