<?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.69</id>
	<title>MAME 0.69 - 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.69"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.69&amp;action=history"/>
	<updated>2026-05-06T17:07:35Z</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.69&amp;diff=978&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.69&amp;diff=978&amp;oldid=prev"/>
		<updated>2007-05-10T09:54:54Z</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.69 was released on 31 May 2003.&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;
* [[GMB]]&lt;br /&gt;
* [[Aaron Giles]]&lt;br /&gt;
* [[Andrea Mazzoleni]]&lt;br /&gt;
* [[Angelo Salese]]&lt;br /&gt;
* [[Brian Troha]]&lt;br /&gt;
* [[Bryan McPhail]]&lt;br /&gt;
* [[BUT]]&lt;br /&gt;
* [[David Haywood]]&lt;br /&gt;
* [[David Silva]]&lt;br /&gt;
* [[David Widel]]&lt;br /&gt;
* [[Derrick Renaud]]&lt;br /&gt;
* [[Fujix]]&lt;br /&gt;
* [[Guru]]&lt;br /&gt;
* [[HobbesAtPlay]]&lt;br /&gt;
* [[Jarek Burczynski]]&lt;br /&gt;
* [[Lee Taylor]]&lt;br /&gt;
* [[Leon van Rooij]]&lt;br /&gt;
* [[Luca Elia]]&lt;br /&gt;
* [[MameTesters]]&lt;br /&gt;
* [[Nathan Woods]]&lt;br /&gt;
* [[Paul Priest]]&lt;br /&gt;
* [[Peo]]&lt;br /&gt;
* [[Ryan Holtz]]&lt;br /&gt;
* [[Satoshi Suzuki]]&lt;br /&gt;
* [[Smitdogg]]&lt;br /&gt;
* [[Steve Ellenoff]]&lt;br /&gt;
* [[Stefan Jokisch]]&lt;br /&gt;
* [[Stephane Humbert]]&lt;br /&gt;
* [[Toby Broyad]]&lt;br /&gt;
* [[Uki]]&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;
* [[Bryan McPhail]] fixed a problem with missing &amp;#039;returns&amp;#039; in the PIC CPU core&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] fixed a few MCU simulation problems in bking3&lt;br /&gt;
&lt;br /&gt;
* [[Nathan Woods]] made various changes:&lt;br /&gt;
** Minor change to the MESS specific code&lt;br /&gt;
** DriverDataCompareFunc() is now declared with CLIB_DECL&lt;br /&gt;
** Removed strupr() in favor a manual implementation, because it is non-ANSI&lt;br /&gt;
** Minor tweaks within #ifdef MESS code&lt;br /&gt;
** UI code for discrete sound engine now encapsulated within &amp;#039;#if HAS_DISCRETE&amp;#039;&lt;br /&gt;
** Changed some #ifdef MESS specific strings&lt;br /&gt;
** Fixed a potential crash that could occur if the last line in	an INI file was not terminated with a CRLF&lt;br /&gt;
** Added osd_rc_write(); which does the reverse as osd_rc_read() (this is only used in the MESS Win32 port)&lt;br /&gt;
** New mame_fputs(), mame_vfprintf() and mame_fprintf() functions (used in osd_rc_write()) above&lt;br /&gt;
** Removed some no longer relevant MESS globals&lt;br /&gt;
** Unicode enabled (i.e. - compiles under #define UNICODE)&lt;br /&gt;
** Added corresponding _msize implementation (this fixes a benign but very subtle bug when debugging with VC)&lt;br /&gt;
** Added ide_controller_init_custom() (used by MESS)&lt;br /&gt;
** Removed private prototypes of crc32(), in favor of #include &amp;lt;zlib.h&amp;gt;&lt;br /&gt;
** Minor tweaks within #ifdef MESS&lt;br /&gt;
** Put #ifndef _STDINT_H around typedefs for uint32_t and uint8_t (apparently these are already defined on the Mac)&lt;br /&gt;
** Put CLIB_DECL in front of a few declarations&lt;br /&gt;
&lt;br /&gt;
* [[Andrea Mazzoleni]] contributed various changes&lt;br /&gt;
** Substitutes in the -listinfo output the strings &amp;quot;nodump&amp;quot; and &amp;quot;baddump&amp;quot; with &amp;quot;flags nodump&amp;quot; and &amp;quot;flags baddump&amp;quot;.&lt;br /&gt;
** Substitutes the _HUGE macro with the standard DBL_MAX value&lt;br /&gt;
** Adds a test for the GNU C compiler to skip some POWERPC inline assembler not compatible with the GNU assembler format.&lt;br /&gt;
** Fixes some macros with arguments not used. Otherwise it doesn&amp;#039;t compile with gcc 2.95.3.&lt;br /&gt;
&lt;br /&gt;
* [[BUT]] fixed the rom auditing for cases where no good dump is known but a file is found&lt;br /&gt;
	&lt;br /&gt;
* [[Leon van Rooij]] contributed improvements and Bug Fixes for the Direct 3D Blitting:&lt;br /&gt;
** -effect same as 0.68 and earlier, no effect on d3d module&lt;br /&gt;
** -zoom or -z (default is 2) select zoom level, works for the ddraw code as well find the smallest display mode that will fit an n times zoomed game image (only used when no display mode is explicitly forced, the d3d code takes the aspect ratio into account, ddraw behaviour is unchanged)&lt;br /&gt;
** -cleanstretch or -cs only strecth to integer ratios, works for the ddraw code as well&lt;br /&gt;
** -d3dfilter or -d3dflt select filtering algorithm (0 is none, 1 bi-linear, 2 flat bi-cubic, 3 gaussian bicubic, 4 anisotropic)&lt;br /&gt;
** -d3deffect behaves exactly the same as -effect, but only affects the d3d module. You can use all -effect parameters, so none, scan25, scan50, scan75, rgb16, rgb6, rgb4, rgb3, and sharp work, they are identical at 2x zoom scan75v and rgb4v also work, and are identical to scan75 adn rgb4 (as the d3d effects are automatically rotated already) Additionally, all effects presets and auto work none affects only the presets now. The presets are renamed, in addition to the -effect presets, they are now:&lt;br /&gt;
*** rgbminmask,&lt;br /&gt;
*** dotmedmask,&lt;br /&gt;
*** rgbmedmask,&lt;br /&gt;
*** rgbmicro&lt;br /&gt;
*** rgbtiny&lt;br /&gt;
*** aperturegrille,&lt;br /&gt;
*** dotmedbright,&lt;br /&gt;
*** rgbmaxbright&lt;br /&gt;
** -d3dscan scanline intensity, 100 is off&lt;br /&gt;
** -d3dfeedback feedback intensity, 0 is off&lt;br /&gt;
** -d3dsaturate oversaturation intensity, 0 is off&lt;br /&gt;
** -d3dprescale AKA sharp.&lt;br /&gt;
** -d3dcustom custom preset, as before (anyone who wants to customise presets can, everybody else should ignore it)&lt;br /&gt;
** -d3dexpert Normal users should not use this one, basically if you can&amp;#039;t read the source to figure out what it does, you have no business using it &amp;lt;g&amp;gt;. Behaves as -effect did in the previous updates, plus some new stuff; disable disables all effects, prescale lets you control prescale explicitly, pixelcounter changes the scanline texture (use mame whatever -z 4 -d3d -cs -flt 0 -d3dexpert pixelcounter), norotate disables rotating effects.&lt;br /&gt;
** It has it&amp;#039;s own ini section and it handles priorities itself to ensure correct behaviour. For custom presets, patterns are no longer loaded from the effects directory, the name should just include the path.&lt;br /&gt;
** There are warning messages when you do e.g. -nod3d -d3dscan50, or -d3d -effect sharp (although the latter will work as it has up until 0.68). It tests all hardware capabilities it should (as far as I&amp;#039;m aware, at least). &lt;br /&gt;
** It won&amp;#039;t chop textures in 256x256 blocks for old Voodoo cards.&lt;br /&gt;
** -texture_management is now enabled by default as leaving it off seems to have worse consequences for more people than having it on. I haven&amp;#039;t added a workaround for cards that can&amp;#039;t render to textures yet, other than that, any possible typos, etc. or any suggestions people may have, it should be good for 0.69.&lt;br /&gt;
** Apparently some videocards don&amp;#039;t like the DX7 pageflip in combination with a triple buffer. (behaviour when triple buffering is unchanged from 0.67, that goes for the d3d code as well as the ddraw code).&lt;br /&gt;
&lt;br /&gt;
* Added the USA 2-Slot bios to the NeoGeo Driver (recompile to use) also readded line removed by mistake, fixed coinage bug when using USA Bios&lt;br /&gt;
&lt;br /&gt;
* Added the Asia Bios to the NeoGeo Driver&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] renamed Proms in Eggor&lt;br /&gt;
&lt;br /&gt;
* [[Fujix]] fixed the demo sound Dipswitch in sotsugyo&lt;br /&gt;
&lt;br /&gt;
* [[BUT]] fixed the infinite lifes DIP switch in qtono2&lt;br /&gt;
&lt;br /&gt;
* [[BUT]] made various fixes and improvements to Chack&amp;#039;n Pop&lt;br /&gt;
&lt;br /&gt;
* [[Paul Priest]] and [[Ryan Holtz]] fixed the Sound Loading in some Taito F3 Games&lt;br /&gt;
&lt;br /&gt;
* [[David Silva]] and [[Guru]] corrected Dragon Master Dipswitches and frequencies&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] added NeoGeo Mahjong control panel support&lt;br /&gt;
&lt;br /&gt;
* [[Satoshi Suzuki]] and [[David Haywood]] corrected sprite priority in brkthru and darwin and converted the driver to use tilemaps&lt;br /&gt;
&lt;br /&gt;
* [[Paul Priest]] fixed a bug with -crconly which could cause options.debug_width to become corrupt&lt;br /&gt;
&lt;br /&gt;
* [[HobbesAtPlay]] fixed a problem where a NODUMP rom was reported as found even if it didn&amp;#039;t exist in the rompaths&lt;br /&gt;
&lt;br /&gt;
* [[Uki]] corrected colors in Progres &amp;amp; added 3rd Button for Aiming&lt;br /&gt;
	&lt;br /&gt;
