Jump to content

mame 78u1 released


Recommended Posts

http://haze.mame.net/

 

0.78u1

------

 

General Source Changes

----------------------

 

Fixed OKI Sound (and a few other things) in the following [Quench]

Diverboy (diverboy.c)

Bakuretsu Breaker (kaneko16.c)

Aquarium (aquarium.c)

Funny Bubble (funybubl.c)

 

Full Sound and Music in Asura Blade [R.Belmont]

 

Discrete Sound in Video Pinball [Derrick Renaud]

 

DAC Sound in TrucoTron [Tomasz Slanina]

 

Fixed Graphics and Added Suond to Cross Pang [Pierpaolo Prazzoli]

 

Added additional unused PROMs to the following [stefan Jokisch]

rallyx (rallyx.c)

acedrvrw (namcos22.c)

millpac (centiped.c)

sci (taito_z.c)

 

Various Updates to the Moon Patrol driver [stefan Jokisch]

- added the new PROM dump for the Williams set

- changed the size of the PROM dump for the IREM set

- renamed ROMs

- converted the driver to the tilemap system

- simplified background drawing by creating a 256x64 gfx layout

- minor fixes to the video section based on schems

 

Mobile Suit Gundam EX Revue Fixes [Tomasz Slanina]

- hooked up EEPROM (68301 parallel port) and added EEPROM initialisation

- added missing language selection dipswitch

 

Improvements to ST-V Emulation [Mariusz Wojcieszek]

- Changes to sprites color calculation. I fixed it using in color bank modes by using color

offset register from VDP2. Now shienryu kludge is no longer needed and also sprite colors

in Winter Heat and Virtua Fighter Kids are correct.

- Changes for Princess Clara Daisakusen (prikura) so that game is playable now (as far I

tested it).

- Prikura tried to render distorted sprites with xsize = 0 or ysize = 0 and this caused

crash. As these values are prohibited according to manual, I ignore distorted sprites with

xsize = 0 or ysize = 0.

- I found that missing MINIT for slave to run the sprites is done by using address 0x01406f40

instead of 0x01000000. I'm not sure if my change is a hack or real hardware behaves in that

way, but in my opinion it is possible that whole range of addresses (0x01000000 - 0x017fffff)

is used for MINIT. I added MINIT only for one address used by prikura.

- Bad sprite colors were fixed in point 1.

- Small change for vdp2: commented out a call to usrintf_showmessage().

 

Data East MLC Improvements [bryan McPhail]

Many aspects of the Video Rendering have been improved, Avengers in Galactic storm is playable

with some characters now, however there seems to be a CPU core bug affecting various aspects

of the game, most notably the flipping of Captain America. Help tracking down and fixing this

wwould be welcome. Several Non-Working sets were also added

 

Update to allow drivers to dynamically change the refresh rate during execution [Aaron Giles]

 

Namco 8080 Cleanup [Nicola Salmoria]

- merged geebee.c and warpwarp.c since they are variations of the same hardware design.

drivers/geebee.c, machine/geebee.c and vidhrdw/geebee.c are no longer needed.

- renamed Navalone -> Navarone. I guess that's the correct name, as in "the guns of Navarone".

- renamed kaitein -> kaitei and kaitei -> kaiteik; made the Namco set the main one. I don't

recall if this was already discussed, but I believe kaiteik is a prototype developed by a

third party and sold to Namco, where it was completely rewritten.

- fixed inputs and dip switches in all games.

- fixed "ball" size in sos and kaitein - the harpoon in kaitein no longer looks like a rock.

- removed a hack in Warp Warp that didn't draw the ball in the bottom left corner. The flyer

confirms that the ball is supposed to be there.

 

Misc Fixes [Nathan Woods]

src/chd.c:

- Adds workaround for deficiency in Metrowerks compiler

 

src/x86drc.c:

src/x86drc.h:

- Adds a few more instruction declarations

- Adds a call to retrieve CPU feature flags from CPUID

 

src/windows/ticker.c:

- Compiler specific assembler code for feature reading replaced by call added above

 

Removed final traces of TESTDRIVER code [Paul Priest]

 

BIOS Roms no longer need to be added to info.c [Paul Priest]

 

Final Lap 2 now loads the right object roms [brian Troha]

 

Now using correct Black Dragon (bootleg) Roms [stefan Jokisch]

 

Samples in space Firebird [Chris Hardy]

 

Removed a few IPF_CHEAT in toaplan drivers so mame doesn't hide the dipswitches [Mamesick]

 

Fixed Difficulty Dipswitch in ladyfrog [Nicola Salmoria]

 

New Games supported or promoted from GAME_NOT_WORKING status:

-------------------------------------------------------------

 

Princess Clara Daisakusen [Mariusz Wojcieszek]

src/drivers/stv.c

 

Wild Pilot [Pierpaolo Prazzoli]

src/drivers/cischeat.c

various graphical problems, service buttons = start buttons

 

Target Balls [Luca Elia]

src/drivers/paradise.c

 

International Cup '94 / Hat Trick Hero '94 [David Haywood]

also changed the parent / clone relationships a bit on the football games

src/drivers/taito_f3.c

 

New Clones supported or promoted from GAME_NOT_WORKING status:

--------------------------------------------------------------

 

A Few PGM Clones

 

Additional Run & Gun sets [brian Troha]

 

Q*Bert (Us Set 2) [smitdogg]

 

Games / Sets Removed

--------------------

 

New Rally-X (vertical hack) [removed by Stefan Jokisch]

graphic hack (rotated tiles + display) not worth supporting

 

New Non-Working games / clones supported

----------------------------------------

 

Stadium Hero 96 [bryan McPhail]

Skull Fang [bryan McPhail]

src/drivers/deco_mlc.c

Encrypted (Deco 156)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...