<?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.115u3</id>
	<title>MAME 0.115u3 - 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.115u3"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.115u3&amp;action=history"/>
	<updated>2026-05-06T22:45:33Z</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.115u3&amp;diff=1184&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.115u3&amp;diff=1184&amp;oldid=prev"/>
		<updated>2007-05-31T11:46:18Z</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.115u3 was released on 30 May 2007.&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;
* [[allentown_john]]&lt;br /&gt;
* [[Atari Ace]]&lt;br /&gt;
* [[Corrado Tomaselli]]&lt;br /&gt;
* [[David Haywood]]&lt;br /&gt;
* [[Ernesto Corvi]]&lt;br /&gt;
* [[Luigi30]]&lt;br /&gt;
* [[Nathan Woods]]&lt;br /&gt;
* [[Nicola Salmoria]]&lt;br /&gt;
* [[Pete Rittwage]]&lt;br /&gt;
* [[Phil Skuse]]&lt;br /&gt;
* [[R. Belmont]]&lt;br /&gt;
* [[Roberto Fresca]]&lt;br /&gt;
* [[Robiza]]&lt;br /&gt;
* [[Ville Linde]]&lt;br /&gt;
* [[Wilbert Pol]]&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 PIA numbers in the revamped Spiders driver.&lt;br /&gt;
&lt;br /&gt;
* [[Wilbert Pol]] updated TIA graphics with code from the MESS repository. Also updated the Tournament Table driver to accommodate the changes.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] fixed Space Firebird so that the sprites are opaque with respect to each other and bullets, but transparent with respect to the star field.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] fixed subtle behavior in handling of PIA port A. This allows for the removal of hacks in the Qix driver and the Williams driver.&lt;br /&gt;
&lt;br /&gt;
* [[Atari Ace]] cleaned up the tilemap get_info callbacks:&lt;br /&gt;
** regularized and clean up the existing callbacks&lt;br /&gt;
** changed some callbacks to use int tile_index as the parameter so that all callbacks use consistent naming&lt;br /&gt;
** folded some direct uses of tile_info.flags into calls to SET_TILE_INFO()&lt;br /&gt;
** changed the Konami drivers to manipulate the tile_info global only within the tile_get_info callbacks&lt;br /&gt;
** replaced all the callback declarations with TILE_GET_INFO() wrappers &lt;br /&gt;
** changed the interface to pass tile_info as a parameter and made tile_info a static variable only accessible inside tilemap.c.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] made significant changes to the berzerk driver:&lt;br /&gt;
** Video timings, memory map and interrupt system implemented from the schematics&lt;br /&gt;
** Hooked up colors according to the schematics as well. The colors changed significantly. For example the yellow robots are now more like a mustard color.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] made more changes to the ARM core:&lt;br /&gt;
** Fixed error in carry propagation on ALU opcodes of the form ALU r1, r2, r3 SHIFTEROP #imm&lt;br /&gt;
** Fixed Thumb ADD instructions where the PC is involved&lt;br /&gt;
** Fixed LDMIA to mask off bits 0 and 1 of the destination address&lt;br /&gt;
** MSR instruction now properly respects processor mode and field code flags&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] modernized the Beam Invaders, Clay Shoot, and Embargo drivers.&lt;br /&gt;
&lt;br /&gt;
* [[Corrado Tomaselli]] changed the sound balance in Thunder Dragon 2 to match the original PCB. Also verified the 68000 clock.&lt;br /&gt;
&lt;br /&gt;
* [[Robiza]] fixed several more opcodes in the encrypted Irem CPU.&lt;br /&gt;
&lt;br /&gt;
* [[Phil Skuse]] fixed the disassembly of brset and brclr opcodes in the 68HC11 core.&lt;br /&gt;
&lt;br /&gt;
* [[Ville Linde]] fixed the tilemap colors in the Konami ZR107 driver.&lt;br /&gt;
&lt;br /&gt;
* [[allentown_john]] fixed a bug with the INR/DCR opcodes in the 8085 CPU core.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] updated the PIA interfaces to support masks for port A/B inputs. This allows proper behavior of unconnected pins, according to the specs. Updated a number of games to use the new interfaces.&lt;br /&gt;
&lt;br /&gt;
* [[Ernesto Corvi]] and [[Zsolt Vasvari]] fixed a bug that failed to initialize all IRQ states in the 6809 core on a reset. Also fixed cycle timing and removed obsolete code from the core.&lt;br /&gt;
&lt;br /&gt;
* [[Nathan Woods]] cleaned up the vec_mult implementation.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] improved the toratora driver:&lt;br /&gt;
** added SN76477 from the schematics, but it sounds terrible; no doubt the schematics are incorrect in many places&lt;br /&gt;
** updated to the recent PIA changes&lt;br /&gt;
&lt;br /&gt;
* [[Nathan Woods]] fixed input.c to use osd_ticks() instead of clock().&lt;br /&gt;
&lt;br /&gt;
* [[Pete Rittwage]] fixed the bit calculation in 6526cia.c which broke joysticks in the C64 driver in MESS.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] made improvements to the rd2tank driver:&lt;br /&gt;
** fixed colors, based on the Red Tank flyer&lt;br /&gt;
** added AY8910&amp;#039;s, sounds fine, but how exactly they are hooked up to the PIA is not fully understood.&lt;br /&gt;
** hooked up CRTC properly&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Game Support ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New games supported or promoted from NOT_WORKING status&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/wldarrow Wild Arrow]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/gstream G-Stream G2020]&lt;br /&gt;
&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/multigmb Multi Game (set 2)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/19xxb 19XX: The War Against Destiny (Brazil 951218)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/tdragon2 Thunder Dragon 2 (9th Nov. 1993)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/flicks2 Flicky (128k Version, System 2, not encrypted)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/flicks1 Flicky (64k Version, System 1, 315-5051, set 2)]&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases 2007]]&lt;/div&gt;</summary>
		<author><name>Georg</name></author>
	</entry>
</feed>