* [[David Haywood]] fixed the length of proms in Main Event (SNK) TESTDRIVER&lt;br /&gt;
&lt;br /&gt;
* [[Toby Broyad]] fixed the merging of Sets in the Shougi TESTDRIVER&lt;br /&gt;
&lt;br /&gt;
* [[MameTesters]] fixed the name of Mach Breakers (was Match Breakers)&lt;br /&gt;
	&lt;br /&gt;
* [[Aaron Giles]] fixed the interrupt being triggered on Non-Existant CPU for TaitoSJ games with no MCU&lt;br /&gt;
	&lt;br /&gt;
* [[Paul Priest]] added the -bios option&lt;br /&gt;
&lt;br /&gt;
* Adds the system option &amp;quot;bios&amp;quot;. An integer that is valid where: 0 &amp;lt;= n &amp;lt; 15 ROM loading is now modified so that if any of the 4 bits in ROM_BIOSFLAGSMASK of the rom flags are set, it will only be loaded if the value+1 == options.bios&lt;br /&gt;
&lt;br /&gt;
* NeoGeo has been modified to take advantage of this as follows:&lt;br /&gt;
** 0 - &amp;quot;sp-s2.sp1&amp;quot;    - Europe, 1 Slot (also been seen on a 4 slot) (default)&lt;br /&gt;
** 1 - &amp;quot;sp-s.sp1&amp;quot;     - Europe, 4 Slot&lt;br /&gt;
** 2 - &amp;quot;usa_2slt.bin&amp;quot; - US, 2 Slot&lt;br /&gt;
** 3 - &amp;quot;sp-e.sp1&amp;quot;     - US, 6 Slot (V5?)&lt;br /&gt;
** 4 - &amp;quot;asia-s3.sp1&amp;quot;  - Asia S3 Ver 6&lt;br /&gt;
** 5 - &amp;quot;vs-bios.rom&amp;quot;  - Japan, Ver 6 VS Bios&lt;br /&gt;
** 6 - &amp;quot;sp-j2.rom&amp;quot;    - Japan, Older&lt;br /&gt;
** Note that using a value &amp;gt;6 and &amp;lt;15 will result in NO bios rom being loaded (And a red screen in NeoGeo&amp;#039;s case).&lt;br /&gt;
&lt;br /&gt;
* [[Brian Troha]] corrected the filenames for Steel Gunner 2&lt;br /&gt;
	&lt;br /&gt;
* [[Angelo Salese]] fixed a scrolling bug in One Shot One Kill&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] fixed an MCU Reset for Tiger Heli&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] removed a graphic rom loading kludge in Yamato,which caused a bad gray square when launching missiles(yamato37b9gre);also fixed crashes in clone yamato2.&lt;br /&gt;
&lt;br /&gt;
* Removed NeoGeo Memory Card Manager RESET / CALL option from UI, this feature is only available on the AES console and should be in Mess (and probably won&amp;#039;t be needed at all with a real AES bios)&lt;br /&gt;
&lt;br /&gt;
* Changed NeoGeo Framerate to 59fps based on Mametesters report about Kof98 Intro Sync. It would be nice if somebody could give a real accurate measurement of this.&lt;br /&gt;
&lt;br /&gt;
* [[Jarek Burczynski]] fixed a FM bug causing bad sounds in maglord and other games which was introduced in the last release&lt;br /&gt;
&lt;br /&gt;
* [[Derrick Renaud]] updated the discrete sound support:&lt;br /&gt;
** Atari Baseball - added video invert (triples/home runs).&lt;br /&gt;
** Avalanche - changed to discrete sounds adding missing top rocks sound (Aud0 trigger). (and yes the game is supposed to sound horrible)&lt;br /&gt;
** Dominos - added 60Hz ac signal (but it does not seem to affect anything).&lt;br /&gt;
** Drag Race - added discrete sounds.&lt;br /&gt;
** Night Driver - added discrete sounds and video invert during crash. Motor/skid sounds are not 100% correct.&lt;br /&gt;
** Sprint 2 - switched player controls so they lined up under the proper score color.&lt;br /&gt;
** Orbit - added discrete sounds.&lt;br /&gt;
** I also fixed a minor bug in src\sound\discrete.h causing DISCRETE_LOGIC_INVERT not to work.&lt;br /&gt;
** And did minor code cleanup to Basketball.&lt;br /&gt;
** Removed GAME_IMPERFECT_SOUND flag from Circus. If correct samples are used then it is ok, like all sample games. (New accurate samples have been posted at twisty&amp;#039;s)&lt;br /&gt;
&lt;br /&gt;
* [[BUT]] fixed the &amp;#039;no stereo&amp;#039; bug in src\sound\discrete.c&lt;br /&gt;
&lt;br /&gt;
* [[Derrick Renaud]] added preliminary WIP discrete sound in subs&lt;br /&gt;
&lt;br /&gt;
* [[Luca Elia]] corrected the colors in Clash Road &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 GAME_NOT_WORKING status&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/wolfpack Wolf Pack (prototype)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/nmouse Naughty Mouse]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/bwcasino Boardwalk Casino / Atlantic City Action]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/paradise Paradise]&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/metamrpj Metamorphic Force (Japan JAA)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/gijoej GI Joe (Japan)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/falcon Falcon (Phoenix bootleg)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/docastlo Mr. Do&amp;#039;s Castle (older)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/plctr13b Police Trainer 1.3B (Sharpshooter Hardware)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/sf2uk Street Fighter 2 (US 911101)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/maketrxb Make Trax (set 2)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/newpuc2 NewPuc2 (hack)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/wcbowl World Class Bowling (v1.66, v1.65)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/targc Targ (cocktail?)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/rallys Rallys (bootleg? of Spectar)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/route16 Route 16 (set 2)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/labyrunk Labyrinth Runner (World Ver. K)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/mainev2p The Main Event (2 Players ver. X)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/quart2 Quartet 2 (Japan)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/fpointbj Flash Point (Japan, bootleg)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/choppera Chopper I (US set 2)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/chopperb Chopper I (US set 3)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/tunhunt Tunnel Hunt (Atari Original)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/arknoiuo Arkanoid (US, older)]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;New TESTDRIVERS added&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/plygonet Polygonet Commanders]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/daireika Mahjong Daireikai]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/mjzoomin Mahjong Channel Zoom In]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/kakumei Mahjong Kakumei]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/kakumei2 Mahjong Kakumei 2 - Princess League]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/slipstrm Slipstream]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/pclubj Atlus Print Club (v1, v2, v4, v5)]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/Portraits Portraits]&lt;br /&gt;
* [http://www.mameworld.net/maws/romset/mustache Mustache Boy]&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases 2003]]&lt;/div&gt;</summary>
		<author><name>Georg</name></author>
	</entry>
</feed>