<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Version0.70 - Revision history</title>
		<link>http://www.dosbox.com/wiki/index.php?title=Version0.70&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.35.14</generator>
		<lastBuildDate>Wed, 10 Jun 2026 10:26:39 GMT</lastBuildDate>
		<item>
			<title>Sryx: New page: = This is '''not''' the current release = (previous release) | (next release) == Changes == * Improve register handling an...</title>
			<link>http://www.dosbox.com/wiki/index.php?title=Version0.70&amp;diff=106&amp;oldid=prev</link>
			<guid isPermaLink="false">http://www.dosbox.com/wiki/index.php?title=Version0.70&amp;diff=106&amp;oldid=prev</guid>
			<description>&lt;p&gt;New page: = This is &amp;#039;&amp;#039;&amp;#039;not&amp;#039;&amp;#039;&amp;#039; the &lt;a href=&quot;/wiki/Releases:Current&quot; class=&quot;mw-redirect&quot; title=&quot;Releases:Current&quot;&gt;current&lt;/a&gt; &lt;a href=&quot;/wiki/Releases&quot; title=&quot;Releases&quot;&gt;release&lt;/a&gt; = (&lt;a href=&quot;/wiki/Version0.65&quot; title=&quot;Version0.65&quot;&gt;previous release&lt;/a&gt;) | (&lt;a href=&quot;/wiki/Version0.71&quot; title=&quot;Version0.71&quot;&gt;next release&lt;/a&gt;) == Changes == * Improve register handling an...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= This is '''not''' the [[Releases:Current|current]] [[Releases|release]] =&lt;br /&gt;
([[Version0.65|previous release]]) | ([[Version0.71|next release]])&lt;br /&gt;
== Changes ==&lt;br /&gt;
* Improve register handling and support with XMS.&lt;br /&gt;
* Fix some issues with deleting open files.(windows only issue)&lt;br /&gt;
* Add dummy LPT1 class. (windows only issue)&lt;br /&gt;
* Improve some of the internal dos commands. (choice, copy and shift)&lt;br /&gt;
* Improve ROM area. (for games that use it for random numbers or overwrite it as some sort of detection thing)&lt;br /&gt;
* Improve compatibility of dynamic core by making it handle certain pagefaults earlier.&lt;br /&gt;
* Move internal dos tables around so we have more umb memory.&lt;br /&gt;
* Add some dos tables.&lt;br /&gt;
* Dynamic core supports io exceptions.&lt;br /&gt;
* Move some interrupt handlers to XT Bios locations.&lt;br /&gt;
* Add a dynamic fpu on x86.&lt;br /&gt;
* Improve fpu on non-x86.&lt;br /&gt;
* Trapflag gets strict priority over hardware IRQs.&lt;br /&gt;
* Trapflag support for the dynamic core.&lt;br /&gt;
* Add dummy TRx handling.&lt;br /&gt;
* Fix a few rarely used character functions.&lt;br /&gt;
* Improve auto cycle guessing code.&lt;br /&gt;
* Improve and extend the joystick support.&lt;br /&gt;
* Add autofire support.&lt;br /&gt;
* Improve the mapper so you can map keys to the joystick and vice versa.&lt;br /&gt;
* A few game specific video card fixes.&lt;br /&gt;
* Fix some 64 bit cpu bugs.&lt;br /&gt;
* Add support for certain cdrom detection schemes.&lt;br /&gt;
* Improve HSG/Red Book support.&lt;br /&gt;
* Improve MSCDEX.&lt;br /&gt;
* Improve dynamic core support under intel macs.&lt;br /&gt;
* Add basic support for clipper programs.&lt;br /&gt;
* Add support for different keyboard layouts.&lt;br /&gt;
* Add auto core guessing.&lt;br /&gt;
* Fix a few flags bugs.&lt;br /&gt;
* Fix a few small cpu bugs.&lt;br /&gt;
* Improve soundblaster detection rate by various programs.&lt;br /&gt;
* Improve EMS emulation. (allow mapping of non standard regions)&lt;br /&gt;
* Improve keyboard input codes on various OS-es.&lt;br /&gt;
* Fix problems with filenames having stackdata in them.&lt;br /&gt;
* Changed a few basic operations in DOSBox so they take emulated time.&lt;br /&gt;
* Improve dos ioctl functions.&lt;br /&gt;
* Extend cpu core so they are capable of detecting and raising a few more exception types.&lt;br /&gt;
* Improve DOS functions when dealing with virtual drive.&lt;br /&gt;
* Improve FAT drives.&lt;br /&gt;
* Better handling of volume-labels in file functions.&lt;br /&gt;
* Image disk cycling capability. (prompt)&lt;br /&gt;
* Try to reduce the impact of using an analog joystick.&lt;br /&gt;
* Several measures to avoid code invalidation on certain types of self modification in the dynamic core.&lt;br /&gt;
* Add dynamic core memory function inlining.&lt;br /&gt;
* A few small mouse improvements. (some games are using things they shouldn't)&lt;br /&gt;
* Add nullmodem emulation.(h-a-l-9000)&lt;br /&gt;
* Some small cga and hercules fixes.&lt;br /&gt;
* Add more scalers (hq2x/hq3x/sai). (Kronuz)&lt;br /&gt;
* Change configuration file loading support. It now supports multiple configuration files.&lt;br /&gt;
* Make dynamic core capable of running some win32s programs.&lt;br /&gt;
* Fix and add some rare soundblaster modes. (Srecko)&lt;br /&gt;
* Better soundblaster mixer controls. (Srecko)&lt;br /&gt;
* Make soundblaster installation under windows much easier.&lt;br /&gt;
* Add device control channel handling. &lt;br /&gt;
* GEMMIS support (ems under windows).&lt;br /&gt;
* Support more colours in win 3. (vasyl)&lt;br /&gt;
* Don't show unmounted drives in windows filemanager.&lt;br /&gt;
* Fix some bugs in the int13 handler.&lt;br /&gt;
* Simulate some side-effects of bios interrupt handlers on flags.&lt;br /&gt;
* Add IPX functions needed by netbios.&lt;br /&gt;
* Make ports take emulated time.&lt;br /&gt;
* Tabcompletion is now aware of the CD command.&lt;br /&gt;
* Add suppport for the dac pel mask.&lt;br /&gt;
* Fixes to hercules emulation, better detection and bank switching.&lt;br /&gt;
* Fixes to tandy emulation, 640x200x16 mode and different sizes bank.  &lt;br /&gt;
* EGA/VGA memory changes detection for faster rendering.&lt;br /&gt;
* Gus 16 bit fixes.&lt;br /&gt;
* Many timer improvements. &lt;br /&gt;
* Some pcjr fixes.&lt;br /&gt;
* Some booter fixes.&lt;br /&gt;
* Many small fixes.&lt;/div&gt;</description>
			<pubDate>Fri, 21 Dec 2007 23:30:48 GMT</pubDate>
			<dc:creator>Sryx</dc:creator>
			<comments>http://www.dosbox.com/wiki/Talk:Version0.70</comments>
		</item>
</channel></rss>