|
|
1.1.1.5 ! root 1: 2002-12-30 (THH): *** Version 0.25 *** ! 2: * Added some more bus error entries in intercept.c (just like on a real ST). ! 3: * Updated the readme.txt. ! 4: ! 5: 2002-12-23 (THH): ! 6: * Moved Hatari's line-a opcodes (0xa000 and 0xa0ff) from tos.c to cartimg.c ! 7: so that the extended VDI resolutions should now also work with hard disk ! 8: emulation turned on. ! 9: * WinSTon turned off screen rendering while booting in a VDI resolution ! 10: mode. This has been enable again, so that the user can see what's going ! 11: on. However, booting in a VDI mode is now a little bit slower (especially ! 12: on TOS 2.06). ! 13: ! 14: 2002-12-22 (THH): ! 15: * VDI resolutions with 4 colors are now working, too. ! 16: * Fixed some bugs in screen.c ! 17: ! 18: 2002-11-30 (THH): ! 19: * Added the possibility to select the GEM resolution to the TOS/GEM dialog. ! 20: * Rewrote ConvertVDIRes_2Colour() in C for big monochrome VDI resolutions. ! 21: ! 22: 2002-10-13 (THH): ! 23: * Rewrote ConvertVDIRes_16Colour() in C and added Line-A/VDI patches ! 24: so that Hatari now also features a VDI big resolution mode. ! 25: ! 26: 2002-09-21 (THH): ! 27: * Added YM and WAV sound recording (to hatari.ym or hatari.wav since the ! 28: GUI does not support editing strings yet). ! 29: * Introduced "System" setup dialog for configuring the ST hardware ! 30: (currently CPU and blitter). ! 31: ! 32: 2002-08-11 (THH): ! 33: * Fixed bug in the blitter function, so the letters in the menu bar of the ! 34: desktop are now correct. ! 35: ! 36: 2002-07-08 (THH): ! 37: * Some more endianess patches for spec512 screens - looks much better now! ! 38: * Fixed the bug that caused Hatari to crash when it was not able to load ! 39: the font image. ! 40: ! 41: 2002-07-04 (THH): ! 42: * Added experimental blitter emulation (taken from STonX). ! 43: "Wings Of Death" started working now - wow! ! 44: ! 45: 2002-07-03 (THH): ! 46: * Separated SDL_INIT_JOYSTICK and SDL_INIT_AUDIO from Main_Init(), since ! 47: failures during joystick/audio initialization shouldn't be fatal. ! 48: * Short-Cuts now also work with the "apple" key on Mac OS X. ! 49: * Some endianess patches for the spec512 convertion routine (but it is ! 50: still not yet working right). ! 51: ! 52: 2002-02-21 (THH): 1.1.1.4 root 53: * Fixed bug in tos.c - TOS 1.00 has been wrongly patched and did not work 54: any more... 55: 1.1.1.5 ! root 56: 2002-02-18 (THH): *** Version 0.20 *** 1.1.1.4 root 57: * Setting the HD drives is now also included in the GUI. 58: * Updated the readme.txt. 59: 60: 2002-02-05 (Thomas Huth): 61: * Added Svens HD-image patch. 62: * Yet another bugfix for BeOS (lseek again...) 63: 64: 2002-01-14 (Thomas Huth): 65: * Added (real) joystick support. 66: 67: 2002-01-02 (Thomas Huth): 68: * Fixed some problems with the CPU reset. 69: * Updated the GUI. 70: 71: 2001-12-27 (Thomas Huth): 72: * Finished the first working version of the GUI. Not yet perfect, 73: but many things can now be configured there. 74: * Mapped the GUI to the F12 key, quitting the program is now 75: ALTGR-Q 76: 77: 2001-12-25 (Thomas Huth): 78: * Cleaned up: Fixed many "FIXME"s, rewrote the splitpath and makepath 79: functions, and moved the scandir and alphasort functions to file.c. 80: * Improved the SDL-GUI. 81: * Designed some dialogs and started working on a file selection dialog. 82: 83: 2001-12-21 (Thomas Huth): 84: * Hatari now uses the SDL's relative mouse mode instead of absolut mode. 85: * Removed the files view.c and statusbar.c (not really needed). 86: 87: 2001-12-10 (Thomas Huth): 88: * Wrote a first version of the graphical user interface. 89: * The path where Hatari searches its data (TOS-image etc.) 90: can now be specified in the Makefile. 91: 1.1.1.3 root 92: 2001-10-10 (Thomas Huth): *** Version 0.11 *** 93: * Changed some C++ comments to C comments (for plain ANSI-C compilers). 94: * Fixed a stack problem in gemdos.c 95: 96: 2001-09-20 (Thomas Huth): 97: * Added screen flipping in fullscreen mode (-> more speed!). 98: * ST-Med/ST-Low mixed mode now works (e.g. in the Magnetic 99: Scrolls adventures). 100: 101: 2001-09-09 (Sven de Marothy): 102: * Added hard-drive emulation, (option -e or --harddrive) 103: * Fixed annoying key clicks during boot. 104: 1.1.1.2 root 105: 2001-08-16 (Thomas Huth): *** Version 0.10a *** 106: * Improved CPU cycles emulation. Most instructions now return the 107: right cycles, I hope. 108: * Added Spec512 support. 109: 110: 2001-07-21 (Thomas Huth): 111: * Added some shortcuts 112: * Added the possibility to switch between fullscreen and window mode. 113: * Started working on better CPU cycles emulation (well, they are 114: a real mess!). 115: 116: 2001-07-11: 117: * Added ST Medium resolution. 118: 119: 2001-07-10: 120: * Added Sven's debugger patch. 121: 122: 2001-06-26: 123: * Added Sven de Marothy's screenshot patch. It allows taking screenshots 124: by pressing ALTGR-G. 125: 126: 2001-06-10 (Thomas Huth): 127: * Added sound support. Does not yet work perfect, but at least there 128: are some noises now :-) (Use option --sound to enable it). 1.1 root 129: 130: 2001-06-01 (Thomas Huth): *** Version 0.05a *** 131: * Added joystick emulation. 132: * Added Stefan's patch for ST-LOW res on big-endian machines, 133: his patch for also leaving Hatari by pressing F12, and 134: his fullscreen patch. 135: * Changed all tabulator characters in the source to spaces. 136: 137: 2001-05-27 (Thomas Huth): *** Version 0.04a *** 138: * Added Stefan Berndtsson's patch for big-endian machines. 139: Hatari now runs also with non-x86 Linux machines! Thanks Stefan! 140: * Rewrote the ST-LOW resolution conversation routines in C 141: => ST-LOW now works! 142: * Added some of the WinSTon patches Paul Bates recently published 143: at the WinSTon BBS (Thanks to Ladislav Adamec for the hint). 144: * Cleaned up the source tree a little bit. 145: 146: 2001-04-03 (Thomas Huth): *** Version 0.03a *** 147: * Rewrote some more assembler functions. FDC emulation now works! 148: 149: 2001-04-02 (Thomas Huth): 150: * SDL Keyboard code finished and included a SDL-Key -> ST-Scancode table. 151: 152: 2001-03-29 (Thomas Huth): 153: * Added mouse support. 154: 155: 2001-03-28 (Thomas Huth): *** Version 0.02a *** 156: * Added very simple SDL support. 157: * Rewrote a lot of assembler functions in C (e.g. intercept.c). 158: * Adapted the UAE CPU. Now Hatari is able to boot a TOS 1.0x ROM, the 159: Desktop shows up, but no mouse and keyboard interaction yet. 160: 161: 2001-03-21 (Thomas Huth): *** Version 0.01a *** 162: * Made the WinSTon source code compilable. 163: * Added the UAE CPU sources.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.