MAME 0.148 !!!!!!!!!!!!!

Τα θέματα της κεντρικής σελίδας και τα σχόλια τους.

Συντονιστές: Nemo, Maddog, Whacker, BraiNKilleR

Απάντηση
nikos
Mame Maniac
Mame Maniac
Δημοσιεύσεις: 641
Εγγραφή: 17 Απρ 2004 10:10

MAME 0.148 !!!!!!!!!!!!!

Δημοσίευση από nikos »

0.148
-------


MAMETesters Bugs Fixed
----------------------
- 02662: [Sound] (8080bw.c) schaser: The "missile" sound
is incorrect. (Robbbert)
- 05084: [Save/Restore] (fromanc2.c) fromanc2, fromancr: Freeze
after reload (Phil Bennett)
- 05097: [Crash/Freeze] (fcrash.c) sf2mdt, sf2mdta: [debug]
Crash after OK (Barry Harris)
- 04904: [Flip Screen/Cocktail] (bublbobl.c) tokio and clones:
Flip Screen offset down (Robbbert)
- 04903: [Flip Screen/Cocktail] (bublbobl.c) bublbobl and clones:
Flip Screen offset right (Robbbert)
- 04940: [Flip Screen/Cocktail] (m72.c) airduel, imgfight:
Background pushed 1/2 off right side when Flipped (Robbbert)
- 04938: [Flip Screen/Cocktail] (m52.c) mpatrol, mpatrolm:
Screen right offset and sprites with Flip Screen on (Robbbert)
- 05050: [Crash/Freeze] (mystwarr.c) gaiapols, mmaulers:
Crashes to prompt after a few seconds. (R. Belmont)
- 05090: [Sound] (btime.c) sdtennis: No Sound (Phil Bennett)
- 05094: [Sound] (lasso.c) lasso, chameleo, wwjgtin:
No sound (Phil Bennett)
- 01217: [Graphics] (decocass.c) csuperas: Playfield
keeps shifting. (David Haywood)
- 01218: [Color/Palette] (decocass.c) csuperas: When I started a
second game, the game colours went completely different
to the 1st game. (David Haywood)
- 00422: [Graphics] (decocass.c) cfghtice: When you approach to
goalkeeper, the play field suddenly flipped. (David Haywood)
- 05091: [Color/Palette] (mcr3.c) crater: Wrong colors (M.A.S.H.)
- 05087: [Crash/Freeze] (dambustr.c) dambustr: Game crashed if
you hit something (hap)
- 05086: [DIP/Input] (vicdual.c) depthch: Input and sound
doesn't work (hap)
- 05077: [Graphics] (missile.c) All playable sets in missile.c:
Graphics corrupt in Missile Command (Phil Bennett)

Source Changes
--------------
-6522via: Used core clock/attotime functions. [Curt Coder]

-mcs96: First (incomplete) stab at a core [O. Galibert]

-mcs96: divb reg,#nn fix [O. Galibert]

-mcs96: Fix V setting on divb [O. Galibert]

-mcs96: Add norml and the missing div variants [O. Galibert]

-Enabled multi-threading (-mt) by default on Windows. [Oliver Stöneberg]

-Crazy Otto history writeup and documentation. [Steve Golson]

-Added preliminary emulation of the NCR 53C700 SCSI I/O processor
[Phil Bennett]

-Even more comment updates to upd1771.c [Lord Nightmare]

-Kuru Kuru Pyon Pyon: Added technical and general notes. Added a brief
'how to play' and bookkeeping instructions. Hooked the YM2149 output
ports and logged the writes for testing purposes. Defined any clock
used. Cleaned up a bit the driver. [Roberto Fresca]

-pgm3in1 decryption [iq_132]

-Document Argus' game id as GV-101, derived from a tag on the wiring
harness of one of the prototype machines, which had been converted to
a prototype Q-bert later on at Gottlieb. [C. Anstett]

-m6809: Modernized the M6809 core. [MooglyGuy]

-ssem.c: Modernized the SSEM core. [MooglyGuy]

-Kuru Kuru Pyon Pyon: Fix the Coin 1 jam, added 'Medal In' input,
reworked DIP switches involved, and modified/added some notes about
the behavior. [Roberto Fresca]

