diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-03 16:18:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-03 16:18:28 +0000 |
commit | 972490dd22cd137a0d55f6f60d98559737d7038b (patch) | |
tree | 547e2ec3e7fb1e753b4422d80a7eaf87233572ec /emulators | |
parent | 4d7c196e8563b3fa6e696d6dba1d193cb68e8af5 (diff) | |
download | pkgsrc-972490dd22cd137a0d55f6f60d98559737d7038b.tar.gz |
Update to 0.136:
New System Drivers Supported:
-----------------------------
- Consul 2717 with PMD-32 [Miodrag Milanovic]
- Elektor SC/MP [Miodrag Milanovic]
- Epoch Super Cassette Vision [Wilbert Pol]
- Hawthorne Technologies TinyGiant HT68k [Miodrag Milanovic]
- Hector MX40c [JJ Stacino]
- Hector MX80c [JJ Stacino]
- Microsystems International Limited MOD-8 [Miodrag Milanovic]
- MITS Altair 8800bt [Miodrag Milanovic]
- Robotron K1003 [Miodrag Milanovic]
- Science of Cambridge MK-14 [Miodrag Milanovic]
Systems Promoted from GAME_NOT_WORKING:
---------------------------------------
- Ausbaufähiger Mikrocomputer mit dem U 880 (Huebler/Everts) [Curt Coder]
- Hector 2HR+ [JJ Stacino]
- Hector 2HR [JJ Stacino]
- Hector HRX [JJ Stacino]
- Kaypro 4 [Robbbert]
- Kaypro 10 [Robbbert]
- Omni II [Robbbert]
- Victor [JJ Stacino]
- XOR S-100-12 [Curt Coder]
System Driver Changes:
----------------------
- [APEXC] Fixed image loading [Robbbert]
- [BETA] Fixed display flickering. [Curt Coder]
- [C64] Emulated the Commodore 1541 disk drive at hardware level.
G64 images are now supported (D64 support coming) [Curt Coder]
- [EXL100] Added 7041 rom dump. [Wilbert Pol]
- [EXIDY] Improved sound compatibility. [Robbbert]
- [FMTOWNS] Various updates: [Barry Rodewald]
* Added FDC IRQ and disk density select
* Fixed ANK CG ROM enable
* Re-worked VRAM access, allowing startup logos to display on the Marty and Car Marty
* Added basic keyboard support
* Added standard 2 button joystick support
* Corrected text mode colours
* Implemented CD-ROM controller, and CD-DA support
* Hooked up YM3438 interrupts
* Re-worked video code to support a basic CRTC implementation
* Fixed VBlank IRQ
* Added sprite implementation
* Mapped RF5C68 wave RAM
- [GBA] Remapped Select button to MESS default. [Justin Kerk]
- [GLASGOW] Upgraded artwork to be clickable. Fixed various driver
problems. Chess can be played by using the mouse. [Robbbert]
- [HUEBLER] Added keyboard. [Curt Coder]
- [INTV] Fixed intvkbd. Fixed disassembler. [Robbbert]
- [MPF1] Converted to use driver state, added speech and printer
ROMs, implemented MONI/INTR keys, monitor BREAK logic, added
artwork for mpf1b, added layout for mpf1p. [Curt Coder]
- [ORIC] Telstrat regression has been fixed. [Robbbert]
- [SMS] Added SegaScope (3D-Glasses) support to Sega Master System I
drivers (i.e. sms1, sms1pal, smsj & sg1000m3). To enable this, enter
Driver Configuration menu and turn on SegaScope, then go in the Video
Options menu and choose one of the SegaScope views. [Fabio Priuli]
- [SMS] Added Terebi Oekaki graphic board support to Japanese drivers
(i.e. smsj & sg1000m3). To enable this, start emulation of "Terebi
Oekaki", then enter Driver Configuration menu and turn on the Tablet.
Once enabled, remappable controls will also appear in the Input (this
System) menu. [Fabio Priuli]
- [SMS] Added Reset button to SMS1 and improved Lightgun behavior based
on "Color & Switch Test". [Enik Land]
- [TI81] Added v1.6K BIOS dump. [critor]
- [TI85/TI86] Converted the serial interface to a device. [Wilbert Pol]
- [TI99] Fixed a crash when the user mounts cartridge dump files in legacy
mode. [Michael Zapf]
- [XOR100] Added terminal support. [Curt Coder]
Source Changes:
----------------
- The core is based on MAME 0.136. This incorporates all features of the
update to this core. [MAME team]
- Cleanups (static qualifiers, headers, renames, reduced global symbols, dead
code cleanups, brace cleanups, and more multisession friendly init code).
[Atari Ace]
- WD17xx write track supported in proper way instead of using more
sector writes [Michael Zapf]
- Added F4 character-set viewer to many computers [Robbbert]
- The -listdevices option has been temporarily renamed to -listmedia,
until it is merged with MAME's -listdevices command [Robbbert]
- Fixed bug 1770. Listmedia will indicate if a driver has no devices,
or if the driver doesn't exist. [Robbbert]
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/sdlmess/Makefile | 6 | ||||
-rw-r--r-- | emulators/sdlmess/PLIST | 5 | ||||
-rw-r--r-- | emulators/sdlmess/distinfo | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile index 7d6640dcd82..53b1a1c8561 100644 --- a/emulators/sdlmess/Makefile +++ b/emulators/sdlmess/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2009/12/15 14:17:30 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2010/02/03 16:18:28 wiz Exp $ # -DISTNAME= sdlmess0135 -PKGNAME= sdlmess-0.135 +DISTNAME= sdlmess0136 +PKGNAME= sdlmess-0.136 COMMENT= Multi Emulator Super System, SDL port diff --git a/emulators/sdlmess/PLIST b/emulators/sdlmess/PLIST index cb82e1b0d3c..ed8e68a421d 100644 --- a/emulators/sdlmess/PLIST +++ b/emulators/sdlmess/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2009/12/15 14:17:30 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2010/02/03 16:18:28 wiz Exp $ bin/castool bin/imgtool bin/mess @@ -291,7 +291,9 @@ share/mess/artwork/mk1.zip share/mess/artwork/mk2.zip share/mess/artwork/mm4.zip share/mess/artwork/mm5.zip +share/mess/artwork/mm50.zip share/mess/artwork/mpf1.zip +share/mess/artwork/mpf1b.zip share/mess/artwork/nes.zip share/mess/artwork/pc1401.zip share/mess/artwork/pc1402.zip @@ -300,6 +302,7 @@ share/mess/artwork/rebel5.zip share/mess/artwork/roma32.zip share/mess/artwork/ssystem3.zip share/mess/artwork/thomson.lay +share/mess/artwork/thomson.zip share/mess/hash/a2600.hsi share/mess/hash/a5200.hsi share/mess/hash/a7800.hsi diff --git a/emulators/sdlmess/distinfo b/emulators/sdlmess/distinfo index db99e9e8a61..f95642f25df 100644 --- a/emulators/sdlmess/distinfo +++ b/emulators/sdlmess/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2009/12/15 14:17:30 wiz Exp $ +$NetBSD: distinfo,v 1.9 2010/02/03 16:18:28 wiz Exp $ -SHA1 (sdlmess0135.zip) = 51a5685fceb2a170243c67f9a2955d22ff0d5705 -RMD160 (sdlmess0135.zip) = f4c0954e51c3f5208722e0daba7df7287faf958e -Size (sdlmess0135.zip) = 33723886 bytes +SHA1 (sdlmess0136.zip) = 54ec2faf96564a86dbe38c4e0666f977d85c4e22 +RMD160 (sdlmess0136.zip) = 9463ad4dd5ed7a898af331709c8aa4d78915d43e +Size (sdlmess0136.zip) = 36705871 bytes SHA1 (patch-aa) = 05b17c0478921c0cf31e1581b96fdd5506f0ed98 SHA1 (patch-ab) = 3cc161845baae6ebcdab42fbd19f74e2ee3d4cb1 SHA1 (patch-ac) = 32503c6dcdeb9a0d082375a11f0e23bac53410db |