--- hatari/ChangeLog 2019/04/01 07:09:16 1.1.1.1 +++ hatari/ChangeLog 2019/04/01 07:10:08 1.1.1.5 @@ -1,3 +1,131 @@ +2002-12-30 (THH): *** Version 0.25 *** + * Added some more bus error entries in intercept.c (just like on a real ST). + * Updated the readme.txt. + +2002-12-23 (THH): + * Moved Hatari's line-a opcodes (0xa000 and 0xa0ff) from tos.c to cartimg.c + so that the extended VDI resolutions should now also work with hard disk + emulation turned on. + * WinSTon turned off screen rendering while booting in a VDI resolution + mode. This has been enable again, so that the user can see what's going + on. However, booting in a VDI mode is now a little bit slower (especially + on TOS 2.06). + +2002-12-22 (THH): + * VDI resolutions with 4 colors are now working, too. + * Fixed some bugs in screen.c + +2002-11-30 (THH): + * Added the possibility to select the GEM resolution to the TOS/GEM dialog. + * Rewrote ConvertVDIRes_2Colour() in C for big monochrome VDI resolutions. + +2002-10-13 (THH): + * Rewrote ConvertVDIRes_16Colour() in C and added Line-A/VDI patches + so that Hatari now also features a VDI big resolution mode. + +2002-09-21 (THH): + * Added YM and WAV sound recording (to hatari.ym or hatari.wav since the + GUI does not support editing strings yet). + * Introduced "System" setup dialog for configuring the ST hardware + (currently CPU and blitter). + +2002-08-11 (THH): + * Fixed bug in the blitter function, so the letters in the menu bar of the + desktop are now correct. + +2002-07-08 (THH): + * Some more endianess patches for spec512 screens - looks much better now! + * Fixed the bug that caused Hatari to crash when it was not able to load + the font image. + +2002-07-04 (THH): + * Added experimental blitter emulation (taken from STonX). + "Wings Of Death" started working now - wow! + +2002-07-03 (THH): + * Separated SDL_INIT_JOYSTICK and SDL_INIT_AUDIO from Main_Init(), since + failures during joystick/audio initialization shouldn't be fatal. + * Short-Cuts now also work with the "apple" key on Mac OS X. + * Some endianess patches for the spec512 convertion routine (but it is + still not yet working right). + +2002-02-21 (THH): + * Fixed bug in tos.c - TOS 1.00 has been wrongly patched and did not work + any more... + +2002-02-18 (THH): *** Version 0.20 *** + * Setting the HD drives is now also included in the GUI. + * Updated the readme.txt. + +2002-02-05 (Thomas Huth): + * Added Svens HD-image patch. + * Yet another bugfix for BeOS (lseek again...) + +2002-01-14 (Thomas Huth): + * Added (real) joystick support. + +2002-01-02 (Thomas Huth): + * Fixed some problems with the CPU reset. + * Updated the GUI. + +2001-12-27 (Thomas Huth): + * Finished the first working version of the GUI. Not yet perfect, + but many things can now be configured there. + * Mapped the GUI to the F12 key, quitting the program is now + ALTGR-Q + +2001-12-25 (Thomas Huth): + * Cleaned up: Fixed many "FIXME"s, rewrote the splitpath and makepath + functions, and moved the scandir and alphasort functions to file.c. + * Improved the SDL-GUI. + * Designed some dialogs and started working on a file selection dialog. + +2001-12-21 (Thomas Huth): + * Hatari now uses the SDL's relative mouse mode instead of absolut mode. + * Removed the files view.c and statusbar.c (not really needed). + +2001-12-10 (Thomas Huth): + * Wrote a first version of the graphical user interface. + * The path where Hatari searches its data (TOS-image etc.) + can now be specified in the Makefile. + +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 +158,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.