-Kuru Kuru Pyon Pyon: Fixed YM2149 sound, fixed some memory map
offsets, Added some port mirrors, and added/corrected some technical
documentation. [Roberto Fresca, Charles MacDonald]

-esrip.c: Modernized Entertainment Sciences Real Time Image Processor
(ESRIP) core. [MooglyGuy]

-segas16b.c: decrypted aliensyn7 sound rom [Charles MacDonald]

-Kuru Kuru Pyon Pyon: Added hopper emulation. The game is now working
properly without jams. Also added coin counters, coin lockout, and
some extra documentation from Charles MacDonald... [Roberto Fresca]

-Kuru Kuru Pyon Pyon: Added proper mirrors for V9938 VDP and bankswitch
selector ports [Roberto Fresca]

-Waku Waku Doubutsu Land TonTon improvements... [Roberto Fresca]
* Added hopper emulation.
* Fixed the VDP V9938 VRAM.
* Defined clocks for CPU and YM2149.
* Fixed inputs to be consistent with other Success games.
* Added coin lockout.

-merit.c: Corrected the inputs for Big Apple Games and gave it a
standard draw poker button layout. Corrected the dipswitches for Big
Apple Games. Corrected the ROM names for Casino Five and game
description. Corrected the input for Riviera poker Rev A to get it
working. [Brian Troha]

-SDL: Experimental Qt-based debugger [Andrew Gardner, R. Belmont, qmc2]

-merit.c: Further input & dipswitch corrections / improvements and some
additional documentation updates. [Brian Troha]

-AVR8 core updates: [Sandro Ronco]
* added CPSE, LD Z+, ST -Z/-Y/-X and ICALL opcodes.
* added ATMEGA644 interrupt vectors.
* fixed Z flag in CPC, SBC and SBCI opcodes.
* fixed V and C flags in SBIW opcode.
* fixed pop/push order in CALL, RCALL, RET and RETI opcodes.
* fixed Timer 1 CTC mode.

-e132xs.c: Modernized Hyperstone CPU core. [MooglyGuy]

-sidearms.c: Added dipswitch locations to the Side Arms, Turtle Ship,
Dyger & Twin Falcons sets. [Brian Troha]

-silkroad.c: Added dipswitch locations to The Legend of Silk Road.
[Brian Troha]

-solomon.c: Added dipswitch locations to the Solomon's Key sets.
[Brian Troha]

-Preliminary support for M740 (M5074x/M5074x) CPU family [R. Belmont]

-VGA: fixed PEL shift register and putted start address update behind a
timer (that updates at vblank time). Fixes horizontal scrolling with
anything that uses it [Angelo Salese]

-SDL: Qt debugger support cleanup, fixed OS X crash [qmc2, R. Belmont]

-Capcom update [Team CPS-1]:
cps1:
* Added C632B.IC1 PAL to sf2 and captcomm clones, confirmed identical
to C632.IC1 [Corrado Tomaselli]
* Fixed one label in sf2ui according to the real board
* Reordered punisher sets, added missing punisherh B-Board code,
confirmed D9K2.9K in punisherj [Artemio Urbina]
* Added missing documentation to ganbare, removed some incorrect
notes, added missing B-Board and C-Board PALs
* Minor fixes
cps2:
* Documented an alternative SIMM card configuration for mvscjsing
[Smitdogg, The Dumping Union]
* Reordered csclubj set
zn:
* Restored the previously dumped sound ROM in strider2 and clones,
correct size is really 16Mbit [Stefan Lindberg]

-h6280: fix disassembler hookup [R. Belmont]

-SDL: Qt debugger support cleanup, work around Qt differences between
Fedora and everyone else [qmc2]

-merit.c: Cleaned up the word based game sets and corrected various
program rom labels. Also cleaned up the inputs and gave them a ZXCVB
key layout. Reordered the driver a bit to group gambling and word
based games. [Brian Troha]

-Z800x: Fixed some bugs in non-segmented mode [Christian Grössler]

