This commit is contained in:
michaelangel007 2014-07-28 13:58:17 -07:00
commit 01aab19990
7 changed files with 10 additions and 14 deletions

View File

@ -103,7 +103,7 @@
<Text Include="docs\CodingConventions.txt" /> <Text Include="docs\CodingConventions.txt" />
<Text Include="docs\Debugger_Changelog.txt" /> <Text Include="docs\Debugger_Changelog.txt" />
<Text Include="docs\FAQ.txt" /> <Text Include="docs\FAQ.txt" />
<Text Include="docs\History.txt" /> <Text Include="bin\History.txt" />
<Text Include="docs\ToDo.txt" /> <Text Include="docs\ToDo.txt" />
<Text Include="docs\Video_Cleanup.txt" /> <Text Include="docs\Video_Cleanup.txt" />
<Text Include="docs\Wishlist.txt" /> <Text Include="docs\Wishlist.txt" />

View File

@ -293,7 +293,7 @@
<Text Include="docs\FAQ.txt"> <Text Include="docs\FAQ.txt">
<Filter>Docs</Filter> <Filter>Docs</Filter>
</Text> </Text>
<Text Include="docs\History.txt"> <Text Include="bin\History.txt">
<Filter>Docs</Filter> <Filter>Docs</Filter>
</Text> </Text>
<Text Include="docs\ToDo.txt"> <Text Include="docs\ToDo.txt">

View File

@ -465,7 +465,7 @@
<None Include="docs\CodingConventions.txt" /> <None Include="docs\CodingConventions.txt" />
<None Include="docs\Debugger_Changelog.txt" /> <None Include="docs\Debugger_Changelog.txt" />
<None Include="docs\FAQ.txt" /> <None Include="docs\FAQ.txt" />
<None Include="docs\History.txt" /> <None Include="bin\History.txt" />
<None Include="docs\ToDo.txt" /> <None Include="docs\ToDo.txt" />
<None Include="docs\Video_Cleanup.txt" /> <None Include="docs\Video_Cleanup.txt" />
<None Include="docs\Wishlist.txt" /> <None Include="docs\Wishlist.txt" />

View File

@ -468,7 +468,7 @@
<None Include="docs\FAQ.txt"> <None Include="docs\FAQ.txt">
<Filter>Docs</Filter> <Filter>Docs</Filter>
</None> </None>
<None Include="docs\History.txt"> <None Include="bin\History.txt">
<Filter>Docs</Filter> <Filter>Docs</Filter>
</None> </None>
<None Include="docs\ToDo.txt"> <None Include="docs\ToDo.txt">

View File

@ -777,7 +777,7 @@
> >
</File> </File>
<File <File
RelativePath=".\docs\History.txt" RelativePath=".\bin\History.txt"
> >
</File> </File>
<File <File

View File

@ -952,7 +952,7 @@
> >
</File> </File>
<File <File
RelativePath=".\docs\History.txt" RelativePath=".\bin\History.txt"
> >
</File> </File>
<File <File

View File

@ -7,16 +7,12 @@ Bug reports and feature requests should be submitted here:
https://github.com/AppleWin/AppleWin/issues/new https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth Tom Charlesworth
tomch at users.berlios.de
Restrictions/bugs:
- SSI263 emulation is very basic: there is no attempt to emulate rate, inflection or filters.
- During Mockingboard playback, Speaker emulation isn't precise
In Development: In Development:
--------------- ---------------
Changes: Changes:
. Changed the AppleWin project host from BerliOS to GitHub.
. Added command line switch to specify the type of memory initialization pattern. . Added command line switch to specify the type of memory initialization pattern.
-memclear # -memclear #
Where # ranges from 0 to 7. Where # ranges from 0 to 7.
@ -55,7 +51,7 @@ Changes:
. Support cursor keys (in addition to numpad) when using keyboard for joystick emulation . Support cursor keys (in addition to numpad) when using keyboard for joystick emulation
. Support auto-fire for all 3 joystick buttons (via Config->Input) . Support auto-fire for all 3 joystick buttons (via Config->Input)
. Debugger: Added "disk info" command . Debugger: Added "disk info" command
. [Feature #5668] Added confirmation message box for reboot (F2) . Added confirmation message box for reboot (F2)
. [Feature #5715] Added -no-printscreen-dlg to suppress the warning if AppleWin fails to capture the PrintScreen key . [Feature #5715] Added -no-printscreen-dlg to suppress the warning if AppleWin fails to capture the PrintScreen key
. Changed save-state file persisted to Registry from filename to pathame . Changed save-state file persisted to Registry from filename to pathame
Fixes: Fixes:
@ -66,7 +62,7 @@ Fixes:
1.23.2 - 14 Sep 2013 1.23.2 - 14 Sep 2013
-------------------- --------------------
Changes: Changes:
. [Feature #5105] Added About dialog showing GPL (at startup, but only when AppleWin version changes). . Added About dialog showing GPL (at startup, but only when AppleWin version changes).
. [Bug #18940] Extend BSAVE and BLOAD Command To Memory Banks 0 and 1 . [Bug #18940] Extend BSAVE and BLOAD Command To Memory Banks 0 and 1
Extended debugger BLOAD with bank support: Extended debugger BLOAD with bank support:
. BLOAD [file],[bank:]address[,length] . BLOAD [file],[bank:]address[,length]
@ -272,7 +268,7 @@ Fixes:
. [Bug #14879] Double-Lo-Res Graphics colors not correct . [Bug #14879] Double-Lo-Res Graphics colors not correct
1.16.1 - 20 Jun 2009 1.16.1 - 21 Jun 2009
-------------------- --------------------
Changes: Changes:
. Ctrl-F2 now functions as CONTROL-RESET (same as Ctrl-Break) . Ctrl-F2 now functions as CONTROL-RESET (same as Ctrl-Break)