<?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.140</id>
	<title>MAME 0.140 - 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.140"/>
	<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.140&amp;action=history"/>
	<updated>2026-05-06T20:58:38Z</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.140&amp;diff=3381&amp;oldid=prev</id>
		<title>Osso: New page: == Release Date == MAME 0.140 was released on 21 October 2010.   == Contributors == The known contributors for this version are, in alphabetical order:  * Aaron Giles * [[Angelo Salese...</title>
		<link rel="alternate" type="text/html" href="https://wiki.mamedev.org/index.php?title=MAME_0.140&amp;diff=3381&amp;oldid=prev"/>
		<updated>2010-10-21T14:14:56Z</updated>

		<summary type="html">&lt;p&gt;New page: == Release Date == MAME 0.140 was released on 21 October 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; * [[Angelo Salese...&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.140 was released on 21 October 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;
* [[Angelo Salese]]&lt;br /&gt;
* [[Balrog]]&lt;br /&gt;
* [[Brian Troha]]&lt;br /&gt;
* [[Curt Coder]]&lt;br /&gt;
* [[David Haywood]]&lt;br /&gt;
* [[Derrick Renaud]]&lt;br /&gt;
* [[Harmony]]&lt;br /&gt;
* [[Mariusz Wojcieszek]]&lt;br /&gt;
* [[MooglyGuy]]&lt;br /&gt;
* [[Pat Dardenko]]&lt;br /&gt;
* [[Roberto Fresca]]&lt;br /&gt;
* [[Siftware]]&lt;br /&gt;
* [[The Dumping Union]]&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;
&lt;br /&gt;
* [[Harmony]] considerably improved UART communications in the CD-i 68070 implementation, increasing Quizard stability as a result.&lt;br /&gt;
&lt;br /&gt;
* [[David Haywood]] fixed use of the sign bits on the SegaCD Roz parameters, improves the SegaCD intro rotations etc. which now appear correct. Clamp Roz stuff to 24-bit, seems to fix the remaining issues with the Sega logos.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] moved -effect implementation out of OSD code and into core since the implementations were identical across Windows/SDL and implemented in the core itself.&lt;br /&gt;
&lt;br /&gt;
* [[Balrog]] provided more Clang fixes (verified OK with GCC).&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] made the emu correctly free textures when screen size dynamically changes. Fixes texture assert when exiting on a number of games.&lt;br /&gt;
&lt;br /&gt;
* [[Pat Dardenko]] and [[Angelo Salese]] attempted to provide a correct M50458 char rom, used by the Nintendo Super System.&lt;br /&gt;
&lt;br /&gt;
* [[Harmony]] re-worked Quizard MCU communications handling to be more easily expanded.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] converted rendlay objects into C++, reduced the number of unused textures allocated.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] fixed texture leak in crsshair.c.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added new method reset_origin() to screen devices to allow manual synchronization of VBLANK start against an external timing source. Updated the MC6845 device to call reset_origin() on its screen at the start of each frame if a screen is present.&lt;br /&gt;
&lt;br /&gt;
* [[Curt Coder]] converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use the new RCA COSMAC CPU.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added new macros DEVCB_DRIVER_LINE_MEMBER and DEVCB_DRIVER_MEMBER to specify member functions of the driver device in callbacks.&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] reworked NMK16 irqs by not using cpu_getiloops() function&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] fixed custom mapping for dsp56k internal memory.&lt;br /&gt;
&lt;br /&gt;
* [[Curt Coder]] refactored the CDP1869 chip into a C++ device.&lt;br /&gt;
&lt;br /&gt;
* [[Aaron Giles]] added explicit control handler for the console. Ctrl+C/Ctrl+Break now explicitly terminate the process forcefully, rather than unwinding through the system in an unexpected state. Other console events (exit, shutdown, logoff) request a graceful exit.&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] reworked 1942 interrupts by not using cpu_getiloops() function.&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] removed deprecat.h usage from 1943 driver.&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] removed deprecat.h usage from 40love driver.&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] removed deprecat.h usage and did some minor clean-ups to the 4enraya driver.&lt;br /&gt;
&lt;br /&gt;
* [[Angelo Salese]] rewrote Alien Command irqs by not using cpu_getiloops() function.&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/dvisland Devil Island (2 sets)] &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/streaknga Streaking (set 2)]&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/magtouch Magical Touch]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Releases 2010]]&lt;/div&gt;</summary>
		<author><name>Osso</name></author>
	</entry>
</feed>