-s11, s11a, s11b: Changed main IRQ timing based on schematics. Removed
YM2151 reset from s11 and s11a, as this is not hooked up on background
music boards used on these systems. Made background board
communications two-way. Added HC55516 to s11b background music
hardware. [Barry Rodewald]

-Williams System 11 pinball boards: Fix audiocpu clock; this fixes the
speed of music in High Speed and the pitch of the voices in Black
Knight 2000. [Lord Nightmare]

-info.c: skip non-configurable slot options in -listxml. [Fabio Priuli]

-s11, s11a, s11b: some more fixes to the IRQ generation for the main
cpu in williams system 11 pinballs [Lord Nightmare]

-Yet another system 11 irq speed fix: Correct the E clock frequency
used for the IRQ generation. Hopefully more games will pass their IRQ
self-test now. [Lord Nightmare, Barry Rodewald]

-Modernize the SegaPCM, Gaelco, NiLe, SNKWave, vrender0 (crystal system),
and QSound sound devices. [Andrew Gardner]

-SDL: Autodetect Ubuntu 12.10 and work around faulty default compiler
[R. Belmont]

-i8275: Modernized. [Curt Coder]

-hlsl: Added bounds-checking on presets. [MooglyGuy]

-hlsl: Cleaned up render target management. May provide better behavior
in games that use multiple resolutions, e.g. tekken3 and stv.
[MooglyGuy]

-m6805.c: Modernized M6805 CPU core. [MooglyGuy]

-SDL: fix "Illegal integer value for numprocessors: "auto"; reverting
to auto" [R. Belmont]

-metro.c: add PCB layout for Korean version of Toride II Adauchi Gaiden
[Guru]

-Added sound to Street Drivin' and Hard Drivin's Airborne [Phil
Bennett]

-input: Fix joystick constraint computations when multiple sources are
possible [O. Galibert]

-Naomi: Updated a few previously unknown game numbers [Arzeno Fabrice]

-hlsl: Fixed crash when using presets. [MooglyGuy]

-hlsl: Restored old HLSL prescale behavior, with 0 being auto-detect.
[MooglyGuy]

-render.c: Added new PRIMFLAG macros pertaining to vectors, to be
used by the OSD. [MooglyGuy]

-d3dhlsl.c: Began laying the groundwork for vector post-processing,
disabled by default. [MooglyGuy]

-Split AMM decoder from YMZ770 and add MPEG layer 1/2 support
[O. Galibert]

-De-skeletonized Sega Z80 type Digital Sound Board, hooked up to swa
[R. Belmont, O. Galibert]

-stcc: hooked up Z80 digital sound board [R. Belmont]

-scud: Hooked up Z80 digital sound board [R. Belmont]

-bongo: Fix cocktail flip [Kevin Pickell]

-Small changes [Kevin Eshbach]
* Corrected how cocktail mode in Bagman is set. Cocktail mode is set
by grounding a pin on the edge connector, not a dip switch.
(Verified this on a real pcb and the schematics even show this
correctly.)
* Corrected the rom names and locations for the Xevious bootleg
Xevios, added the pal dump for the Xevious bootleg and marked the
game as wrong sound because it does not use any of Namco custom
mcu’s but instead a 4th Z80.
* Added partial dip switch locations for Elevator Action and Front
Line

-portmidi: Initial commit. [R. Belmont]

-metro.c update [Luca Elia]
* added work RAM mirror (fixes toride2g intro)
* halved palette size
* corrected video chip model and offsets in several games

-Ozon1 : fixed cocktail mode [Kevin Pickell]

-metro.c update [Luca Elia]
* I4220 supports 16x16 tiles too
* merged in vmetal.c

-tagmap: Try a slightly better hashing function [O. Galibert]

-removed psx_state, all code shared between mame and mess is now in
src/emu/ [smf]

-Dsp16: Begin work on CPU core. [Andrew Gardner, Quench]

-8042kbdc.c [Peter Ferrie]
* add support for keyboard enable command
* add support for keyboard reset command
calchase.c [Peter Ferrie]
* corrected memory map to 64kb blocks
* corrected access to PAM register
* removed execution hack
i386.c: [Peter Ferrie]
* set some features bits for Pentium 3 CPUs
idectrl.c [Peter Ferrie]
* fix phantom slave drive detection problem
queen.c [Peter Ferrie]
* split BIOS region into 64kb blocks
* implement missing PAM registers
* remove unused PAM regions
* correct CPU type
savquest.c [Peter Ferrie]
* split BIOS region into 16kb blocks
* implement missing PAM registers

