<?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.139u1</id>
	<title>MAME 0.139u1 - 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.139u1"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.139u1&amp;action=history"/>
	<updated>2026-05-06T20:51:28Z</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.139u1&amp;diff=3323&amp;oldid=prev</id>
		<title>Osso: /* Specific Contributions */</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.139u1&amp;diff=3323&amp;oldid=prev"/>
		<updated>2010-08-18T10:52:04Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Specific Contributions&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en-GB&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 12:52, 18 August 2010&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l81&quot;&gt;Line 81:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 81:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* [[Aaron Giles]] defined new class driver_data_t, which all driver_data classes must derive from. Updated all class definitions to inherit from the new class, and to call it in the constructor. Also changed the alloc() signature to return a driver_data_t pointer instead of a void *. Renamed and hid machine-driver_data as machine-&amp;gt;m_driver_data. Added a new templatized method machine-&amp;gt;driver_data&amp;lt;class&amp;gt; which returns a properly downcast&amp;#039;ed version of the driver data. Updated all code which looked like this:&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* [[Aaron Giles]] defined new class driver_data_t, which all driver_data classes must derive from. Updated all class definitions to inherit from the new class, and to call it in the constructor. Also changed the alloc() signature to return a driver_data_t pointer instead of a void *. Renamed and hid machine-driver_data as machine-&amp;gt;m_driver_data. Added a new templatized method machine-&amp;gt;driver_data&amp;lt;class&amp;gt; which returns a properly downcast&amp;#039;ed version of the driver data. Updated all code which looked like this:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;** &lt;/ins&gt;mydriver_state *state = (mydriver_state *)machine-&amp;gt;driver_data;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;  &lt;/del&gt;mydriver_state *state = (mydriver_state *)machine-&amp;gt;driver_data;&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;** &lt;/ins&gt;to this:&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;** &lt;/ins&gt;mydriver_state *state = machine-&amp;gt;driver_data&amp;lt;mydriver_state&amp;gt;();&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;to this:&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;+&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;ins style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;** &lt;/ins&gt;The new function does a downcast&amp;lt;&amp;gt; which in debug builds dynamically verifies that you&#039;re actually casting to the right type.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;  &lt;/del&gt;mydriver_state *state = machine-&amp;gt;driver_data&amp;lt;mydriver_state&amp;gt;();&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt; &lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;The new function does a downcast&amp;lt;&amp;gt; which in debug builds dynamically verifies that you&#039;re actually casting to the right type.&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* [[Aaron Giles]] changed atarigen_state to be a base class from which all the related Atari drivers derive their state from.&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* [[Aaron Giles]] changed atarigen_state to be a base class from which all the related Atari drivers derive their state from.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot; id=&quot;mw-diff-left-l148&quot;&gt;Line 148:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 144:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* [[Brian Troha]] updated cps1.c: Set correct B-Board mapper for &amp;quot;resale&amp;quot; kits. This fixes missing graphics in Area 88 (Japan Resale).&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* [[Brian Troha]] updated cps1.c: Set correct B-Board mapper for &amp;quot;resale&amp;quot; kits. This fixes missing graphics in Area 88 (Japan Resale).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot; data-marker=&quot;−&quot;&gt;&lt;/td&gt;&lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;&lt;del style=&quot;font-weight: bold; text-decoration: none;&quot;&gt;&lt;/del&gt;&lt;/div&gt;&lt;/td&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-side-added&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;br&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Game Support ==&lt;/div&gt;&lt;/td&gt;&lt;td class=&quot;diff-marker&quot;&gt;&lt;/td&gt;&lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;== Game Support ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Osso</name></author>
	</entry>
	<entry>
		<id>https://wiki.mamedev.org/index.php?title=MAME_0.139u1&amp;diff=3322&amp;oldid=prev</id>
		<title>Osso: New page: == Release Date == MAME 0.139u1 was released on 11 August 2010.   == Contributors == The known contributors for this version are, in alphabetical order:  * Aaron Giles * [[Alex Jackson...</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.139u1&amp;diff=3322&amp;oldid=prev"/>
		<updated>2010-08-18T10:50:18Z</updated>

		<summary type="html">&lt;p&gt;New page: == Release Date == MAME 0.139u1 was released on 11 August 2010.   == Contributors == The known contributors for this version are, in alphabetical order:  * &lt;a href=&quot;/index.php?title=Aaron_Giles&quot; title=&quot;Aaron Giles&quot;&gt;Aaron Giles&lt;/a&gt; * [[Alex Jackson...&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.139u1 was released on 11 August 2010.&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;
* [[Alex Jackson]]&lt;br /&gt;
* [[Andrew Gardner]]&lt;br /&gt;
* [[Atari Ace]]&lt;br /&gt;
* [[bodger319]]&lt;br /&gt;
* [[Brian Troha]]&lt;br /&gt;
* [[ChrisQC]]&lt;br /&gt;
* [[Curt Coder]]&lt;br /&gt;
* [[David Haywood]]&lt;br /&gt;
* [[gtbb08]]&lt;br /&gt;
* [[Guru]]&lt;br /&gt;
* [[Ken Van Mersbergen]]&lt;br /&gt;
* [[Mariusz Wojcieszek]]&lt;br /&gt;
* [[Mark F.]]&lt;br /&gt;
* [[Miodrag Milanovic]]&lt;br /&gt;
* [[Phil Bennett]]&lt;br /&gt;
* [[R. Belmont]]&lt;br /&gt;
* [[ranger_lennier]]&lt;br /&gt;
* [[Roberto Fresca]]&lt;br /&gt;
* [[Sara S.]]&lt;br /&gt;
* [[ShimaPong]]&lt;br /&gt;
* [[Siftware]]&lt;br /&gt;
* [[Smitdogg]]&lt;br /&gt;
* [[Sonikos]]&lt;br /&gt;
* [[Stiletto]]&lt;br /&gt;
* [[Team CPS-1]]&lt;br /&gt;
* [[Team Europe]]&lt;br /&gt;
* [[Team Japump]]&lt;br /&gt;
* [[The Dumping Union]]&lt;br /&gt;
* [[Tirino 73]]&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;
* [[Brian Troha]] updated raiden2.c: Added missing &amp;quot;VOICE2&amp;quot; sample rom to Raiden 2 sets where it was missing. Corrected rom names for MASK roms soldered to the PCB.&lt;br /&gt;
&lt;br /&gt;
* [[Roberto Fresca]] updated the Southern Systems Joker Poker driver: Added missing CPU IO map to the machine driver. This allow boot the game and enter into the attract mode.&lt;br /&gt;
&lt;br /&gt;
* [[Roberto Fresca]] provided Mini Boy 7 improvements:&lt;br /&gt;
** Added a new complete set. Now set as parent.&lt;br /&gt;
** Corrected Xtal frequency.&lt;br /&gt;
** Mapped the PIA MC6821 (not wired since is not totally understood).&lt;br /&gt;
** Preliminary attempt to decode the color PROM.&lt;br /&gt;
** Mapped the AY-3-8910, but still needs ports and some checks.&lt;br /&gt;
** Added debug and technical notes.&lt;br /&gt;
&lt;br /&gt;
* [[Roberto Fresca]] provided a new driver for Mega Double Poker, from Blitz System Inc.:&lt;br /&gt;
** Initial release.&lt;br /&gt;
** Preliminary memory map.&lt;br /&gt;
** Hooked both PIAs, but need more analysis to confirm the offsets.&lt;br /&gt;
** Accurate graphics and color decode.&lt;br /&gt;
** Added main PCB and daughterboard layouts.&lt;br /&gt;
** Added partial docs and diagrams about the CPU/MCU/ROMs addressing.&lt;br /&gt;
** Added debug and technical notes.&lt;br /&gt;
&lt;br /&gt;
* [[Roberto Fresca]] added Magic Train, from Subsino. Since it&amp;#039;s driven by a HD647180X0CP6 (Subsino - SS9600) plus SS9601 and SS9602 (for video and I/O respectively), it&amp;#039;s possible that needs to be moved to a new driver in a near future. Also added technical notes.&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] updated mpu4drvr.c: Fixed mid-screen palette updates.&lt;br /&gt;
&lt;br /&gt;
* [[Brian Troha]] updated segas16b.c: Documented the Sega game ID for the Heavyweight Champ rom board as well as corrected the rom names.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] contributed a return to type safety. Changed address maps back into functions that build up the definition, rather than the whole tokenizing system, which lost type checking. Added a new module addrmap.c which implements the address map classes, and changed the macros to call methods on the address_map and address_map_entry classes which are strongly typed. Fixed a few incorrectly specified memory map entries along the way in twincobr.c, lordgun.c, galaxold.c.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] provided more API cleanup:&lt;br /&gt;
** Removed cputag_clocks_to_attotime() and cputag_attotime_to_clocks() in favor of just expanding the class.&lt;br /&gt;
** Same for cputag_suspend() and cputag_resume().&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] fixed crash when exiting the debugger if breakpoints are set.&lt;br /&gt;
&lt;br /&gt;
* [[Andrew Gardner]] and [[Stiletto]] made the dsp561xx CPU core generate accurate disassembly for Konami Polygonet hardware (verified against Motorola&amp;#039;s reference disassembler).&lt;br /&gt;
&lt;br /&gt;
* [[ShimaPong]] and [[Miodrag Milanovic]] fixed image device error handling.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] defined new class driver_data_t, which all driver_data classes must derive from. Updated all class definitions to inherit from the new class, and to call it in the constructor. Also changed the alloc() signature to return a driver_data_t pointer instead of a void *. Renamed and hid machine-driver_data as machine-&amp;gt;m_driver_data. Added a new templatized method machine-&amp;gt;driver_data&amp;lt;class&amp;gt; which returns a properly downcast&amp;#039;ed version of the driver data. Updated all code which looked like this:&lt;br /&gt;
&lt;br /&gt;
  mydriver_state *state = (mydriver_state *)machine-&amp;gt;driver_data;&lt;br /&gt;
&lt;br /&gt;
to this:&lt;br /&gt;
&lt;br /&gt;
  mydriver_state *state = machine-&amp;gt;driver_data&amp;lt;mydriver_state&amp;gt;();&lt;br /&gt;
&lt;br /&gt;
The new function does a downcast&amp;lt;&amp;gt; which in debug builds dynamically verifies that you&amp;#039;re actually casting to the right type.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] changed atarigen_state to be a base class from which all the related Atari drivers derive their state from.&lt;br /&gt;
&lt;br /&gt;
* [[Atari Ace]] removed global variables from gaelco, namco, and nile sound cores.&lt;br /&gt;
&lt;br /&gt;
* [[Atari Ace]] converted seta.c, seta2.c, and ssv.c to driver_data.&lt;br /&gt;
&lt;br /&gt;
* [[Miodrag Milanovic]] updated SAA5050 to form 12x20 chars as noted in documentation. Updated malzak driver to support SAA5050 changes.&lt;br /&gt;
&lt;br /&gt;
* [[gtbb08]] and [[R. Belmont]] updated taitotz: added HDD image for Battle Gear 2 (2.04J).&lt;br /&gt;
&lt;br /&gt;
* [[Phil Bennett]] updated namcoic.c: Fixed incorrect road colours in tceptor2, finallap and others.&lt;br /&gt;
&lt;br /&gt;
* [[Phil Bennett]] fixed road transparency in Thunder Ceptor.&lt;br /&gt;
&lt;br /&gt;
* [[Curt Coder]] fixed Z80 SIO interrupts by clearing them at constructor time so Z80 daisy chain works properly and doesn&amp;#039;t stall on a non-existant IEO condition.&lt;br /&gt;
&lt;br /&gt;
* [[Curt Coder]] provided Z80 DMA changes:&lt;br /&gt;
** Fixed DMA by re-adding a status update call to ENABLE DMA command.&lt;br /&gt;
** Allowed illegal mode 0 DMA operation since trs80m2 in MESS is abusing this.&lt;br /&gt;
** Fixed ready signal handling by adding a check for ready condition on each byte.&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] started converting the Toaplan2 VDP into a device.&lt;br /&gt;
&lt;br /&gt;
* [[Andrew Gardner]] updated the dsp56k core: Hooked up new execution engine.&lt;br /&gt;
&lt;br /&gt;
* [[Atari Ace]] updated Polygonet driver to use driver_data class.&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] provided more refactoring to the Toaplan 2 / GP9001 VDP device.&lt;br /&gt;
&lt;br /&gt;
* [[Team CPS-1]] provided a CPS-1 update:&lt;br /&gt;
** Expanded and updated games table in video\cps1.c.&lt;br /&gt;
** Confirmed B-Board # for 3wondersu, varth.&lt;br /&gt;
** Fixed labels in ghouls, ghoulsu to match real pcbs.&lt;br /&gt;
** Removed 14.bin in dynwarj, it was a bad dump.&lt;br /&gt;
** Marked nm_23.12b in nemoj BAD_DUMP.&lt;br /&gt;
** Removed knightsja set (roms were split &amp;amp; hacked to work on a suicided board).&lt;br /&gt;
** Added roms relationship between parent/clones where missing.&lt;br /&gt;
** Fixed some incorrect notes added in previous update.&lt;br /&gt;
** dynwaru -&amp;gt; dynwara, forgottnua -&amp;gt; forgottnu, forgottnu -&amp;gt; forgottnua, wofhfb -&amp;gt; wofhfh as real name Huo Feng Huang.&lt;br /&gt;
** Reordered some sets.&lt;br /&gt;
** Minor cleanups.&lt;br /&gt;
** Fixed sf2ceua labels and added pcb infos.&lt;br /&gt;
** Fixed sf2ceub labels and added pcb infos, removed 1 incorrect rom and replaced with proper redump done by Dumping Union.&lt;br /&gt;
** Fixed punisher, punisheru Q-Sound labels and added D-Board PALs.&lt;br /&gt;
&lt;br /&gt;
* [[AtariAce]] removed globals from dsp56k cpu core.&lt;br /&gt;
&lt;br /&gt;
* [[Brian Troha]] updated cps1.c: Documentation update for some CPS1 sets (B-Board chip information) verified via Team Japump PCB photos.&lt;br /&gt;
&lt;br /&gt;
* [[Mariusz Wojcieszek]] improved memory banking in Puzzle Star (Sang Ho Soft).&lt;br /&gt;
&lt;br /&gt;
* [[Phil Bennett]] fixed term2 (rev. LA4) freeze during the Cyberdyne stage opening Cinematic.&lt;br /&gt;
&lt;br /&gt;
* [[Sonikos]] merged aladbl.c and ssf2md.c to create genesisb.c.&lt;br /&gt;
&lt;br /&gt;
* [[ranger_lennier]] updated video/astrocde.c: Limited the number of timers potentially produced by astrocade_trigger_lightpen().&lt;br /&gt;
&lt;br /&gt;
* [[Brian Troha]] updated cps1.c: Set correct B-Board mapper for &amp;quot;resale&amp;quot; kits. This fixes missing graphics in Area 88 (Japan Resale).&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://maws.mameworld.info/maws/romset/25pacman Pacman - 25th Anniversary Edition (V2.0)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/laststar The Last Starfighter (prototype)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/airrace Air Race (prototype)]&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://maws.mameworld.info/maws/romset/clshroadd Clash-Road (Data East license)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/quizrd12 Quizard v1.2]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/quizrr42 Quizard Rainbow 4.2]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/megat4stg Super Megatouch IV Turnier Version (9255-51-50 ROA, Bi-Lingual ENG/GER version)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/megat5tg Megatouch 5 Turnier Version (9255-70-50 RON, Bi-Lingual ENG/GER version)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/knightsj Knights of the Round (Japan 911127, 91634B-2 B-Board)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/area88r Area 88 (Japan Resale Ver.)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/20pacgalr0 Ms. Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion (V1.00)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/20pacgalr3 Ms. Pac-Man/Galaga - 20th Anniversary Class of 1981 Reunion (V1.03)]&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://maws.mameworld.info/maws/romset/miniboy7 Mini Boy 7 (set 1)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/megadpkr Mega Double Poker (conversion kit)]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/mtrain Magic Train]&lt;br /&gt;
* [http://maws.mameworld.info/maws/romset/gundzaft Gundam Seed: Federation vs. Z.A.F.T. (SED1 Ver. A)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases 2010]]&lt;/div&gt;</summary>
		<author><name>Osso</name></author>
	</entry>
</feed>