<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.mamedev.org/index.php?action=history&amp;feed=atom&amp;title=MAME_0.124</id>
	<title>MAME 0.124 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mamedev.org/index.php?action=history&amp;feed=atom&amp;title=MAME_0.124"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.124&amp;action=history"/>
	<updated>2026-05-09T13:19:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.mamedev.org/index.php?title=MAME_0.124&amp;diff=1662&amp;oldid=prev</id>
		<title>Georg: Initial version.</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.124&amp;diff=1662&amp;oldid=prev"/>
		<updated>2008-03-25T06:37:08Z</updated>

		<summary type="html">&lt;p&gt;Initial version.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Release Date ==&lt;br /&gt;
MAME 0.124 was released on 24 March 2008.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Contributors ==&lt;br /&gt;
The known contributors for this version are, in alphabetical order:&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]]&lt;br /&gt;
* [[Andrea Turci]]&lt;br /&gt;
* [[Atari Ace]]&lt;br /&gt;
* [[Cesare Falco]]&lt;br /&gt;
* [[Corrado Tomaselli]]&lt;br /&gt;
* [[Curt Coder]]&lt;br /&gt;
* [[Derrick Renaud]]&lt;br /&gt;
* [[Dirk Best]]&lt;br /&gt;
* [[James Wallace]]&lt;br /&gt;
* [[Nicola Salmoria]]&lt;br /&gt;
* [[R. Belmont]]&lt;br /&gt;
* [[RansAckeR]]&lt;br /&gt;
* [[Reip]]&lt;br /&gt;
* [[robiza]]&lt;br /&gt;
* [[Zsolt Vasvari]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Specific Contributions ==&lt;br /&gt;
The known contributions for this version are, in the order specified in the whatsnew:&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] fixed sprite wrapping in bbusters -- this is used on the gun calibration screen, at least. The game still hangs on a black screen after service mode is turned off. Even exiting MAME and restarting doesn&amp;#039;t fix it, so it&amp;#039;s probably a EEPROM issue.&lt;br /&gt;
&lt;br /&gt;
* [[Nicola Salmoria]] added Noise Output to the MSM5232 emulation.&lt;br /&gt;
&lt;br /&gt;
* [[Nicola Salmoria]] added placeholder effects for cymbal and hihat to equites.c. These will need further work to properly emulate the discrete circuitry.&lt;br /&gt;
&lt;br /&gt;
* [[Curt Coder]] cleaned cidelsa driver up to the latest spec.&lt;br /&gt;
&lt;br /&gt;
* [[Nicola Salmoria]] added NVRAM to Gekisou. Fixed inputs and promoted to working.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] explicitly fixed unmapped handler masks so that we don&amp;#039;t report all unmapped addresses as 0.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] centralized definitions of _WIN32_WINNT. Removed malloc/calloc/realloc/free link-time overrides; we now rely exclusively on compile-time overrides. Made a few tweaks toward getting mingw-w64 working, but there are still linker issues.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] fixed assertions in skullxbo and exerion.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] de-deprecat-ed ui.c.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] changed xmlfile.c to pass in memory handlers to expat so that our memory overrides are properly managed.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] fixed a wbbc97 regression.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] fixed a crospang.c regression. Not sure why this needed to be RGB15, works fine with INDEXED16.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] fixed a crash in GTICLUB.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] fixed the case when no SCSI device exists (e.g. running the sys573 BIOS directly). &lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] got most of the Konami PPC games running again.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] fixed a crash running &amp;quot;kviper&amp;quot; BIOS.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] changed crystal.c from RGB15 to RGB32. RGB15 is not enough bits to hold the 5-6-5 colorspace.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] updated astrof.c to use the timer device.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] converted dgpix and eolith to INDEXED16. Removed temp bitmaps. Changed ugly recursive video RAM code.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] removed RGB15 in ddz -- it&amp;#039;s a &amp;quot;skeleton&amp;quot; driver, so why have it?&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] added PALETTE_INIT functions to video\generic.c for common 16-bit RGB patterns.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] converted f-32, kinst, lethalj, ultrsprt, gamecstl, taitowlf to use INDEXED16.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] added an option in MC6845 to programatically set the clock pin. This is needed by at least one MESS driver. Added mc6845_set_hpixels_per_column() for the Hercules gfx adapter.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] fixed video timing in xtheball. Still don&amp;#039;t know why it changed recently, but the new parameters reproduce the old values.&lt;br /&gt;
&lt;br /&gt;
* [[Dirk Best]] removed unnecessary assert in video.c that broke screenless games.&lt;br /&gt;
&lt;br /&gt;
* [[Derrick Renaud]] changed the zombraid gun input ports to work with the calibrated settings.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] fixed malzak2 from crashing.&lt;br /&gt;
&lt;br /&gt;
* [[Cesare Falco]] fixed graphics ROMs in gnga.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added a validity check to ensure input port tags don&amp;#039;t have duplicates. Fixed several drivers where there were duplicates.&lt;br /&gt;
&lt;br /&gt;
* [[Corrado Tomaselli]] corrected clocks on Cabal the bootleg.&lt;br /&gt;
&lt;br /&gt;
* [[RansAckeR]] blockhl.c, blockout.c: Added dip locations, fixed unknown dip switches.&lt;br /&gt;
&lt;br /&gt;
* [[James Wallace]] removed improper use of PERIODIC_INT in mpu4, to use new timer devices. Also corrected 50Hz timer in MPU4 Video games.&lt;br /&gt;
&lt;br /&gt;
* [[Atari Ace]] fixed a bug in tx1.c spotted by new compiler warnings in gcc 4.3.0.&lt;br /&gt;
&lt;br /&gt;
* [[Atari Ace]] contributed another batch of pedantic static/const/include fixes.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] redid video timing in orbit with raw parameters. Added full memory map and a few other cleanups.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Game Support ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New games added or promoted from NOT_WORKING status&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/gekisou Gekisou]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/mermaid Mermaid]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New clones added&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/ridgerac Ridge Racer (Rev. RR3, World)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases 2008]]&lt;/div&gt;</summary>
		<author><name>Georg</name></author>
	</entry>
</feed>