-funkball.c, midqslvr.c, queen.c, savquest.c, xtom3d.c [Peter Ferrie]
correct slave_ack configuration member declaration

-cdrom: Introduces concept of logical sector addresses so games see the
disc with pregap/postgap sectors actually taking up sector numbers as
in reality. Fixes PC-Engine CDs with hardcoded sector numbers.
[R. Belmont, Angelo Salese]

-d3dhlsl.c: Clamp hlsl_prescale_x/y to a minimum of 1. Fixes crashes
when using nomaximize switch. [MooglyGuy]

-d3dhlsl.c: Free HLSL resources on device reset. Fixes hang when
alt-tabbing away from a fullscreen window and back. [MooglyGuy]

-drawd3d.c: Move default_texture creation into
device_create_resources. Should fix intermittent crashes when
alt-tabbing back to a full-screen instance of MAME. [MooglyGuy]

-diserial: correct uninitialized data bug where the first character
transmitted would sometimes fail to synch. [R. Belmont]

-n68681: preliminary working diserial-based I/O [R. Belmont]

-Added cdda_get_channel_volume() function to CD-DA device. Fixed volume
control display in PC Engine CD system [Angelo Salese]

-fixed or improved cocktail mode / player 2 controls for lupin3,
polaris, indianbt, steelwkr, spacmiss, galactic, darthvdr,
alieninv, sinvzen, yosakdon, yosakdona, cosmicmo, cosmicm2,
spacewr3, spcewars. [Robbbert]

-Added a new implementation of the Intel 8275 with accurate
DMA timing. [Curt Coder]

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Armadillo Racing (AM1 Ver. A) [Guru, R. Belmont]
Rise of the Robots (prototype) [Phil Bennett, Ordyne]
Riviera Hi-Score (2131-08, U5-4A) [Brian Troha]
Manhattan [Charles MacDonald, The Dumping Union]
Grasspin [Alberto Grego, Zabanitu, hap, David Haywood]

New clones added
----------------
Super Street Fighter II: The Tournament Battle (Hispanic 931005)
[Artemio Urbina, Josue Gutierrez]
Star Warrior (Potomac Mortage version of Space Firebird) [Cowering]
Survival Arts (Japan) [ShouTime, Nosunosu]
Alien Syndrome (set 7, System 16B, MC-8123B 317-00xx) [Arzeno Fabrice]
King Derby (bootleg set 2) [Luca Elia]
Bump 'n' Jump (original Data East USA) [Kevin Eshbach]
Toride II Bok Su Oi Jeon Adauchi Gaiden (Korea)
[gp-lee, Guru, Luca Elia]
Monza GP (bootleg) [f205v, Antro, Vernimark]
Super Cup Finals (Ver 2.2O 1994/01/13) [dlfrsilver, The Dumping Union]
Imola Grand Prix (newer set) (not working) [f205v, Antro, Vernimark]
Sprint 2 (color kit, Italy) [Zab]
Penfan Girls - Step1. Mild Mind (set 2) [Any, The Dumping Union]
Street Fighter Zero 2 (Japan 960430) [Razoola]


New games marked as GAME_NOT_WORKING
------------------------------------
Photo Y2K 2 (3-in-1) [Tjeerd Carter, Smitdogg, The Dumping Union]
Bowling Try
[H.A. Pontes, R. Mucciarelli, Tormod, Yohji, Smitdogg, The Dumping Union]
Sega Bass Fishing Challenge
[Surgeville, F.B. More, Sacrilego, gamerfan, CaH4e3, Smitdogg, The Dumping Union, R. Belmont]
ΤΑ ΜΑΜΕ ΕΙΝΑΙ ΠΙΑ ΠΛΗΡΗ ΓΙΑ ΜΕΝΑ ΠΛΕΟΝ,ΑΦΟΥ ΕΞΟΜΟΙΩΘΗΚΑΝ ΤΑ "ΤΙΜΗΜΕΝΑ" ΤΑ GAELCO! ΕΠΙΤΕΛΟΥΣ!
Εικόνα
nikos
Mame Maniac
Mame Maniac
Δημοσιεύσεις: 641
Εγγραφή: 17 Απρ 2004 10:10

