--- hatari/ChangeLog 2019/04/01 07:09:16 1.1 +++ hatari/ChangeLog 2019/04/01 07:09:32 1.1.1.3 @@ -1,3 +1,40 @@ +2001-10-10 (Thomas Huth): *** Version 0.11 *** + * Changed some C++ comments to C comments (for plain ANSI-C compilers). + * Fixed a stack problem in gemdos.c + +2001-09-20 (Thomas Huth): + * Added screen flipping in fullscreen mode (-> more speed!). + * ST-Med/ST-Low mixed mode now works (e.g. in the Magnetic + Scrolls adventures). + +2001-09-09 (Sven de Marothy): + * Added hard-drive emulation, (option -e or --harddrive) + * Fixed annoying key clicks during boot. + +2001-08-16 (Thomas Huth): *** Version 0.10a *** + * Improved CPU cycles emulation. Most instructions now return the + right cycles, I hope. + * Added Spec512 support. + +2001-07-21 (Thomas Huth): + * Added some shortcuts + * Added the possibility to switch between fullscreen and window mode. + * Started working on better CPU cycles emulation (well, they are + a real mess!). + +2001-07-11: + * Added ST Medium resolution. + +2001-07-10: + * Added Sven's debugger patch. + +2001-06-26: + * Added Sven de Marothy's screenshot patch. It allows taking screenshots + by pressing ALTGR-G. + +2001-06-10 (Thomas Huth): + * Added sound support. Does not yet work perfect, but at least there + are some noises now :-) (Use option --sound to enable it). 2001-06-01 (Thomas Huth): *** Version 0.05a *** * Added joystick emulation. @@ -30,7 +67,6 @@ * Adapted the UAE CPU. Now Hatari is able to boot a TOS 1.0x ROM, the Desktop shows up, but no mouse and keyboard interaction yet. - 2001-03-21 (Thomas Huth): *** Version 0.01a *** * Made the WinSTon source code compilable. * Added the UAE CPU sources.