多机种模拟器MAME&MAMEUI 0.170发布
http://www.emu618.org/data/attachment/forum/201111/15/192124ipbjpjwppneoni5b.jpghttp://www.emu618.org/data/attachment/forum/201312/25/044557thyzyz5nr5rbyyr7.jpghttp://www.emu618.org/data/attachment/forum/201312/25/044557l99zc6eb6iuukupu.jpg
多机种模拟器MAME发布新版, 更新如下:
MAMETesters Bugs Fixed
----------------------
- 06097: (viper.c) Most sets in viper.c: Crashing at start (32-bit only) (Robbbert)
- 06127: (m92.c) thndblst: "Continuous Play" dip switch value incorrectly labeled (kane)
- 06126: (suna8.c) hardhea2b: Exception at start (Osso)
- 04900: (battlex.c) battlex: Missing Title and Text while flipped (Osso)
- 06117: (bfm_sc2.c) qntoond, quintoon: MAME crashed when switching games (Osso)
- 02640: (megasys1.c) kazan, iganinju: Multiple issues (slow graphic rendering, missing graphics) (Angelo Salese)
- 06114: (cps1.c) sf2m10: Kick inputs are not working LK MK HK (Osso)
- 06090: (namcos10.c) mrdrilr2, mrdrlr2a: Crash during Init (Osso)
- 06046: Several drivers using mc6845.c: Speed is always 90-98% when throttled (crazyc)
- 06104: (x1.c) x1 : druaga fails to get past loading screen (crazyc)
- 06124: (phc25.c) phc25, spc1000, fc100: phc25, fc100 crash at start; spc1000 crash when a letter key is pressed (Osso)
- 06122: (x68k.c) x68000 : crashes with stack crawl (crazyc)
Source Changes
--------------
-Added more accurate SSi S14001A speech chip emulation, written by one of the people at SSi who originally laid out the S14001a silicon in 1974/5!
-nokia_3310.cpp: started implementing the driver based on available information. Also added dumps for various models.
-Corrections to some ROM names and labels on Elevator Action based on pcb pictures.
-tispeak.cpp: Dumped and added correct version of 1979 US Speak & Spell.
-vicdual: rewrote carnival music board emulation, copy-pasted samples handling from audio/pulsar.cpp. Kept sample names and function names the same.
-XAudio2 support
-Removed this == nullptr checks and fixed most of the resulting crashes.
-psychic5.cpp: added SCREEN_RAW_PARAMS
-More configuration fixes
* terrafb: remove unused NB1414M4
* segas16b.cpp: sanity check forgotten in last confix
* sega16sp.cpp: fix region width, make required (as last confix allows)
-psychic5.cpp: Fixed sprite disable for Bombs Away.
-Pass and return palette devices by reference, not as pointers
* Add screen_device::has_palette()
* Require device_gfx_interface::gfx() and palette() to access members
* Getters for atari_vad_device return devices as references, not pointers
-Driver configuration fixes
- Implement found() method for object finders
- a1200, cubo, midzeus2, etc.: remove spurious palette tags
- bagman, sbagman & clones: correct PROM region lengths
- atomicp, snapper: remove unused(?) sprite device w/no ROMs
-taitotz: replace HLE rendering with actual chip emulation
-NAOMI/Chihiro docs update
-document rest of Atomiswave registers
-added dump of World Club Champion Football's camera sensor board
-tourvis.cpp: Added V4.0 BIOS to the Tourvision driver
-OS/2 patch
-Arkanoid: Add note about the number of optical quadrature slots (24) the arkanoid 1:20 geared spinner's quadrature wheel.
-Arkanoid.cpp: Set YM2149 emulation to mix channels the same way the real pcb mixes them, by directly tying them together with no mixing resistors. This introduces some distortion, but is more accurate to actual pcb audio.
-40love.cpp: added global color select bank, fixes colors in later levels for Forty-Love
-spc1000: cassette tape motor fixed for working properly
-arkanoid.cpp: Added emulation of the 68705 timer and timer interrupts. Fixed bugs with MCU port c ddr handling, latches and edge detection, added missing interrupt on Z80 write to MCU, and removed a boost interleave hack which was made unnecessary by these fixes. Switched the Arkanoid (older) sets to use original Taito A75 06 MCU code as opposed to the bootleg MCU code used until now. The 3 (newer) and 1 Tournament sets still use hand-hacked bootleg MCU code until original MCU chips can be dumped and/or decapped. All 9 of the dumped Arkanoid MCU code roms now work, if hooked up to the appropriate drivers. Hooked the now-working 'deprotected Taito' MCU dump up to arkanoidjbl. Added an alternate gfx rom dumped from an original 'older' US board.
-some fast invaders improvements
-Return std::string objects by value rather than pass by reference
- strprintf is unaltered, but strformat now takes one fewer argument
- state_string_export still fills a buffer, but has been made const
- get_default_card_software now takes no arguments but returns a string
-Some comments on TRS-01 'early radar scope' 5-PCB set. Fixed some ROM names based on PCB pictures from Superully.
-segas18.cpp: Add documentation of a Laser Ghost test PCB
-meadwttl.cpp: ROM labels update for Bombs Away (Meadows)
-common osd path environment var expansion
-add lua console support back in
-pc9801_86: add pcm
-added official updater roms to the calspeeda set so that you can update the hdd / game revision if you so please
-ts803: can display text and graphics, can boot from disk
-dccons.c:
Dreamcast v1.022 "no MIL-CD" BIOS dumped
Katana Set5 Dev.Box BIOS v1.001 found
sorted out bioses/flashes, removed outdated comments
-apple2e: fix $c800 arbitration, fixes IDE and SCSI cards among others.
-R9751: Clean up, add timer register, and add another system disk set to software list
-makedep.py: Finish making it python3-compatible
-sfkick.cpp: Fill in missing dipswitches and added dip locations.
-Added pre-compiled headers support to build system
-improvements to hp9845b driver
-Increase debug console maximum parameters in debugcon.h
-m68k: fix 020+ bfins instruction results and flags
-fidelz80: redumped CC10B PRG ROM
-rf5c400: added external memory r/w function
-marywu: Most of the hardware has been mapped by analysing the pcb tracks.
This set of commits include:
a video layout with all 30 LEDs 13 double-digit 7seg modules
an improved memory map hooking up the couple AY8910-3 chips, 2kb of Static RAM and the keyboard/display controller (an i8279 clone)
multiplexing signals for the 7seg displays
LEDs being controlled by the IO ports of the 2 AY8910-3 chips
8-bit set of DIP-Switches, a 2x16 keyboard and 4 push buttons mapped to the i8279 scanlines and return lines
-Some more validity checking improvements:
* The -validate command now accepts an optional string, validating only matching drivers. This has proven useful for debugging. The default is to validate all drivers as usual.
* Devices' names are tracked when validating their auto-finders.
-Have sound_stream::input_name return the std::string it constructs
-Added SteamLink initial support
-Refactored NTSC pass and added sliders
* merged YIQ encode and decode pass into one NTSC pass
* fixed half texel offset
* re-added usage of A value
* re-added usage of P value
* re-added jitter of B value
* changed default O value to 0
* reduced sample count to 64
* removed duplicate YIQ settings definition
* added sliders for most NTSC settings
* fit B value jitter between a min/max range of 0 and 1
* fit A and B value between a min/max range of -1 and 1 Refactored color convergence pass
* color convergence is now independent from ratio
* color convergence is now limited to a maximum of 10
* the radial color convergence now "translates" the most outer pixel as they would be translated by the linear color convergence with the same amount
* added color convergence pass to vector rendering
Misc.
* fixed half texel offset in pre-scale pass
* fit scan-line jitter between a min/max range of 0 and 1
* color convolution, defocus and phosphor pass will now be skipped if all influencing parameters are 0
* added hum bar simulation based on GLSL port of the MAME shader pipeline
* added monochrome-chessboard.png
* added slot-mask-aligned.png (to simulate a TFT LCD
New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Wing Force (Japan, prototype)
Snow Board Championship
Waku Waku Marine
Il Galeone
Last Four (09:12 16/01/2001)
Samsung SPC-1500
TI-1250
Speak & Spell Compact (3 versions)
Ordisavant (France)
New clones added or promoted from NOT_WORKING status
----------------------------------------------------
Gun Dealer (bootleg)
Rambo 3 (bootleg of Ikari, Joystick hack)
Laser Ghost (Japan) (FD1094 317-0164)
Strider (USA, B-Board 90629B-3, Street Fighter II conversion)
Nova 2001 (Japan, hack?)
Stadium Hero '96 (USA, EAH)
Multi Game '96 (Italy)
Sly Spy (US revision 4)
New machines marked as NOT_WORKING
----------------------------------
Sequential Circuits Prophet-600
Didact mp68a
Didact md6802
Esselte 100
Labeled 'WU- MARY-1A
Various Tourvision (PCE bootleg) cartridges
- 1943 Kai, After Burner, Armed-F, Ballistix, Be Ball, Chōzetsurinjin Beraboh Man, Bomberman,
Chuka Taisen, Coryoon, Daisenpu, Dead Moon, Devil Crush, Dodge Ball, Dragon Spirit, Final Blaster
Final Match Tennis, Gunhed, Hana Taka Daka, Jinmu Densho, Kiki Kaikai, Legend of Hero Tonma
Mizubaku Daibouken Liquid Kids, Mr Heli, Ninja Ryukenden, Operation Wolf, Override, Pac-Land
PC Genjin Punkic Cyborg, Power Drift, Pro Yakyuu World Stadium '91, Psycho Chaser, Puzzle Boy
Raiden, R-Type II, Saiga No Nindou - Ninja Spirit, Salamander, Shinobi, Side Arms, Skweek
Son Son II, Tatsujin, Terra Cresta II, Toy Shop Boys, Veigues, Winning Shot, W-Ring, Xevious
Doraemon Meikyuu Daisakusen
Unknown Tab Austria Poker
Roland TR-606
Pyon Pyon Jump
Fidelity Voice Excellence
Fidelity Sensory Chess Challenger 12-B
Dragon Treasure 3 (Rev A) (GDS-0041A)
New clones marked as NOT_WORKING
--------------------------------
Fidelity Voice Chess Challenger (Spanish)
Fidelity Voice Chess Challenger (German, French)
Sega Bass Fishing Challenge Version A
Raizin Ping Pong (V2.01J)
Power Shovel ni Norou!! - Power Shovel Simulator (v2.07J, alt)
Desert Patrol (set 2) (Project Support Engineering (Telegames license))
Maniac Square (protected)
Pacman Club (set 1, Argentina)
Pacman Club (set 2, Argentina)
New WORKING software list additions
-----------------------------------
tutor.xml: Tron (Jpn)
snotec.xml: added 4 new cart dumps.
Added 10 new cart dumps for PreComputer 1000.
Added 2 new cart dumps for Ordisavant (France).
c64_flop.xml: Added Little Knight Arthur.
c64_cart.xml: Added KoalaPainter.
New NOT_WORKING software list additions
---------------------------------------
casloopy.xml: Loopy Town no Oheya ga Hoshii!
casloopy.xml: Lupiton no Wonder Palette
database.xml: Leapfrog
http://mamedev.org/release.html
http://www.mameui.info 看样子经常更新。。。。
页:
[1]