Re: MAME 0.148 !!!!!!!!!!!!!

Δημοσίευση από nikos »

Μειον ενα deco cassette,(MANHATTAN),και το αλλο σε βιντεο (DECO KID),με εφεραν στο 99,98% της συλλογης που ξεκινησα περιπου το 2000`! :mrgreen:
(Gaelco :evil: γαρ δεν γινεται το 100%,μιας και τα ρομς υπαρχουν)
Επισης ενα που μοπυ ειχε ξεφυγει απο την λιστα (grasspin,πολυ μετριο παιχνιδι,δεν το θυμομουν καν)!
Και κριμα που δεν προλαβε ο Belmond να τελειοποιησει ,το Star wars arcade,αν και με τα τελευταια πριν κλεισον οι αιθουσες δεν τα πηγαινα τοσο καλα!
Η μηπως το εχει χωσει?
Δεν εχω κατεβασει τιποτα ουτε emulator,ουτε ρομακια,να το τεσταρω!
ΤΑ ΜΑΜΕ ΕΙΝΑΙ ΠΙΑ ΠΛΗΡΗ ΓΙΑ ΜΕΝΑ ΠΛΕΟΝ,ΑΦΟΥ ΕΞΟΜΟΙΩΘΗΚΑΝ ΤΑ "ΤΙΜΗΜΕΝΑ" ΤΑ GAELCO! ΕΠΙΤΕΛΟΥΣ!
Εικόνα
Άβαταρ μέλους
Nemo
Moderator
Moderator
Δημοσιεύσεις: 4798
Εγγραφή: 15 Απρ 2004 22:55
Τοποθεσία: Θεσσαλονίκη

Re: MAME 0.148 !!!!!!!!!!!!!

Δημοσίευση από Nemo »

if" Imitation is the sincerest flattery",
imagine emulating ....
nikos
Mame Maniac
Mame Maniac
Δημοσιεύσεις: 641
Εγγραφή: 17 Απρ 2004 10:10

Re: MAME 0.148 !!!!!!!!!!!!!

Δημοσίευση από nikos »

Ωραιος ο Καπταιν Νεμο! :mrgreen:
Αληθεια,εχεις δει να κυκλοφορει τιποτα ,απο Grasspin,και Μανχατταν σε καμμια σελιδα?
Μηπως ειδες και το star wars arcade?
Παω στοιχημα,οτι ο λογος που καθυστερησες,να ανεβασεις το θεμα,ειναι οτι δοκιμαζες το παιγνιο αυτο( :lol: ),μιας και ειναι ποθος πολλων ,αν και οχι τοσο δικος μου,αλλα σημασια εχει η εξομειωση του model 1,που αποδεικνυεται μανικι,και οχι τα προσωπικα γουστα!
ΤΑ ΜΑΜΕ ΕΙΝΑΙ ΠΙΑ ΠΛΗΡΗ ΓΙΑ ΜΕΝΑ ΠΛΕΟΝ,ΑΦΟΥ ΕΞΟΜΟΙΩΘΗΚΑΝ ΤΑ "ΤΙΜΗΜΕΝΑ" ΤΑ GAELCO! ΕΠΙΤΕΛΟΥΣ!
Εικόνα
Άβαταρ μέλους
grip
Emu Chief
Emu Chief
Δημοσιεύσεις: 2092
Εγγραφή: 21 Νοέμ 2005 21:45
Τοποθεσία: Τρίκαλα

Re: MAME 0.148 !!!!!!!!!!!!!

Δημοσίευση από grip »

Νομίζω πως θα ξεκινήσω να φορτώνω με chd και update roms αυτήν την έκδοση,ελπίζοντας να μην είναι γεμάτη bugs.
Long live the emulator!!!!
[url=http://ubanimator.com][img]http://img288.imageshack.us/img288/2192/userbar517432aj.gif[/img][/url]
Απάντηση