<?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.115u1</id>
	<title>MAME 0.115u1 - 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.115u1"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.115u1&amp;action=history"/>
	<updated>2026-05-09T07:37:32Z</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.115u1&amp;diff=1058&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.115u1&amp;diff=1058&amp;oldid=prev"/>
		<updated>2007-05-17T11:33:31Z</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.115u1 was released on 16 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;
* [[Aaron Giles]]&lt;br /&gt;
* [[Atari Ace]]&lt;br /&gt;
* [[Barry Harris]]&lt;br /&gt;
* [[couriersud]]&lt;br /&gt;
* [[David Haywood]]&lt;br /&gt;
* [[James Wallace]]&lt;br /&gt;
* [[Mathias Rosenhauer]]&lt;br /&gt;
* [[Nathan Woods]]&lt;br /&gt;
* [[Pierpaolo Prazzoli]]&lt;br /&gt;
* [[R. Belmont]]&lt;br /&gt;
* [[Roberto Fresca]]&lt;br /&gt;
* [[Ryan Holtz]]&lt;br /&gt;
* [[Ville Linde]]&lt;br /&gt;
* [[Yasuhiro Ogawa]]&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;
* [[David Haywood]] added support for playback of &amp;quot;extended&amp;quot; INP files that are commonly found on compete sites.&lt;br /&gt;
&lt;br /&gt;
* [[Ville Linde]] added the lswx and stswx opcodes to the PowerPC core.&lt;br /&gt;
&lt;br /&gt;
* [[Atari Ace]] changed the DRIVER_INIT macro to prepend driver_init_* instead of simply init_* to be consistent with the other initialization functions.&lt;br /&gt;
&lt;br /&gt;
* [[James Wallace]] corrected the pulse shape of the timer output in the MPU4 driver, and also correctly identified the AY sound chip as an AY8913.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] merged the leprechn driver into the gameplan driver and added correct video timings.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] cleaned up the dorachan driver. Replaced fake color map with actual color PROM decoding.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] cleaned up the supertnk driver.&lt;br /&gt;
&lt;br /&gt;
* [[Mathias Rosenhauer]] moved the Atari vector PROMs into separate regions.&lt;br /&gt;
&lt;br /&gt;
* [[Barry Harris]] and [[Yasuhiro Ogawa]] added DIP switches for Excite League.&lt;br /&gt;
&lt;br /&gt;
* [[Pierpaolo Prazzoli]] improved the sprite drawing in m92.&lt;br /&gt;
&lt;br /&gt;
* [[Roberto Fresca]] rewrote the magicfly driver:&lt;br /&gt;
** Figured out how the protection works.&lt;br /&gt;
** Removed the hacks/patchs that formerly allow boot the games.&lt;br /&gt;
** Figured out how the buffered inputs works.&lt;br /&gt;
** Demuxed all inputs for both games.&lt;br /&gt;
** Unified the memory maps from both games.&lt;br /&gt;
** Added NVRAM support to both games.&lt;br /&gt;
** Mapped DIP switches.&lt;br /&gt;
** Managed the planes to get the 3bpp GFX colors accurate.&lt;br /&gt;
** Renamed the ROMs acording to pcb pictures and ROM contents.&lt;br /&gt;
** Cleaned up and optimized the driver.&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] fixed the throttle range in gforce2.&lt;br /&gt;
&lt;br /&gt;
* [[Nathan Woods]] moved the Win32 UTF-8 wrappers into a new module (winutf8.c), and added some new wrappers that Oliver Stoeneberg created for MAME32.&lt;br /&gt;
&lt;br /&gt;
* [[Ryan Holtz]] updated the Aleck64/N64 driver:&lt;br /&gt;
** RSP: some opcodes bugfixed plus should work on big-endian targets&lt;br /&gt;
** Real PIF ROM dump now used and required&lt;br /&gt;
** Various other fixes&lt;br /&gt;
&lt;br /&gt;
* [[couriersud]] fixed the eeprom handling in surfplnt.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] and [[Ryan Holtz]] fixed the carry flag calculation for SUB/SBC/CMP family instructions in the ARM core.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] and [[Ryan Holtz]] made improvements to the ARM7 core:&lt;br /&gt;
** fixed 32-bit unaligned reads to &amp;quot;scramble&amp;quot; properly&lt;br /&gt;
** fixed carry flag calc for SUB/SBC/CMP family instructions&lt;br /&gt;
** fixed multiply-and-accumulate instructions&lt;br /&gt;
** added more instructions to the disassembler&lt;br /&gt;
** fixed logical and arithmetic shifts&lt;br /&gt;
** added more Thumb instructions&lt;br /&gt;
** fixed relative loads and stores&lt;br /&gt;
** fixed LSL/LSR with zero shift values&lt;br /&gt;
** fixed the disassembly of CMN&lt;br /&gt;
** verified behavior when ADD destination is the PC on real h/w&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] rewrote the Space Firebird driver:&lt;br /&gt;
** Added star field, matches with the screen shot perfectly&lt;br /&gt;
** Video timings/memory map/interrupts from schematics&lt;br /&gt;
** Added support for the color fade effect&lt;br /&gt;
&lt;br /&gt;
* [[Pierpaolo Prazzoli]] identified a couple of new opcodes in the Irem V30 CPU which improves matchit2.&lt;br /&gt;
&lt;br /&gt;
* [[Zsolt Vasvari]] significantly cleaned up the Spiders driver.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] changed the memory system behavior so that masks can be specified independently of mirrors. By default if the mask is 0 and a mirror is present, the mask is implicitly ~mirror, just as before. But if a mask is specified, it is not limited to the non-mirrored bits. This allows you to independently control the mapping versus what is returned to the read/write handler.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] rewrote the Astrocade driver:&lt;br /&gt;
** fully implemented all function generator modes&lt;br /&gt;
** implemented pattern board according to schematics, including timing&lt;br /&gt;
** fixed interrupt handling&lt;br /&gt;
** added crosshairs to SeaWolf II&lt;br /&gt;
** added stereo sound and panning to SeaWolf II samples&lt;br /&gt;
** rewrote Astrocade sound emulation according to patent&lt;br /&gt;
** sound generation now uses proper LFSR for noise effects&lt;br /&gt;
** added partial support for Ten Pin Deluxe, including sound board emulation and internal layout&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] fixed sound in Inferno after all these years. Sadly, it required a hack.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added correct video timings for the Williams games.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added support for misaligned PIXBLT operations in the TMS34010 core. The code still needs cleanup but improves the new JPM driver.&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/magicfly Magic Fly]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/7mezzo 7 e Mezzo]&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/csilver Captain Silver (World)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New games marked as GAME_NOT_WORKING&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/tenpindx Ten Pin Deluxe]&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases 2007]]&lt;/div&gt;</summary>
		<author><name>Georg</name></author>
	</entry>
</feed>