<?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.124u1</id>
	<title>MAME 0.124u1 - 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.124u1"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.124u1&amp;action=history"/>
	<updated>2026-05-09T08:26:45Z</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.124u1&amp;diff=1683&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.124u1&amp;diff=1683&amp;oldid=prev"/>
		<updated>2008-05-06T13:55:27Z</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.124u1 was released on 3 April 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;
* [[Andrew Gardner]]&lt;br /&gt;
* [[Anonymous]]&lt;br /&gt;
* [[Brian Troha]]&lt;br /&gt;
* [[Bryan McPhail]]&lt;br /&gt;
* [[Corrado Tomaselli]]&lt;br /&gt;
* [[couriersud]]&lt;br /&gt;
* [[Curt Coder]]&lt;br /&gt;
* [[David Haywood]]&lt;br /&gt;
* [[Deunan Knute]]&lt;br /&gt;
* [[Dirk Best]]&lt;br /&gt;
* [[ElSemi]]&lt;br /&gt;
* [[Guru]]&lt;br /&gt;
* [[Hugh Allen]]&lt;br /&gt;
* [[James Wallace]]&lt;br /&gt;
* [[kingshriek]]&lt;br /&gt;
* [[Marc Sandusky]]&lt;br /&gt;
* [[Mariusz Wojcieszek]]&lt;br /&gt;
* [[Mike Haaland]]&lt;br /&gt;
* [[Mr. Do]]&lt;br /&gt;
* [[Nicola Salmoria]]&lt;br /&gt;
* [[Oliver Stoneberg]]&lt;br /&gt;
* [[Philip Bennett]]&lt;br /&gt;
* [[Pierpaolo Prazzoli]]&lt;br /&gt;
* [[R. Belmont]]&lt;br /&gt;
* [[RansAckeR]]&lt;br /&gt;
* [[Robiza]]&lt;br /&gt;
* [[Screen Offset]]&lt;br /&gt;
* [[smf]]&lt;br /&gt;
* [[stephh]]&lt;br /&gt;
* [[Wilbert Pol]]&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;
* [[Aaron Giles]] renamed galaxian.c -&amp;gt; galaxold.c. Updated all drivers accordingly.&lt;br /&gt;
&lt;br /&gt;
* [[Curt Coder]] contributed Cidelsa driver updates:&lt;br /&gt;
** de-deprecated the timer callbacks&lt;br /&gt;
** moved PCB RAM to the heap and fixed index overflow&lt;br /&gt;
** converted CDP1869 to the new device system&lt;br /&gt;
** refactored to represent how the hardware actually works&lt;br /&gt;
** added PMA latching on OUT5&lt;br /&gt;
** separated Cidelsa video to its own file&lt;br /&gt;
&lt;br /&gt;
* [[Curt Coder]] updated the COP CPU:&lt;br /&gt;
** implemented interrupt&lt;br /&gt;
** implemented serial input/output&lt;br /&gt;
** fixed XAD/LDD, XIS1, RMB3 opcodes&lt;br /&gt;
** fixed clock divider&lt;br /&gt;
** fixed internal memory map size&lt;br /&gt;
** added some cpu variants&lt;br /&gt;
** fixed serial timer&lt;br /&gt;
** fixed clocks&lt;br /&gt;
** fixed COP410 RMB3, XAD instructions&lt;br /&gt;
** general cleanup&lt;br /&gt;
&lt;br /&gt;
* [[couriersud]] fixed the cfg file corruption if joystick is not connected; itemclass now part of token if item is not found. Settings for joysticks which use a custom item id will still be lost. A fallback has to be provided here since those will use a token generated from the input item name.&lt;br /&gt;
&lt;br /&gt;
* [[smf]] changed the memory system:&lt;br /&gt;
** Now passing mem_mask to the read and write debug hooks. This allows the address &amp;amp; size of the memory access to be correctly calculated when using a memory call that takes a mem_mask.&lt;br /&gt;
** New macros added for checking mem_mask. ACCESSING_BITS_m_n, These check for any access within the bounds between bit &amp;#039;m&amp;#039; and bit &amp;#039;n&amp;#039; (counting bit 0 as the least significant bit). Currently the pattern for checking whether both bytes of a word is written is to make two byte checks.&lt;br /&gt;
** All occurrences of ACCESSING_LSB, ACCESSING_MSB, ACCESSING_LSB16, ACCESSING_MSB16, ACCESSING_LSB32, ACCESSING_MSB32, ACCESSING_LSW32, ACCESSING_MSW32 &amp;amp; simple mem_mask checks have been replaced with the new macros.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added a fatal error if AM_READ_PORT() references a non-existent port.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] converted special-case DIP switches (service, unknown, unused) into their own token type rather than expanding into other tokens. The reduces the number of redundant strings and data.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] and [[stephh]] rewrote the Galaxian driver. Ultimately will combine the existing drivers for galaxian, scramble, frogger, scobra, amidar, and dambustr. For the moment, only a subset of games are implemented in the new system; the remainder are running on the old code. Main features are accurate video timing, correct stars implementation, better organization, simplified input ports, and many other smaller fixes.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] made a minor cleanup and simplification in the video and palette code. Removed palette_config().&lt;br /&gt;
&lt;br /&gt;
* [[Philip Bennett]] fixed interrupt handling and 16-bit memory accessors in 6840ptm.c. Also cleaned up code for the sake of readability.&lt;br /&gt;
&lt;br /&gt;
* [[Yasuhiro Ogawa]] added a multiplier (same as wecleman) to Flak Attack. Info provided by VU801qCf.&lt;br /&gt;
&lt;br /&gt;
* [[Pierpaolo Prazzoli]] improved the Namco NA1 driver:&lt;br /&gt;
** Fixed sprites shadow in namcona1 driver and removed Emeraldia hack.&lt;br /&gt;
** Added tilemaps and sprites 4bpp mode&lt;br /&gt;
** Added preliminary ROZ implementation (disabled until the enable / disable register is found)&lt;br /&gt;
** Changed background pen to fix emeralda demo&lt;br /&gt;
&lt;br /&gt;
* [[couriersud]] added discrete sound system improvements:&lt;br /&gt;
** Added DISCRETE_RCFILTER_SW to discrete sound. This implements multiple RC networks with CD4066 switches to connect/disconnect capacitor.&lt;br /&gt;
** Implemented discrete mixing in circusc using DISCRETE_RCFILTER_SW and sound routing to route 76416 output to discrete logic.&lt;br /&gt;
** Added discrete filtering and mixing to galaxian.c games using konami_sound.&lt;br /&gt;
** Fixed timing of stream_update in discrete_sound_w. All sound cores update before processing changed data.&lt;br /&gt;
** Added streeam_update to discrete_sound_r&lt;br /&gt;
** Now supports multiple output nodes per module.&lt;br /&gt;
*** In this case, NODE_XXX is the default output. Alternative outputs may be accessed by using NODE_XXX_YY where 00&amp;lt;Y&amp;lt;08.&lt;br /&gt;
*** You may also access nodes with macros:&lt;br /&gt;
**** NODE_XXX = NODE_SUB(XXX, 0)&lt;br /&gt;
**** NODE_XXX = NODE(XXX)&lt;br /&gt;
**** NODE_XXX_YY = NODE_SUB(XXX, YY) with YY != 00 &lt;br /&gt;
*** This should e.g. make discrete sound emulation easier when dealing with e.g. flip flops (Q &amp;amp; QQ) and binary counters.&lt;br /&gt;
** Added sanity checks to check consistency issues introduced by this change&lt;br /&gt;
** Modules specify number of outputs ==&amp;gt; Certain special modules (WAVELOG) may no longer be used as input nodes&lt;br /&gt;
** Removed explicit (NODE_XX + expr) from a couple of drivers&lt;br /&gt;
&lt;br /&gt;
* [[kingshriek]] and [[Deunan Knute]] fixed encoding/decoding of negative denormal floats in the AICA/SCSP DSP. Shouldn&amp;#039;t actually affect any games.&lt;br /&gt;
&lt;br /&gt;
* [[stephh]] changed the Seibu sound CPU to use AM_READ_PORT(&amp;quot;COIN&amp;quot;) instead of input_port_0_r.&lt;br /&gt;
&lt;br /&gt;
* [[RansAckeR]] and [[stephh]] made bloodbro.c driver improvements to DIP locations and coin modes. Added notes for &amp;#039;bloodbra&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
* [[couriersud]] added input ITEM_IDs for additional axes and switches. Also added ITEM_IDs for up to 4 hats/POVs.&lt;br /&gt;
&lt;br /&gt;
* [[Andrew Gardner]] merged memory maps for half of the W drivers. Also made a couple of random touchups for X, Y, and Z drivers.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] and [[ElSemi]] added a little magic to make the Atomiswave BIOS try to be more verbose, but our video emulation isn&amp;#039;t good enough to cooperate.&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] added a bootleg of badlands - heavily modified, not working.&lt;br /&gt;
&lt;br /&gt;
* [[smf]] fixed DS2401 state loading now that the digital i/o board&amp;#039;s serial number has been changed to a const by not saving it. As the serial number cannot be changed at run time it was rather pointless.&lt;br /&gt;
&lt;br /&gt;
* [[Anonymous]] added BFCobra improvements:&lt;br /&gt;
** Added plane priority to blitter, fixing Treble Top signature writing&lt;br /&gt;
** Video output now supports all modes** lores, hires, mixedres, 8/7/4/3 bits/pixel, fixing Every Second Counts colour problems&lt;br /&gt;
** Added line draw, fixing missing stuff from Question Of Sport&lt;br /&gt;
** Change blitter loop type control** there are 4 types of loop.&lt;br /&gt;
** Corrected video frame rate to 50Hz.&lt;br /&gt;
** Corrected Z80 speed to 5.91mhz&lt;br /&gt;
** Accounted for Z80 cycles stolen during a blit operation. Improves gfx/sound sync and seems to fix the final round lockup in Every Second Counts.&lt;br /&gt;
&lt;br /&gt;
* [[R. Belmont]] introduced a device-type offset for CD-ROMs so their registrations don&amp;#039;t clash with harddisks. Various SCSI devices register state items by their disk ID, which are not unique across device types.&lt;br /&gt;
&lt;br /&gt;
* [[Nicola Salmoria]] fixed tilemap viewer to draw the whole tilemap when categories are used. Added new option TILEMAP_DRAW_ALL_CATEGORIES to do this efficiently. Updated several drivers to use this instead of rendering each category independently where appropriate.&lt;br /&gt;
&lt;br /&gt;
* [[RansAckeR]] added DIP locations to blueprnt.c&lt;br /&gt;
&lt;br /&gt;
* [[Mike Haaland]] fixed ledutil.c so it compiles cleanly under MSVC.&lt;br /&gt;
&lt;br /&gt;
* [[Dirk Best]] updated Astrocade:&lt;br /&gt;
** Update src/mame/includes/astrocde.h to use an XTAL value&lt;br /&gt;
** Clear interrupts if they are no longer valid&lt;br /&gt;
** Add the knob inputs&lt;br /&gt;
&lt;br /&gt;
* [[Marc Sandusky]] added new makefile flag VERBOSE which enables gcc&amp;#039;s verbose output during compile.&lt;br /&gt;
&lt;br /&gt;
* [[Corrado Tomaselli]] corrected clocks on Rygar.&lt;br /&gt;
&lt;br /&gt;
* [[Oliver Stoneberg]] changed &amp;quot;Machine&amp;quot; to &amp;quot;machine&amp;quot; in a number of places when the running machine parameter is already available. In some cases this also allowed for the removal of deprecat.h.&lt;br /&gt;
&lt;br /&gt;
* [[Wilbert Pol]] did some major cleanup and gutting of pcshare.c.&lt;br /&gt;
&lt;br /&gt;
* [[Mr. Do]] created a built-in overlay for Armor Attack using just rectangles.&lt;br /&gt;
&lt;br /&gt;
* [[James Wallace]] added dynamic control of RX and TX pins to 6850 ACIA emulation - this is needed for correct operation of the MPU4 Video communications system, and may be handy for some MESS systems. To use, set the rx and tx clocks to 0 in the acia interface, then use acia_tx_clock_in() and acia_rx_clock_in() respectively.&lt;br /&gt;
&lt;br /&gt;
* [[Robiza]] added proper implentation of hardware collision in mermaid. This fixes mermaid (when the player is in the water with the sharks) and rougien. Also fixed priorities in mermaid and rougien and a sprite wrapping bug.&lt;br /&gt;
&lt;br /&gt;
* [[Nicola Salmoria]] fixed CPS1 background color. This fixes 3 wonder (game start) and mtwins (explosion during attract). It seems to break Varth, however, and has dubious effects on the boot sscreens of avsp, sfa3 and possibly other CPS2 games.&lt;br /&gt;
&lt;br /&gt;
* [[couriersud]] added discrete filtering and mixing to ironhors. One driver less using FILTER_RC.&lt;br /&gt;
&lt;br /&gt;
* [[Robiza]] added fixes for aerfboot (bootleg of aerofgt):&lt;br /&gt;
** fixes spriteram3 (previous value was too high and in the &amp;quot;city&amp;quot; level some build disappear&lt;br /&gt;
** sprite gfx bank (previously some sprite appear right and some sprite was wrong)&lt;br /&gt;
** fixed perfectly the sprite zoom&lt;br /&gt;
** removed multisprite support; in the bootleg aren&amp;#039;t present&lt;br /&gt;
&lt;br /&gt;
* [[Wilbert Pol]] converted the pit8253 implementation into a device. To make it easier to use I&amp;#039;ve also created a src/emu/devconv.h in the same style as src/emu/memconv.h.&lt;br /&gt;
&lt;br /&gt;
* [[Hugh Allen]] replaced the anonymous timer in tx1 with an allocated one to make state saving closer to reality.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] Changed winwork.c from using hand-built scalable locks to using standard Windows CriticalSections for now, to hopefully address hard hangs.&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/multigm3 Multi Game III]&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/offrodc3 Off Road Challenge (v1.30)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/offroadc Off Road Challenge (v1.40)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/deerhunc Deer Hunting USA V2]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/sbishik Super Bishi Bashi Champ (Korea)]&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/guab Give us a Break]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/tenup Ten Up]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/beeline Beeline]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/cbombers Chase Bombers]&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases 2008]]&lt;/div&gt;</summary>
		<author><name>Georg</name></author>
	</entry>
</feed>