|
|
1.1 root 1:
2: Hatari
3: --------
4: Release Notes
5:
1.1.1.21! root 6: Version 2.0.0 (2016-11-04)
! 7: ---------------------------
! 8:
! 9: Emulation:
! 10: - Machine:
! 11: - Support for MegaST & MegaSTE machines added
! 12: (this also replaces the Real Time Clock / RTC option, since this chip
! 13: is only available on the Mega machines)
! 14: - The general purpose registers of the TT SCU are now correctly emulated
! 15: (this fixes the problem with AHDI not finding any partitions during boot)
! 16: - HD:
! 17: - Fix: Disable GEMDOS opcodes after GEMDOS drive is disabled
! 18: - Fix: GEMDOS HD can now be initialized multiple times,
! 19: e.g. when running EmuTOS RAM image from a normal TOS
! 20: - Fix: WORD access to IDE data register at 0xf00002
! 21: - Fix: '*.*' pattern with GEMDOS HD should match also files
! 22: without extension
! 23: - Video:
! 24: - Full rewrite of the GLUE state machine, including support for the
! 25: 4 wakeup states in STF mode, as well as more accurate video timings
! 26: (hbl, timer b, top/bottom and left/right removal, mixing 50/60/71 Hz
! 27: lines)
! 28: - Correctly shows the last 8 pixels for STE 224 byte overscan
! 29: - Fix: reading video counter $FF8205/07/09 after modifying it
! 30: while display is ON
! 31: - Fix: location of the video counter's restart when screen runs at 60 Hz
! 32: - TT: sync ST & TT color registers immediately on write, handle
! 33: palette bank setting correctly, fix duochrome colors
! 34: - Falcon: handle byte access special case for ST color registers
! 35: - Falcon: border color support also in HiColor
! 36: - better hbl/timer b interrupts when CPU runs at 16/32 MHz
! 37: - Sound:
! 38: - Special cases for STE DMA sound when start address = end address
! 39: - Increase STE DMA volume when compared to the YM2149 volume
! 40: - Greatly improve Falcon DMA sound
! 41: - CPU:
! 42: - use WinUAE CPU for STF/STE mode too, not just Falcon (old CPU core
! 43: is considered deprecated)
! 44: - improved IACK and simultaneous interrupts
! 45: - access IO regs on 2 cycle boundaries when possible
! 46: - More accurate 68060 mode (instructions from previous CPU versions
! 47: removed in 68060 aren't accepted/emulated anymore)
! 48: - Misc bus error / IO mem register handling fixes for TT & Falcon
! 49: (e.g. add TT DIP switch register handler)
! 50: - Blitter:
! 51: - Better bus arbitration when blitter is started
! 52: - Don't cause bus error when accessing regions causing CPU bus error
! 53: - Fixes to DSP addressing
! 54: - Floppy:
! 55: - Fix the value of the WPT bit when inserting/ejecting a write protected
! 56: floppy
! 57:
! 58: Emulator:
! 59: - Generic fixes:
! 60: - Autosave to already existing file works first time after v1.4
! 61: (dialog for file overwrite got automatically canceled on exit)
! 62: - SDL GUI:
! 63: - MegaST/MegaSTe support
! 64: - Shortcuts can be configured in the keyboard dialog
! 65: - User can provide volume label when creating a floppy image
! 66: - Show dialog on HD image size issues
! 67: - Better SDL2 support:
! 68: - SDL2 is now enabled by default
! 69: - Resizable windows, including ST/STE screen scaling
! 70: - "--desktop" option is used also for ST/STe instead of "--desktop-st"
! 71: - Command line:
! 72: - Renamed --fpu-type option to --fpu
! 73: - Configuration:
! 74: - Hatari defaults to ST both with oldUAE & WinUAE CPU core
! 75: - Preferred private configuration directory is now ~/.config/hatari
! 76: on Linux/Unix (the legacy location ~/.hatari is still used if
! 77: the other one does not exist yet)
! 78: - Windows config location is now: AppData\Local\Hatari
! 79: - Support SDL key names in keymap files in addition to key codes
! 80: - Comment characters (#, ;) can also be mapped in keymap file
! 81: - Added NatFeats SCSI (NF_SCSI) driver for Linux version of Hatari
! 82: - Debugger:
! 83: - Fix: close debugger log file only when explicitly requested,
! 84: not when continuing emulation from debugger
! 85: - Fix: direct DSP register, disasm and memdumps to debugger log
! 86: file, similarly to CPU
! 87: - Fix: direct CPU and DSP symbol traces to trace file, not stderr
! 88: - Fix: ':once' option when there's only one breakpoint (v1.9 regression)
! 89: - Fix: NatFeats NF_DEBUGGER command now actually drops to debugger
! 90: - 'n' (next) command run until (dbcc backwards branch) loop exits
! 91: (in addition to running until subroutine and exception calls return)
! 92: - Support Atari debugger XBios(11) / Dbmsg() API
! 93: - 'variables' / 'v' command to list Hatari debugger's builtin symbols
! 94: - Also trace exception can be caught
! 95: - Removed features:
! 96: - Support for rendering to 8-bit host screens
! 97: - Support for (buggy) RsConf() interception with --bios-intercept
! 98:
! 99: Other:
! 100: - Allow building without Zlib
! 101: - zip2st tool can convert directories to .st image files,
! 102: not just .zip files.
! 103:
! 104: Fixed games:
! 105: - Chainz and Jewelz by Paradize (blitter, bus errors)
! 106:
! 107: Fixed demos:
! 108: - spec512 image in the Intro of the Place To Be Again (video, restart counter)
! 109: - Menu screen in the Place To Be Again (video, writing/reading video
! 110: counter during active display)
! 111: - A Little Bit Insane by Lazer (no DMA sound during the demo)
! 112: - LoSTE and Closure by Sync (video, wakeup states and glue timings)
! 113: - Death of the left border by TNT (video, stabilizer)
! 114: - Gen4 Demo by Ziggy / Overlanders (video)
! 115: - Suretrip 49% by Checkpoint (cpu, exceptions stacking)
! 116: - Tymewarp by YM Rockerz (megaste mode, cpu control at $ff8e21)
! 117: - overscan plasma in Graphics Sound 2 in Relapse by Cybernetic (blitter)
! 118: - RGBeast by Agression (blitter)
! 119: - Drone by DHS, PhotoChrome Viewer by DML (video, last 8 pixels)
! 120:
! 121: Notes:
! 122: TOS NF_SCSI driver is available from:
! 123: http://hddriver.seimet.de/en/downloads.html
! 124:
! 125:
1.1.1.20 root 126: Version 1.9.0 (2015-09-10):
127: ---------------------------
128:
129: Emulation:
130: - STE Joypads:
131: - Fix: Joypad A Option button
132: - Fix: Joypad B extended buttons
133: - ACSI / IDE:
134: - Fix: image file attribute check when using device files
135: - Fix: v1.8 ACSI regression with A1=0 case
136: - GEMDOS HD:
137: - Fix: matching exactly 8 chars long file names containing '.'
138: - Better mapping of host errors to GEMDOS error codes
139: - Support for mapping file names with 8-bit characters
140: between host and Atari encodings (umlauted chars etc)
141: - Program header (TT-RAM) allocate flags support
142: - CPU:
143: - update WinUAE CPU core version from 2.3 -> 2.8.1 -> 3.0 -> 3.1
144: - MMU emulation fixed
145: - instruction/data cache emulation
146: - better 68020/30 prefetch pipeline
147: - cycle accuracy, etc.
148: - in 68000 mode, remove some un-allowed <ea> for CMPI, BTST and TST
149: - check for address error when new PC is set at the end of RTE, RTS and RTR
150: - fix "move.b an,<ea>", it's not allowed and should give illegal instruction
151: - improve stack frame for bus error and address error
152: - allow bus control only for 030
153: (i.e. prevent TOS forcing 16Mhz at boot with higher CPU levels)
154: - Memory:
155: - TT-RAM / 32-bit addressing support both for TT & Falcon emulation
156: (when using EmuTOS, this requires version 0.9.4 or later)
157: - FDC changes:
158: - for STX disks, fix type I commands with verify bit on tracks with no sector
159: - for ST/MSA, check read address and read track are not beyond max track
160: - MFP:
161: - better emulation of GPIP, AER and DDR
162: - MIDI:
163: - some RX/TX interrupt conditions were not correctly handled
164: - TDRE bit is status register more accurately handled
165: - Video:
166: - fix value when reading video counter $FF8205/07/09 in high res
167: - Blitter:
168: - when transfer ends, hog bit should be cleared in control register
169: - DSP:
170: - better emulation of the HREQ signal
171:
172: Emulator:
173: - Support for compiling with libSDL2 (experimental)
174: - SDL2 supports other than 2x scaling factors for ST/e emulation
175: - Misc fixes:
176: - Fix: WinUAE CPU core (FPU) memory state restore
1.1.1.21! root 177: - Fix: crash with VDI extended resolution emulation when
1.1.1.20 root 178: C: isn't GEMDOS HD emulated drive
179: - Fix: invalid defaults for real joysticks
180: - Fix: compilation when zlib is missing
181: - Fix: bugs from Debian bug tracker:
182: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716536
1.1.1.21! root 183: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716084
1.1.1.20 root 184: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688594
185: - Additional TOS run-time patching:
186: - Support fast boot also with TOS v3 & v4
187: - Support 32-bit addressing also with TOS v4
188: - Replace TOS v4 instructions unsupported on 060
189: - HW specific phystop value in VDI mode
190: - Options:
191: - Fast boot (warm boot / memory check bypass) is disabled by default
192: - 68060 CPU level and --ttram support with new WinUAE CPU core
193: - New --png-level option to decrease AVI compression CPU load
194: - Mouse warping on reset & resolution change can be controlled
195: with new --mousewarp option
196: - Hard drive emulation:
197: - BUS ID for ACSI drive can be specified with --acsi
198: - GUI and command line options to enable 8-bit file name
199: Atari <-> host charset conversion for GEMDOS HD
200: - GUI and command line options to specify GEMDOS HD emulation drive
201: (default = C:), or to skip recognized drives used by partitions
202: on ACSI & IDE images
203: - Partition count parsed by Hatari might not match count used by
204: Atari HD driver due to driver differences in interpreting disk MBR
205: - Refuse to mount same HD image from multiple Hatari instances
206: (on platforms supporting BSD flock()), to avoid corrupting them
207: - SDL GUI:
208: - joystick navigation in options GUI
209: - keyboard navigation & shortcuts in options GUI
210: - sort file selector items case-insensitively with folders first
211: - Partial support for showing Latin1 chars from UTF-8 file names
212: - AltGr+F<1-4> keyboard shortcuts to switch mode/type for emulated
213: joysticks and joypads
214: - User can reset or quit emulation from CPU halt dialog
215: - Fix: sync joystick changes with statusbar
216: - Fix: update default max window size for 2-line statusbar
217: NOTE: size would need to be updated in Hatari config files too!
218: - Fix: statusbar assert when FPU/MMU/TT-RAM are enabled in WinUAE CPU core
219: - When cpu enters 'halt' state in case of double bus/address errors,
220: show a dialog window to reset or call the debugger
221: - Fix bug in the filesector dialog that could create bug in other
222: dialogs used in Hatari
223: - Debugger:
224: - Fix: crash when GEMDOS tracing is used without GEMDOS HD emulation
225: - Fix: update external disassembler's CPU mask when CPU type is changed
226: (it wasn't restricted to opcodes valid for given CPU type)
227: - Fix: breakpoint addition/removal within chained breakpoints
228: - Fix: Atari program detection on Windows for "symbols" command
229: - Profiler support for TT-RAM (uses *ton* of memory)
230: - Profiler support for (030) data cache and new "profile caches"
231: command to show i/d-cache hit/miss histograms
232: - Add trace support for IDE, MIDI and keymaps. ACSI (SCSI) and IDE
233: trace output shows primary partition tables for ACSI & IDE images
234: (both Atari and DOS MBRs are supported)
235: - Add "os_base" trace option to trace Fopen/Fclose/Pexec/Pterm*.
236: That and "os_all" will now enable also xconout console redirection
237: - Output from --conout goes now to stdout instead of stderr
238: - Add "reset <hard|soft>" command
239: - Add "save" subcommand to "history" command
240: - Add "basepage" address variable
241:
242: Other changes:
243: - Add script to convert long host file names to Atari file names,
244: use that in atari-hd-image script
245: - Add hatari-prg-args script for providing arguments to autostarted programs
246: - Fix Atari program detection on Windows in "gst2ascii" tool
247: - Hatari & disk image icons in SVG & PNG formats (multiple sizes)
248: - Remaining Hatari OSX UI changes for Hatari v1.8.0 (localization)
249: - Add video-recording.txt doc on video recording/uploading best practices
250:
251: Fixed demos:
252: - Graphix Sound 2 in Relapse by Cybernetics (blitter+cpu, bus arbitration)
253: - RGBeast by Aggression (video, writing to video counter during active display)
254: - My Socks Are Weapons by Legacy (video, reading video counter in high res)
255:
256: Fixed games:
257: - Superior 65 - Blood Money (cpu, exception stack and bus error)
258: (note that this version is bugged and will crash with TOS 1.04 or 1.62)
259: - Obitus (STX version) (fdc, seek+verify on a track with no sector)
260: - The Teller (STX/CTR version) (cpu, exception stack and address error)
261: - War Heli (cpu, exception stack for address error and prefetch)
262:
263: Fixed programs:
264: - Realtime and M by Eric Ameres (midi + mfp, toggle bit 0 of AER)
265: - Notator (midi, more precise TDRE bit in status register)
1.1.1.21! root 266: - Cubase 2 (midi, reported by user)
1.1.1.20 root 267:
268: Known regressions (see compatibility list):
269: - Suretrip demo by Checkpoint
270: - Golden Island game demo with WinUAE CPU core
1.1.1.21! root 271: - TT-version of 4getful demo with WinUAE CPU core
1.1.1.20 root 272:
273:
1.1.1.19 root 274: Version 1.8.0 (2014-07-30):
275: ---------------------------
276:
277: Emulation:
278: - ST video changes :
279: - Handle 0 byte line by switching freq in STE mode
280: - Use high res when ff8260 is set to 3
281: - Randomly return 0 or 1 when reading unused bits 3,7 and 11 of
282: color registers (except when running from ROM)
283: - Better detection of bottom border removal on a 60 Hz screen
284: - support for color change during only 4 cycles
285: - better bitmap/color alignment for STE med res overscan at 60 Hz
286: - Set default value of nSpec512Threshold to "1" instead of "16"
287: - Update the position of the next VBL when 50Hz and 60Hz lines are mixed
288: - When video address is set into IO region, keep the video pointer on 24 bits
289: - Videl changes :
290: - correct masking of the true color palette registers
291: - CPU changes :
292: - Fix a case when MFP's interrupt happens during the IACK sequence
293: for HBL/VBL
294: - Many prefetch changes required by some game's protection
295: - Sound changes :
296: - Fix STE sound mixing using LMC when mixer=0 (DMA sound only)
297: - Fix some crossbar's sound errors for Falcon
298: - Fix Microwire's decoding of mask/data (based on official LMC1992's doc)
299: - FDC changes :
300: - Add configurable RPM speed for each floppy drive, the possibility
301: to turn each drive ON/OFF and the choice between single or double
302: sided drive
303: - Correct timings, behaviour and status register for all commands
304: when a drive is OFF or empty.
305: - Rewrite the index pulse part and all the delays expressed as disk's
306: revolution
307: - Add support for the "Force Int on Index Pulse" command
308: - Rewrite the DMA functions for better accuracy
309: - Add support for IPF/CTR files by using the capsimage library
310: - Add open source support for Pasti STX files, including random/fuzzy bits
311: and variable length bits. Also allow to save writes to a .stx file
312: into an additional .wd1772 file (store 'write sector' and 'write track' data)
313: - Don't force drives A and B at $4c2, keep the values detected by TOS
314: - Many other timing / status register improvements
315: - GEMDOS HD emulation:
316: - Fix: clip filenames given through GEMDOS calls to 8+3 length
317: using first '.'
318: - Fix: autostarting programs with GEMDOS-illegal host characters
319: in their names
320: - ACSI hard disk changes:
1.1.1.20 root 321: - Support multiple ACSI devices
1.1.1.19 root 322: - Fixed/improved READ CAPACITY and INQUIRY commands
323: - Unsupported commands are now handled correctly
324: - Now using fseeko() instead of fseek() for supporting large images
325: - Other changes:
326: - Don't enable MegaST's real time clock by default, it can cause some
327: crashes in STF/STE mode
328: - Improve ACIA's wait state with E clock
329: - Add support for IKBD commands 0x11 and 0x13 (resume/pause output)
330: and 0x17 (joystick monitoring)
331:
332: Emulator:
333: - SDL GUI:
334: - Update clock speed in the status bar when changing bus speed
335: in Falcon mode
336: - In the floppy dialog, use a checkbox to enable/disable drives A and B
337: and another checkbox to choose single/double sided drive
338: - In the screen dialog, add checkbox for --desktop-st option
339: - Add a 2nd line in the status bar, with infos on FDC, joysticks, monitor
340: - Fix OSX performance issue caused by statusbar and overlay LED
341: doing their own SDL_UpdateRects() calls
342: - New command line options:
343: - Options --drive-a and --drive-b to enable/disable drives A and B
344: - Options --drive-a-heads and --drive-b-heads to select single or
345: double sided drives A and B
346: - --slowdown option to increase (multiply) VBL wait times
347: - New Native Features commands:
348: - NF_EXIT exits emulator with given exit code
349: - NF_DEBUGGER invokes Hatari debugger from native program
350: - NF_FASTFORWARD sets fast forward on/off
351: - Tracing improvements:
352: - Add option for tracing NatFeats calls
353: - Fix: Xbios(255) modified the given argument string
354: - Allow BIOS, XBIOS, GEMDOS, VDI and AES tracing to be enabled without
355: enabling also X/BIOS interception, GEMDOS HD emulation or extended
356: VDI mode
357: - Show PC value for traced Bios/XBios/GemDOS calls
358: - Debugger:
359: - Fix: release mouse in all cases where debugger can be invoked
360: - Fix: DSP disassembler didn't in all cases show illegal opcodes correctly
361: - Fix: "symbols" command crash when it was used during TOS bootup
362: - Fix: TOS and cartridge addresses weren't (with all TOS versions)
363: in address order which asserted in profile data post-processor
364: - Fix: "next" command didn't work correctly in "hex" number base
365: - Fix: depending on compiler/linker/assembler, DATA/BSS debug symbol
366: offsets can in programs be either relative to their own, or to TEXT
367: section start. If former fails, try latter when loading symbols.
368: - New "ym" info subcommand to show YM register values
369: - "quit" command by-passes exit confirmation dialog and takes
370: an optional Hatari exit code value
371: - removed limits on breakpoints and their conditions
372: - when entering debugger, current program's DRI/GST format debug
373: symbols are automatically read from it, if such are available
374: - new --debug-except option to specify which exceptions invoke
375: the debugger, and WinUAE CPU core support for -D toggle option
376: - "next"/"dspnext" commands work like in other debuggers, they
377: skip subroutine/exception calls, for all other instructions
378: they works like "step" command (earlier they always moved to
379: next instruction in memory)
380: - "next" and "dspnext" commands support optional "instruction type"
381: argument, which can be used (for example) to continue emulation
382: until subroutine returns
383: - "history" command takes optional parameter specifying how many
384: instructions of history will be tracked
385: - CPU & DSP profile commands have now subcommand for profiling loops
386: - "CpuInstr" and "DspInstr" variables for count of instructions
387: executed since emulation was last continued from debugger
388: - In addition to "!" condition, also "<" and ">" conditions can store
389: the checked value (when both sides of conditions are identical).
390: With above change, this can be e.g. used to detect and profile
391: what are worst frames in games and why
392: - New "rename" command to rename files. Useful for scripted
393: worst frame and spinloop profiling
394: - Address space in 'dm' command can be given like in DSP disassembly,
395: "dm x:$100", in addition to earlier "dm x $100" syntax
396: - Fix out of bounds memory access that could result in bad disassembly
397: output when using the external disassembler (only "dc.w" were printed)
398:
399: Tools:
400: - Increased max partition size in atari-hd-image script to 512MB.
401: - New hatari_spinloop.py script for post-processing loop profile data.
402: It can tell how many times loops were executed, how many times they
403: spinned at minimum and maximum, at which VBL those happened, and what
404: was the standard deviation of that.
405: - gst2ascii supports now both section relative and TEXT section relative
406: DATA/BSS symbol offsets
407: - hconsole.Main() takes now Hatari command line options as argument
408: - AHCC/GCC/VBCC examples on using (all) Native Features APIs
409: - Improved mingw cross-compilation support
410:
411: Fixed demos :
412: - 4-pixel plasma screen by TOS Crew (video, color change during only 4 cycles)
413: - HighResMode by Paradox (video, color changes in overscan med res at 60 Hz)
414: - It's A Girl 2 by Paradox (video, bottom border removal on a 60 Hz screen)
415: - Pacemaker by Paradox (microwire, YM sound was muted)
416: - Panic by Paulo Simoes (video, was broken since Hatari 1.7)
417: - Shforstv.exe by Paulo Simoes (video, did not work in STE mode)
418: - Sommarhack 2011 Invitro by DHS (CPU/MFP, top border not removed)
419: - Stax Compilation #65 (conflict with Mega ST's RTC)
420: - The Union Demo (cpu, memory access, ikbd, protection)
421: - The World Is My Oyster - Convention Report Part by Aura (video, res=3)
422: - Tymewarp (cpu, bus error)
423: - UMD 8730 by PHF (video, unused bits in STF color registers)
424: - IKBD no jitter by Nyh (acia/video, use a VBL of 160240 cycles)
425:
426: Fixed games :
427: - Batman The Movie (cpu, exception stack)
428: - Chart Attack Compilation (cpu, prefetch)
429: - Darkman (cpu, prefetch)
430: - Dragon Flight (cpu, illegal instruction)
431: - International 3D Tennis (cpu, prefetch)
432: - Leavin' Teramis loader text (video address at $ffe100)
433: - Lethal Xcess Beta (cpu, bus error, code running at $ff8800)
434: - Lethal Xcess (mfp, top border not removed sometimes)
435: - Maze (by Martin Dennett & John Parker)
436: - Parasol Stars (cpu, prefetch)
437: - Reeking Rubber (by Nature), Falcon game
438: - Titan (cpu, prefetch)
439: - To Be On Top (cpu, memory access, ikbd, protection)
440: - Warp (ikbd, interrupt used for decoding sectors)
441: - Xenon 2 (cpu, prefetch)
442:
443:
1.1.1.18 root 444: Version 1.7.0 (2013-06-24):
445: ---------------------------
446:
447: Emulation:
448: - TT video emulation :
449: - Extend the ST palette registers from 9bit to 12bit for ST modes
450: - Duochrome mode instead of monochrome for ST High
451: - Implementation of SampleHold in TT Hypermono video mode
452: - Sound changes :
453: - Better model of the YM2149 noise generation (no noticeable audible impact)
454: - Slightly better volume table (measured by Paulo Simoes on a real ST)
455: - CPU changes :
456: - Added experimental MMU emulation for the 68030 mode
457: - Handle the IACK cycles during an exception for HBL/VBL
458: - ACIA/IKBD changes :
459: - Full implementation of the MC6850 ACIA, giving much more robust
460: IKBD emulation
461: - Better timings for all IKBD commands (measured on a real STF)
462: - Clock is handled internally in IKBD, host date/time is used
463: only to initialize RTC at boot. I.e. pausing emulation doesn't
464: cause time skips when unpausing
465: - Fix slow mouse when absolute mode is used with scale values
466: - MFP changes :
467: - Fixed priority errors when simultaneous interrupts happened
468: - MFP's IRQ should be delayed by 4 cycles before reaching the CPU
469: - MFP's IRQ signal was not correctly updated in some cases
470: - Handle the IACK cycles between CPU and MFP during an exception
471: - FDC changes :
472: - Better delays for all the GAPs inside a track
473: - Emulate the disk's rotation and its angular position to get
474: accurate delays when accessing a sector header
475: - Internal timer for FDC was wrong and sometimes slower than expected
476: - Correct delay for type I commands with "verify" bit=1
477: - GEMDOS HD emulation changes :
478: - Support Fforce() for GEMDOS HD emulated files and close at Pterm*()
479: all internal handles to emulated files program had left open
480: - Fix: cut file and dir names to 8+3 chars like all TOS versions do
481: - Fix: GEMDOS HD emulation overwrote last 28 bytes of basepage space
482: for the started process command line (with the program header)
483: - Fix: Fwrite() content wasn't flushed to disk on each write, so later
484: Fopen() + Fread()s calls on such files (if they were not closed
485: in the meanwhile) could get data that was out of date.
486: - Fix: Dfree() return value
487:
488: Emulator:
489: - Fix: problems with run-time CPU type changing
490: - Fix: MIDI IRQs were not enabled if MIDI was enabled at run-time.
491: MIDI toggling will now imply reset
492: - Much improved console redirection functionality and a separate --conout
493: option for it (--bios-intercept doesn't anymore imply console redirection)
494: - Fixed a bug with the axes' mapping in the joystick's detection
495: - Display handling:
496: - Fix: max resolution limit wasn't handled properly for ST mode.
497: - Don't change TOS-calculated font size for VDI mode.
498: - Setup NVRAM video mode based on VDI mode, when in VDI mode.
499: This makes VDI mode work with EmuTOS also under Falcon emulation
500: which is useful as EmuTOS doesn't support native VIDEL expanders
1.1.1.20 root 501: - Limit VDI screen memory usage to 300kB, this allows up to 2048x1200
1.1.1.18 root 502: monochrome and 1024x600/800x768 16-color VDI screens
503: - GEMDOS HD emulation:
504: - Fix: to DTA host filename cutting to 8+3 chars when whole filename
505: was < 12 chars (caused EmuTOS crash)
506: - Give warning if GEMDOS dir/file path exceeds 8+3 characters
507: (as those won't work with real TOS)
508: - New --gemdos-case option to specify whether new dir/filenames
509: are forced to be created in upper (default) or lower case
510: - Giving empty string as GEMDOS HD dir disables GEMDOS HD emulation
511: - SDL GUI:
512: - Fileselector has "CWD" button for changing to Hatari's work directory
513: - Fileselector remembers previous position which is nicer with
514: large directories
515: - Make the drive leds blink with a brighter green when the FDC is executing
516: a command
517: - Profiler:
518: - Fix: profiler assert on invalid PC register values
519: - Fix: profiler usage in debugger files invoked by breakpoints
520: - Fix: profiler CPU & DSP cycles information is for previous instruction
521: - Fix: WinUAE CPU requires cycles counter usage for getting current
522: CPU instruction cycles
523: - Profiler provides timing information, based on used cycles
524: - Profiler provides CPU instruction cache misses information when using
525: cycle-exact WinUAE CPU core (which is Falcon emu default)
526: - Profiler top instruction count/cycles/misses lists show
527: the related instructions
528: - For DSP, profiler adds min/max cycle difference info to disassembly
529: - New "addresses" subcommand can be used to see addresses through which
530: code passed during profiling (e.g. while program seems frozen, this
531: gives much better overview of code that is being run, than cpu trace)
532: - New "callers" subcommand lists all addresses from which loaded
533: symbols' addresses were "called" from. This way one can e.g. find
534: in which contexts interrupt handlers were called and it can be
535: used to construction program execution callgraph
536: - New "save" subcommand saves profile address and caller information
537: to given file, with extra information needed for post-processing
538: - New "stack" subcommand that can be used to get backtraces during
539: profiling with symbols, for ':noinit' backtraces
540: - Debugger:
541: - New ':noinit' and ':quiet' breakpoint options. Quiet option
542: removes most of breakpoint matching "noise" and ':noinit' breakpoints
543: can be used with "profile stack" command, to prevent profile data and
1.1.1.20 root 544: related callstack information from being reset on breakpoint match
1.1.1.18 root 545: - "blitter" and "dsp" subcommand added to "info" command, to show
546: blitter register values and DSP state (e.g. stack content)
547: - "prg" subcommand added to "symbols" command, for loading debug
548: symbols from DRI/GST symbol table in last started program
549: - "step" and "next" commands added for single stepping CPU and DSP code
550: -> 's' shortcut is now for "step", not "save"
551: - "--disasm" option for selecting between UAE core and external CPU
552: code dissassembler and setting output option flags for latter
553: - When -D option is used, also undefined/illegal DSP instructions and
554: DSP stack under/overflows invoke debugger, not just CPU issues
555: - Fix: when several breakpoints should have triggered
556: on the same address, only first was handled
557: - Fix: after breakpoint, 'c <n>' continues one instruction too little
558: - Fix: tracking breakpoint values were updated only when all conditions
559: matched, now they can be also used together with other conditions
560: - Fix: info command crash (triggered on NetBSD)
561: - Fix: disassember output bug on NetBSD (usigned char < -1 test)
562: - Fix: info osheader and basebase subcommands under MiNT
563: - Fix: debugger history duplicates removal
564: - Fix: expression expanding CPU "pc" for DSP shortcut commands
565: - Fix: expression expansion messing lines in command line history
566: - Remote API debugger commands can also use expression expansion
567: - Both single and double quotes can be used to mark expressions
568: - In addition to text section offset, data and bss section offsets
569: can be given when loading symbols (useful for Devpac symbols)
570: - Output what value was set by options if it's not otherwise shown by UI
571: - New 'cpu' and 'dsp' options to 'history' command for tracing just
572: one of these processors on Falcon
573: - Function arguments are shown in traces for all non-MiNT GEMDOS calls
574: and subset of arguments are now shown also for AES calls (values in
575: intin array and strings in addrin array)
576: - Add NVRAM read & write tracing
577: - Support for the basic Native Features and --natfeats option to control it:
578: http://wiki.aranym.org/natfeats/proposal
579:
580: Windows specific changes:
581: - "-W" option added for opening a console window. Like on all other platforms,
582: "-D" will now just toggle CPU exception handling
583: - Fix: console stderr redirection (used invalid "wr" mode)
584: - Fix Windows localtime() not supporting dates before 1970:
585: - TOS not being able to access files with such dates, or further files
586: - causing IKBD emulation crashes (wasn't problem with Cygwin,
587: just with Mingw builds)
588:
589: Tool updates:
590: - New hatari-profiler.py script for post-processing output from
591: profiler's CPU and DSP profiling "save" commands:
592: profile save <filename>
593: dspprofile save <filename>
594: - With symbol address information it can provide function level
595: instruction, processor cycle & i-cache miss statistics
596: - With callers information it can create function call callgraphs
597: and create callgrind format files for Kcachegrind GUI
598: - New gst2ascii tool to extract DRI/GST symbol table from Atari program,
599: for use with the profile data post-processor
600: - Added scripts for converting symbol tables in Devpac 3 listings and DSP LOD
601: files to a format understood by Hatari debugger 'symbols' command,
602: and to clean 'nm' output of GCC & VBCC built a.out binaries for it
603:
604: Other changes:
605: - HTML documentation indeces generated dynamically with JS
606: - Debugger tests building fixed
607:
608: Fixed Games:
609: Atomix (MFP, flickering bottom of the screen during samples)
610: BBC 52 Menu (Video/CPU, top border not removed)
611: Bolo (MFP, couldn't start a game)
612: Captain Blood (IKBD, fixed problem when setting the clock)
613: Fokker and Downfall (ACIA/IKBD, had regressed in Hatari v1.6.x)
614: Fuzion CD 77/78/84 Menu (MFP, random crash with digidrums in STF mode)
615: James Pond (Fuzion CD 25) (FDC, game stuck during the intro)
616: Microprose Golf (FDC, crash during the intro)
617: Spidertronic (Zuul CD 84) (crashed before 50/60 Hz screen)
618: Super Hang On and Super Monaco GP (MFP, flickering rasters)
619: The Final Conflict (MFP, locked during the sampled intro music)
620: The Sentinel (IKBD, mouse much too slow)
621: Zuul 100/101 Menu (MFP, flickering top border)
622:
623: Fixed demos :
624: Anomaly Demo Main Menu by MJJ Prod (MFP, flickering top/bottom borders)
625: Audio Artistic Demo by Big Alec (MFP, bad sample speed at start)
626: Decade Demo - Reset (MFP, flickering bottom border)
627: High Fidelity Dreams by Aura (MFP, flickering left rasters)
628: ST-NICCC 2000 Demo by Oxygene (FDC, demo ran slower than expected)
629:
630: Fixed apps :
631: Monst v1.x
632: Spectrum 512 (IKBD, mouse too slow)
633: Cubase (when MIDI was enabled after Hatari startup)
634:
635:
1.1.1.17 root 636: Version 1.6.2 (2012-06-24):
637: ---------------------------
638:
639: Emulation:
640: - ST video changes :
641: - Fixes a rare potential crash when running in color mode and switching
642: to monochrome mode for more than one VBL (eg : protection code used
643: in The European Demos and The Transbeauce II Demo)
644: - add more timings for the 224 bytes overscan detection on STE
645: - Correct write timing for BCHG/BCLR/BSET when removing borders
646: - Fix to top/bottom border removal in a rare case
647: - IKBD/ACIA changes :
648: - Handle commands 0x12 and 0x14 sent during the IKBD reset
649: (enable both mouse and joystick reporting at the same time)
650: - Handle the TX IRQ in the ACIA (bits CR6+CR5=0x01)
651: - Implemented IKBD set-clock function
652: - Sound changes :
653: - Improve YM2149 sound filtering to be closer to a real STF
654: - Increase output volume for STE DMA sound (compared to the YM2149's volume)
655: - DSP changes :
656: - Fix to DSP stack overflow handling
657: - Fix DSP to be reset on emulation reset
658: - Old UAE core specific changes :
659: - Changes in the prefetch code for some instructions
660: - Correct PC in stack when JMP generates an illegal address exception
661: - WinUAE core specific changes :
662: - 68040 MMU emulation fixes
663: - Fix GEMDOS/VDI emulation (illegal opcode) handling
664: - Fix WinUAE core to work with ST emulation (boot TOS 1.x)
665: - Fix FPU to be enabled when switching to TT emulation
666: - Fixes to FPU register value conversion
667: - Falcon changes :
668: - Support for Falcon/Videl screen borders
669: - Fixes to few Falcon IO registers
670: - Changed behavior of the Microwire registers in Falcon mode
671: - Misc changes :
1.1.1.18 root 672: - IO registers can only be read in supervisor mode
1.1.1.17 root 673: - Ignore FDC commands when no drive is selected
674: - Fix TT SCSI register reads to return all bits zero instead of set
675: - Fix for GEMDOS HD emu to direct special CON:/AUX:/PRN: device files
676: to TOS instead of trying to handle them as normal files
677: - printer output is single, not double buffered
678:
679: Emulator:
680: - RS232 input&output and printer output can be disabled from command
681: line by specifying an empty path
682: - Fix loading of memory snapshot from SDL GUI not to leave host cursor
683: enabled
684: - Video changes:
685: - Increase max allowed VDI resolution from 1280x960 to 1920x1200
686: - Revert preferred Videl resolution max zooming size setting from
687: host desktop resolution back to 832x576 it was in Hatari v1.4,
688: so that Falcon/TT emulation window sizes by default are closer
689: to ST/STE ones on larger resolution monitors
690: - Fix statusbar assert
691: - Add --sound-sync option to keep video synchronized with the audio
692: in case the OS audio's driver has some latency issues
693: - WinUAE core specific changes:
694: - Default to Falcon with WinUAE core (old CPU core still defaults to ST)
695: - Support run-time changing of CPU level, FPU type and machine type
696: from the GUI (also) with WinUAE CPU core
697: - Debugging improvements:
698: - Fix to debugger CPU cycle profiling modifying CPU state
699: - Profiling info is shown at end of disassembly lines
700: - Support for tracing all symbols loaded to the debugger,
701: this can be used to get function traces for both CPU and DSP
702: - Show args for all Bios and most XBios & Gemdos calls when tracing
703: - "info" command can output opcode tables for BIOS & XBIOS too
704: - More info to FDC, IKBD, Videl and Crossbar traces
705:
706: Other changes:
707: - Hatari OSX UI updated for Hatari v1.6.1 changes
708: - Hatari Python UI supports file paths with spaces in them and spaces in
709: Hatari options given through its control socket can be quoted with '\'.
710: - Support for alpha-numeric characters in Hconsole "text" command
711: - Fixes to Hatari UI and hconsole error handling and examples
712: - Fixed hatari-local-midi-ring.sh & hatari-local-rs232.sh arg handling
713: - zip2st removes intermediate directories from created floppy
714: - Fixed hmsa to handle files with multiple "." characters in their names
715: - TOS tester testing covers more GEMDOS functionality, works with
716: all Hatari supported TOS versions and HW configurations and it's
717: fully automated
718:
719: Fixed Games :
720: Hammerfist (fire button),
721: Automation 168 - Operation Clean Streets (prefetch in the CPU emulation)
722: Impossible Mission II (some versions had the same prefetch issue in the CPU)
723: Hades Nebula (fire button)
724: Zombi (IKBD set-clock was missing)
725:
726: Fixed demos :
727: Built-in Obsolescence (DSP stack overflow)
728: Japtro and Rising Force by Holocaust (FDC, buggy loader)
729: Delirious Demos IV (video, STE detection)
730: Antiques by Dune/Sector One (224 bytes STE overscan)
731: The Wave Of the Future by ICE (STE flickering top border)
732: Electrocution I by Sphere on Stax Menu 66 (STE flickering bottom border)
733: Musical Wonders 1990 by Offbeat (video, bottom border not removed)
734:
735:
1.1.1.16 root 736: Version 1.6.1 (2012-01-13):
737: ---------------------------
738:
739: This version is mainly a bugfix for 1.6.0, where monochrome mode
740: gave a black screen and was not usable.
741:
742: Emulation:
1.1.1.17 root 743: - Fixes to bootup issues in monochrome mode
1.1.1.16 root 744: - Better left border removal timings
745: - DSP external memory access cycles taken into account
746:
747: Other changes:
748: - Fix to allow build with Xcode 3.1.3/OS X 10.5.8 PPC
749: - Several fixes & updates needed to Hatari UI & hconsole
750: for them to work correctly with Hatari v1.6.x
751: - Test programs added for testing TOS booting with different
752: HW configurations and for finding out values needed in
753: Hatari keymaps
754:
755: Fixed Demos :
756: Vodka Demo - Kill The Beast 2 (left border removal)
757:
758:
1.1.1.15 root 759: Version 1.6.0 (2012-01-01):
760: ---------------------------
761:
762: The Hatari project has been moved from hatari.berlios.de to
763: http://hatari.tuxfamily.org/. Please update all bookmarks!
764:
765: Emulation:
766: - More accurate FDC emulation (correct status bits and commands' timings,
767: DMA transfer by blocks of 16 bytes, floppy change detection). This should
768: fix a lot of non working games
769: - More accurate microwire clock emulation
770: - SCSI class 1 (ICD) command support for drives > 1 GB
771: - Improved color conversion table so that colors are a little bit brighter
772: - Improve shifter (add another method to do 4 pixel hardware scrolling,
773: better emulation for 0 byte blank line)
774: - Some fixes to the IKBD emulation
775: - Better filters and model for sound emulation
776: - Correct VBL timings in TT monochrome (double clicking works now)
777: - More cycle accurate Falcon DSP <-> CPU emulation. All the demos that
778: needed 32Mhz CPU with the old CPU core in Hatari v1.5, work now at
779: correct 16Mhz with the WinUAE CPU core
1.1.1.16 root 780: - 030 MMU emulation with the WinUAE CPU core
1.1.1.15 root 781:
782:
783: Emulator:
784: - Switch to ST mode when using TOS <= 1.04
785: - Replace "--slowfdc" with "--fastfdc" option and default to fast FDC being OFF
786: - "--fast-boot" option to initialize "memvalid" system variables to
787: by-pass the memory test of TOS, so that the system boots faster
788: - "--force-max" option to force Hatari use specified maximum resolution
789: to avoid window size changes messing up Hatari video recording
790: - "--desktop-st" option to keep desktop resolution also for ST/STE modes
791: (unfortunately without scaling besides the low-res doubling)
792: - GEMDOS HD emulation:
793: - Allow drives up to Z: (not Y:)
794: - Unique name for each partition
795: - Warn user when using too old TOS version
796: - Dfree() reports host disk total and free size if they're below
797: value understood by TOS and unlike earlier, it forwards Dfree()
798: requests for other (IDE/ACSI image) partitions to TOS
799: - Debugger improvements:
800: - "history" command to list instructions executed before entering
801: debugger
802: - each trace output line is flushed to avoid it being buffered
803: - Fixed behavior of the Caps Lock key
804:
805: Other changes:
806: - Fixes to Hatari UI Hatari window embedding
807: - Latest Linux sfdisk is borked so atari-hd-image script creates
808: HD image partition table now itself (experimental)
809: - Windows needs also HOMEDRIVE for full home path in case Hatari
810: isn't installed on C:, bug 18297
811: - Minor fixes
812:
813:
814: Fixed Demos :
815: Overscan Demos and Shforstv.exe by Paulo Simoes (black line at top),
816: ACF - Just Bugging (FDC), Delirious Demo IV (FDC, shifter),
817: Overdrive Demos - Snirkel Screen (IKBD), Oxygene - Stniccc2000 (FDC),
818: Cream - Madness (FDC)
819:
820: Fixed Games :
821: Superior 65 - Super Monaco GP, DBug 24 - Knightmare, Pompey Pirates 27 - X-Out,
822: Fuzion 32 - Pang, Fuzion 108 - The Simpson, Fuzion 40 - Super Grand Prix,
823: Fuzion 46 - Warlock, Fuzion 51 - Navy Seals, Fuzion 61 - Gods, Fuzion 78 -
824: Carmen Sandiego, Fuzion 82 - Flight Of The Intruder, Fuzion 83 - RBI Baseball 2,
825: Fuzion 102 - Exile, PP46 - Yolanda, Medway Boys 15 - Murders In Venice,
826: Medway Boys 83 - Yogi Bear, BBC 2 - Platoon, BBC 39 - The Deep, Superior 71 - The
827: Running Man, Adrenaline 24 - Demon Blue, Superior 93 - Alien Storm
828:
829: Fixed Misc Programs :
830: Procopy 1.50, Terminators Copy 1.68, maxYMizer (caps lock key)
831:
832:
1.1.1.14 root 833: Version 1.5.0 (2011-07-19):
1.1.1.15 root 834: ---------------------------
1.1.1.14 root 835:
836: Emulation:
837: - Alternative CPU core based on WinUAE for more accurate future
838: HW interaction emulation (see readme.txt on how to enable it)
839: - Use precise clocks values (as described in Atari's official schematics)
840: for better video/dma audio synchronisation (e.g. More Or Less Zero by DHS)
841: - DSP:
842: - Some DSP-timing sensitive Falcon demos that by luck happened to work
843: with Hatari v1.4, don't work anymore in v1.5 with the default UAE CPU
844: core. This is because while DSP cycle accuracy has been improved,
845: the default UAE CPU core isn't fully cycle accurate. The experimental
846: WinUAE core is needed to run them
847: - Undocumented 2 bit shift special case for DSP SSI <-> crossbar exchanges
848: in hanshake mode with 32 Mhz clock (fixes DSP MP2 player used in many
849: demos & programs, but that requires also using WinUAE core)
850: - Sound improvements:
851: - Major rewrite and accuracy improvements in STE DMA sound, including
852: emulation of the 8 bytes FIFO, giving results nearly identical to
853: a real STE (e.g. HexTracker by Paulo Simoes)
854: - Improved precision in sound emulation, with nearly no rounding errors
855: over successive VBL (correct sound latency on US TOS running at 60 Hz)
856: - By default mix 3 YM voices using a lookup table of values
857: measured on real STF to improve digisound (e.g. Flashback demo sound)
858: - Remove old ST Sound's code used for tone and noise step compute
859: (some low period values were not correctly emulated)
860: - Video emulation on STF/STE:
861: - On STE, correctly shift display 8 pixels to the left when using
862: 224 bytes overscan
863: - Add support for spec512 mode in med res (fixes 'Best Part Of The
864: Creation' in 'Punish Your Machine', 'HighRes Mode' demo by Paradox)
865: - Correctly shift the screen 4 pixels to the left when left border is removed
866: in med res overscan (Hatari 1.4 handled only low res, fixes 'No Cooper'
867: by 1984, 'Best Part Of The Creation' by Delta Force)
868: - Precisely emulate the number of frames per sec (eg 50.053 fps in PAL
869: instead of the usual 50 Hz)
870:
871: Emulator:
872: - Atari program given as argument to Hatari will be automatically
873: started after TOS boots. GEMDOS hard disk directory can now be
874: give also as an argument, not just as a (-d) option
875: - TOS4 or --machine falcon option use enables DSP emulation now
876: (follow them with --dsp none to disable DSP emulation)
877: - Memory state saving and restoring fixes, especially for Falcon
878: - Crossbar state is included -> state file ABI break
879: - AVI recording options can be set in the new [Video] config file section
880: - AVI recording supports non integer frame rates.
881: - Falcon/TT Videl/hostscreen improvements:
882: - New setting/option for using Desktop resolution & scaling
883: in fullscreen instead of changing the resolution. On by default
884: - User's desktop size is used as max limit for Videl zooming.
885: Requires SDL >= 1.2.10
886: - Videl resolution change is done immediately, not 3 VBLs late
887: - Fix issues in switching between same sized VDI & TT resolutions
888: - SDL GUI improvements:
889: - DSP can be disabled from the GUI without needing to restart Hatari
890: - Disk access LED and desktop-resolution options
891: - AVI video length (mins:secs) is shown in titlebar during recording
892: - Option for cropping statusbar from videos & screenshots
893: - Fileselector scrollbar can be used with mouse
894: - YM mixing method selection
895: - Debugging improvements:
896: - New disassembler with more Motorola like syntax
897: - CPU & DSP "disasm" and "memdump" commands accept register & symbol
898: names in addition to numeric addresses / address ranges
899: - Option to disable Falcon mic
900: ("--mic off" is needed for Mudflap debugging)
901: - "--run-vbls" can be set also at run-time
902: - "--bios-intercept" can be toggled from debugger (not just enabled)
903: - BIOS CON: output is converted to ASCII and redirected to host console
904: with the --bios-intercept option
905: - Support for tracing DSP, Videl and Crossbar
906: - Support for tracing AES calls. VDI calls can now be traced
907: also without using an extended VDI resolution
908: - BIOS/XBIOS/GEMDOS/VDI/AES/Line-A/Line-F opcode breakpoint support
909: - TEXT, DATA and BSS variables for addresses of corresponding segments
910: in currently loaded program
911: - "aes", "vdi" and "gemdos" subcommands for "info". Without arguments
912: they will output information about corresponding OS part state,
913: with (a non-zero) argument, opcode/call name table is shown.
914: "video" subcommand for showing video related information.
915: "cookiejar" subcommand for showing cookiejar contents.
916: - "file" subcommand to "lock" that executes debugger commands from
917: given file when debugger is entered (or ":lock" breakpoint is hit)
918: - ":lock" option to breakpoints that will show (without stopping the
919: emulation) the same output as what's shown on entering the debugger
920: - ":file" option to breakpoints that executes the commands from
921: given file when the breakpoint is hit. This can be used to chain
922: debugger actions
923: - multiple breakpoints options can be specified per breakpoint
924: - parenthesis in "evaluate" command are used to indicate memory
925: accesses (instead of operator precedence like earlier)
926: - DSP and CPU code profiling functionality. Provides statistics about
927: profiled code (executed code address ranges, max and total counts
928: and cycles), lists addresses/instructions taking most cyles and if
929: symbols are loaded, what were the most used symbol addresses.
930: - Profiling information is also shown in disassembly output
931:
932: Other changes:
933: - hmsa tool can create empty disk images in addition to converting
934: disks between ST & MSA formats
935: - Minimal hatari-tos-register.sh Linux init script (example)
936: to register Hatari as binfmt_misc handler/runner for TOS programs
937: - hatari-console.py renamed to hconsole.py, documented and made extensible
938: (hconsole is command line Python interface for Hatari remote API)
939: - Support for plain Makefiles removed (except for internal tests),
940: only CMake is used for configuring and building Hatari
941: - CMake doesn't require anymore working C++, C-compiler is enough
942:
1.1 root 943:
1.1.1.13 root 944: Version 1.4.0 (2010-06-12):
945: ---------------------------
946:
947: Emulation:
948: - IDE improvements:
949: - Support for second drive (IDE slave)
950: - WIN_FORMAT command (allows HD Driver to format IDE drives)
951: - GEMDOS HDD emulation:
952: - Minor fixes to Fseek(), Fopen(), Fdatime() (e.g. Pure debugger works)
953: - On TOS v4 Fread() size arg is unsigned, on earlier TOS its signed
954: (bad code can use -1L to read whole file instead getting fail on TOS4)
955: - Prevent DTA and read/write functions accessing invalid memory areas
956: - Programs can now change read-only files to be writable
957: - Falcon sound emulation:
958: - Microphone (jack) emulation in Falcon mode (requires portaudio library)
959: - SSI direct sound entrance ("Audio Fun Machine" and winrec are working)
960: - DMA sound recording
961: - Crossbar handshake mode transfers
962: - Max VDI rez increased to TT-hi size (1280x960)
963: - 68020+FPU changed to 68EC030+FPU (no MMU 030) for Falcon and TT modes
964: (Some Falcon programs didn't work with 020)
965: - Video emulation on STF/STE:
966: - correctly shift the screen 4 pixels to the left when left border is removed
967: - add support for STE's 224 bytes overscan line without stabilizer
968: - when reading $ff8205/07/09 on STE, take into account the value
969: of horizontal scrolling/prefetch and linewidth
970: - when writing to $ff8205/07/09 on STE, correctly handle the case
971: where the write is made while display in ON
972: - LMC1992 emulation / STE sound filtering
973:
974: Emulator:
975: - Host mouse is centered to Hatari window on Falcon resolution changes
976: (helps in synchronizing host and emulated mouse positions)
977: - Toggling fullscreen doesn't unpause paused emulation
978: - Falcon/TT resolution zooming is now controlled by separate options for
979: monitor aspect ratio correction and maximum zoomed Hatari window size.
980: This can reduce Hatari window resolution size changes significantly and
981: makes e.g. FUN's Alive demo viewable in fullscreen mode. Limits for
982: window size are also checked to see whether ST/STE low rez should be
983: zoomed and how much of borders can be shown (when borders enabled)
984: - Split the Screen dialog into two separate dialogs, one for Atari
985: monitor emulation setup and one for Hatari window setup
986: - GEMDOS drive emulation:
987: - support long host directory names and much improved long filename support
988: - convert host filename chars invalid in TOS to valid ones ('@')
989: - use TOS filename matching instead of glob() (can match names with [])
990: - Options for preventing floppy image (--protect-floppy) and GEMDOS
991: emulated drive directory (--protect-hd) modifications
992: - AVI file recording:
993: - video can be stored as BMP or as PNG images
994: - audio is stored as 16 bits stereo PCM
995: - Statusbar shows CPU type & speed
996: - Can create blank 2.88MB (ED) and 1.44MB (HD) floppy images
997: from the GUI in addition to DD & SD images. After creating
998: new floppy image, one can directly insert it to A: or B:.
999: - Tracing for BIOS, XBIOS, GEMDOS and VDI traps gives in addition
1000: to the opcode, also the name of the corresponding OS function
1001: - Major debugger improvements:
1002: - TAB-completion for debugger commands, command arguments and
1003: symbol names. Requires readline library
1004: - "parse" command and --parse Hatari command line option to
1005: execute debugger commands from a file
1006: - "stateload" and "statesave" commands for memory snapshots
1007: - "trace" command for tracing what the emulated code does
1008: - "symbols" command for loading and listing CPU & DSP code & data
1009: symbols/addresses. Code symbols are shown on CPU & DSP disassembly
1010: and code & data symbols can be used in breakpoints
1011: - "evaluate" command for doing calculations. Register and symbol
1012: names in expressions are replaced by their values. '$' will be
1013: TAB-completed to last 'evaluate' command result
1014: - "cd" command to change Hatari work directory
1015: - "exec" command to execute shell commands (ENABLE_SYSTEM_DEBUG_CALL)
1016: - "info" command for showing Atari HW and OS information
1017: - "lock" command for setting what information is shown every time on
1018: entering the debugger, e.g. disassembly or memdump from given address.
1019: "regaddr" argument does that from address pointed by given register
1020: - improved register name handling + fixed DSP reg name matching
1021: - if both sides of conditional breakpoint condition are identical, replace
1022: right side with current value of given expression (e.g. if it's "d0",
1023: use current D0 value). If the comparison is for inequality ("!"),
1024: output the value & break only when the value changes from the previous
1025: value (not original like with other comparisons). Symbols support
1026: - ":trace" option to trace/output breakpoint hits without breaking
1027: - breakpoints count hits and can be optionally removed after first hit
1028: (":once" option) or triggered only on every Nth hit (":<count>" option)
1029: - dsp/address command is a shortcut for conditional breakpoints and its
1030: argument can be an expression (see "evaluate" above)
1031: - Display DSP instructions cycle timings in disasm mode (in cycles)
1032: - Configuration options for how many lines to disasm & memdump
1033: - Fix VBLs/s counting to work also when --run-vbls isn't used
1034:
1035: Other changes:
1036: - Considerably expanded debugging and hard disk sections in manual
1037: - CMake build support, this fixes OSX building and adds support
1038: for building Hatari in different directory from the sources
1039: - Removed autotools usage/support, added CMake "configure" script
1040: - Hatari remote control programs updates (see their own release notes
1041: for details)
1042:
1043:
1.1.1.12 root 1044: Version 1.3.1 (2009-09-05):
1045: ---------------------------
1046:
1047: This is only a bug fix release:
1048: - GEMDOS HD emulation works together with ACSI HD image again
1049: - Fix incorrect use of DESTDIR in python-ui installation
1050: - Fix memdump/disasm in python-ui
1051:
1.1.1.10 root 1052:
1.1.1.11 root 1053: Version 1.3.0 (2009-08-16):
1054: ---------------------------
1055:
1056: Emulation:
1057: - Hugely improved DSP emulation:
1058: - Many more DSP using games/demos/apps work now
1059: - Preliminary sound support (e.g. most DSP based .MOD-playback works)
1060: - Better cycle counting / accuracy
1061: - Many speed improvements
1062: - Major rewrite of the internal work/structures of video.c :
1063: - Allow to mix 50/60 Hz lines of 508/512 cycles and to keep correct
1064: video/cpu sync (fixes TCB in SNY, DI in MindBomb, TEX in Syntax Terror).
1065: This also adds support for dynamic calculation of HBL/Timer B positions
1066: when freq/res are changed (fixes SHFORSTV by Paulo Simoes)
1067: - Improved Timer B accuracy when starting it in a rare case
1068: - Handle end of line as well as start of line for Timer B
1069: in event count mode (using MFP's AER) (fixes Seven Gates Of Jambala)
1070: - Add another 'O byte' line method (fixes No Buddies Land)
1071: - Some more color alignment with the shifter when using movem.w/movem.l
1072: (for spectrum512 like images)
1073: - Improved Blitter timings / cycles counting
1074: - GEMDOS emulation can emulate appropriately named host subdirectories
1075: as separate partitions
1076: - Bug fixes for GEMDOS HD emulation Fopen and Fseek calls
1077:
1078: Emulator:
1079: - DSP changes:
1080: - DSP state saved to memory snapshots
1081: - Threading support removed from DSP emulation (for better synchronization)
1082: - "keyDebug" configuration file setting was renamed to "keyPause"
1083: - Major debugger improvements:
1084: - Invoked with AltGR+Pause. New "keyDebugger" configuration file setting can
1085: be used to change this
1086: - Show PC/HBL/VBL/cycles when entering debugger
1087: - Support multiple number bases. By default values are expected in
1088: decimals; $-prefix is needed for hexadecimal and %-prefix for binary
1089: values. Default number base can be changed
1090: - Internal debugger can be used to debug also DSP code
1091: - Support for (PC) address breakpoints and conditional breakpoints
1092: (watchpoints), both on CPU and DSP. Watchpoints support multiple
1093: conditions, register & memory values and some internal Hatari
1094: variables like VBL, HBL, LineCycles, FrameCycles
1095: - Support for stepping CPU and DSP code
1096: - Emulated programs can now change Hatari options like --fast-forward,
1097: --trace etc. by giving a suitable Hatari command line string to
1098: XBios call 255. This is enabled when Hatari is started with
1099: the --bios-intercept enabled
1100: - Support Videl horizontal fine scrolling for 16 bpp and 32 bpp host screens
1101: - Process successive motion events before returning from event handler
1102: (to fix analog joystick jitter slowing Hatari input processing)
1103: - FPS measurement shown when emulation is paused & --run-vbls option
1104: - Mouse grab option (--grab)
1105: - Some fixes for building Hatari with MS-VC6 and for the Wii
1106: - Statusbar assert (bug #15512) fixed
1107: - Reworked the main dialog of the GUI and split the disk dialog into two
1108: separate dialogs, one for floppy setup and one for hard disk setup
1109:
1110: Utilities:
1111: - New atari-hd-image.sh script for creating HD image files
1112: - External Python GUI and CLI interfaces for Hatari in main repo
1113:
1114: Documentation:
1115: - Debugging and performance sections added to manual
1116:
1117:
1.1.1.10 root 1118: Version 1.2.0 (2009-01-24):
1119: ---------------------------
1120:
1121: - The Hatari project has been moved from hatari.sourceforge.net to
1122: http://hatari.berlios.de. Please update all bookmarks!
1123: - New zip2st.sh shell script for converting .ZIP files into .ST disk images
1124: - Fixed a bug that could write data to the wrong disk image (resulting
1125: in data loss)
1126:
1127: Emulation:
1128: - MIDI input supported in addition to output; --midi option is now
1129: replaced with separate --midi-in and --midi-out options
1130: - Support for STE hardware horizontal scrolling in medium res
1131: - Make the FDC Read Address command always return success, even if
1132: we don't really return the correct bytes for now (fixes a few game loaders)
1133: - Improved shadow register when writing to the YM2149 (fixes X-Out music)
1134: - Cleaner blitter code with improved timings
1135: - Emulation of interrupts jitter for HBL and VBL + improved timing accuracy
1136: - Improve color alignment with the shifter (for spectrum512 like images)
1137: - Fix to the fire button detection reported in some games
1138: - Added IDE hard disk emulation
1139:
1.1.1.11 root 1140: Emulator:
1141: - Pause/unpause shortcut
1142:
1.1.1.10 root 1143:
1.1.1.9 root 1144: Version 1.1.0 (2008-11-29):
1145: ---------------------------
1146:
1147: Emulation:
1148: - Falcon DSP emulation good enough to improve some few games/demos, e.g.
1149: Virtual City. (most still work better with emulation disabled, though)
1150: - New sound engine that fixes all problems with the old one
1151: - 16-bit stereo sound (instead of 8-bit mono)
1152: - Improved blitter emulation (blitter cycles emulation, blitter interrupt)
1153: - Improved STE support for some video registers (hscroll, linewidth, ...)
1154: - Improved printer emulation
1155: - Improved STE microwire emulation
1156: - Improved support for games & demos which are accessing IKBD directly
1157: (including a fake 6301 emulation for the known IKBD programs)
1158: - ACSI emulation fix to get HDDriver working
1159: - Some other minor bugfixes to ST/STe emulation (FDC, MFP, PSG, RS-232)
1160: - Improved MFP emulation
1161: - Improved 68k emulation (move.b Ax,(Ay) and extb.l)
1162: - Fixed bugs in the GEMDOS HD emulation (Pexec() etc.)
1163:
1164: Emulator:
1165: - Statusbar and overlay led features
1166: - Screenshots work also in VDI/TT/Falcon mode and are saved as PNGs
1167: - Support for automatic frameskip and pausing emulation
1168: - Support for embedding Hatari window (on X11) and control socket
1169: - Improved memory snapshot function
1170: - Improved the "trace" debug function
1171:
1.1.1.7 root 1172:
1.1.1.8 root 1173: Version 1.0.1 (2008-03-30):
1174: ---------------------------
1175:
1176: - This is just a bug-fix release, without new features.
1177: - Fixed some compile problems on non-unix-like systems (like MingW).
1178: - Fixed crashes in Spec512 emulation code ("Dan Dare 3" and little endian ARM).
1179: - Blitter source address is not incremented anymore in operation mode 0 and 15.
1180: - STE small overscan video effect is now displayed on the left side instead
1181: of the right side (fixes "Just Musix 2" menu for example).
1182: - Hatari now works on 256 color displays right again.
1183: - Fixed PSG mirror register emulation (fixes e.g. sample sound in "Ooh Crikey
1184: Wot A Scorcher" demo).
1185:
1186:
1.1.1.7 root 1187: Version 1.0.0 (2008-03-17):
1188: ---------------------------
1189:
1190: - The user's configuration files are now located in the directory ~/.hatari/
1191: instead of the $HOME directory itself.
1192: - Improved VDI resolution mode (resolution can now be change in small steps).
1193: - The 'Frame Skip 8' option can now be correctly selected, too.
1194: - Fixed some bugs/problems in the GEMDOS HD emulation (with Fopen & Fcreate).
1195: - Keyboard shortcuts for saving and restoring memory snapshots.
1196: - Hatari can now be compiled with CeGCC, too.
1197: - Fixed some problems with the FPU emulation. NeoN Grafix renders now right.
1198: - Writing to floppy disk images works now also with TOS 4.0x.
1199: - A lot of source code clean-up and beautification.
1200: - Monochrome mode now runs in 71 Hz, and 60 Hz color mode now also really runs
1201: with 60 Hz refresh rate.
1202: - Fixed memory snapshot files (some important data has not been saved before).
1203: - It is now possible to automatically load/save memory snapshots at start/exit.
1204: - Fixed some bugs in the file selection dialog.
1205: - Some minor improvements in the GUI: Improved text edit fields, "Cancel"
1206: buttons can now be activated by pressing the ESC key, and Hatari asks the
1207: user before resetting and quitting the emulator.
1208: - The Hatari executable is now relocatable (so the RPM can be relocated, too).
1209: - It's now possible to enable special trace output with the "--trace" option.
1210: - The size of the borders can now be specified in the hatari.cfg file.
1211: - Fixed Spec512 screen plotting on big endian machines.
1212: - Native screen conversion functions for 32 bpp host display mode.
1213: - Reworked the command line options.
1214: - Added missing read for "clr" in 68000 CPU mode.
1215: - Cycle correct MULU/MULS/DIVU/DIVS in 68000 CPU mode.
1216: - Support for 68000 instructions pairing
1217: - Better emulation of exception stack frame (bus/address error), used in some
1218: protections.
1219: - Don't change illegal 68000 opcodes $8, $a and $c if no cartridge is inserted.
1220: - Ensure ACIA has consistent values when reset.
1221: - More precise interrupt handling, allowing to mix CPU cycles and MFP cycles
1222: with greater precision.
1223: - Various improvements in MFP emulation (stop/start timer without writing to
1224: data register, reading data register, handle pending cycles when timer
1225: "wraps" (i.e. data register reaches 0), ...). Supports programs using some
1226: very "fast" timers (Overscan Demos, ULM Demos) and requiring nearly cycle
1227: exact synchronisation with the 68000.
1228: - Mostly correct wait states when accessing sound registers (add wait state for
1229: $ff8801/ff8803 when needed).
1230: - Correct values of cycle counters read & write accesses for the most common
1231: cases used for fullscreen/hardscroll.
1232: - Correct values for Video_CalculateAddress, taking into account frequency and
1233: left/right borders' state, needed for correct synchronisation between video
1234: and cpu.
1235: - Improve top/bottom border removal, including 60 Hz bottom border, as well as
1236: "short" 50 Hz screen (171 lines)
1237: - Support for all left/right border removal, including 0 byte lines.
1238: - Support for hardscroll on STF, including the most recent ones using 4/5 lines.
1239: - Support for 4 pixels horizontal hardscroll on STF (ST Connexion in Punish
1240: Your Machine)
1241: - Small adjustements in cycle precise color handling (spec512.c)
1242:
1243:
1244: Version 0.95 (2007-05-12):
1245: --------------------------
1246:
1247: - This release brings you basic Atari TT and Falcon emulation!
1248: Please note that both new emulation modes are still highly experiemental,
1249: some few games and demos work, but most still have more or less big
1250: problems.
1251: - Basic emulation of Falcon video shifter (Videl), NVRAM and DMA sound is in
1252: place. The biggest drawback: There is no working Falcon DSP emulation yet.
1253: - Screen/Shifter emulation timings have slightly been changed. Some things
1254: now work better, some others work worse...
1255: - Some patches for compiling on RiscOS and AmigaOS have been included.
1256: - Compiling Hatari for Windows now works better.
1257: - Added Hatari icon (hatari-icon.bmp).
1258: - Fixed "movec" bug in 68020 CPU mode.
1259: - Keyboard shortcuts for loading & saving memory snapshots (AltGr+k & AltGr+l).
1260: - The built-in debugger has been slightly improved to be more user-friendly.
1261: - Added "hmsa" tool - a little program for converting .MSA files to .ST and
1262: vice versa.
1263:
1264:
1.1.1.6 root 1265: Version 0.90 (2006-08-22):
1266: --------------------------
1267:
1268: - Better Spectrum 512 support (60Hz support, improved I/O memory waitstates).
1269: - STE right border opening support (used in Obsession, Pacemaker).
1270: - Blitter Smudge mode support (used in Pacemaker demo).
1271: - Wheel-mouse simulates cursor up and down.
1272: - Work-around to FDC handling, --slow-fdc option is not anymore needed.
1273: - Bugfix to MFP, sound works now in more YMRockerz releases.
1274: - Bugfix to GEMDOS path handling (Hatari SIGSEGV).
1275: - Bugfix to emulated memory initialization (4MB was cleared earlier, now
1276: exactly the amount set up for Hatari. Saves memory on embedded systems
1277: if less than 4MB is specified.)
1278: - Re-written command-line option handling.
1279: - (Again) lots of code const/static, type usage and indentation cleanup.
1280: - Preliminary support for TOS 3.0x and 030 TT software that runs in ST
1281: resolutions and doesn't need PMMU.
1282: - Native GUI for Mac OSX.
1283: - ACSI emulation fixes to get HD formatting to work with AHDI 5. HD emulation
1284: now works quite fine with AHDI 5 (but other HD drivers are currently not
1285: supported).
1286: - Joystick shortcut changed to toggle cursor emulation between ports 0 and 1.
1287: - Keys for all Hatari shortcuts can now be configured from hatari.cfg.
1288: - Added command line option for setting ST keyboard mapping.
1289: - Joystick command line option requires now parameter for a port for which
1290: the joystick cursor emu is enabled.
1291: - Fixed relative mouse event handling in zoomed low-rez.
1292: - Hatari shows now more of the bottom borden (screen size is now 384x276
1293: instead of 384x267).
1294: - Fixed sync delay timings - sound should now be better (e.g. on Mac OS X).
1295: - Added basic support for compiling Hatari with MinGW.
1296:
1297:
1.1.1.5 root 1298: Version 0.80 (2005-10-12):
1299: --------------------------
1300:
1301: - Support for STE hardware emulation: STE palette, STE shifter (horizontal fine
1302: scrolling, split screen effects), DMA sound and STE joypads.
1303: See the manual for a list of working STE applications/games/demos.
1304: - Hatari can now emulate up to 14 MiB ST RAM instead of only 4 MiB.
1305: - Support for parallel port joysticks.
1306: - Improved GEMDOS HD emulation (added Fattrib() call).
1307: - Adding and removing a GEMDOS or ACSI hard disk should now work correctly.
1308: - Re-factoring of the screen conversion functions.
1309: - Improved manual: Now with screenshots of the options dialogs.
1310:
1.1 root 1311:
1.1.1.4 root 1312: Version 0.70 (2005-06-05):
1313: --------------------------
1314:
1315: - As always: Code cleanup and bug fixes.
1316: - No more crashes when a program tries to access illegal sector numbers.
1317: - Improved built-in ROM cartridge.
1318: - Rewrote the IO memory emulation code -> Better compatibility.
1319: - Support for TOS 1.06 and TOS 1.62
1320: - Emulated CPU can now also be run at 16 MHz or 32 MHz.
1321: - File selection dialog scrollable with mouse wheel or cursor keys, too.
1322: - Hatari now works on 64-bit host CPUs, too.
1323: - Floppy disk images can now be set writable/write-protected in the GUI.
1324: - Hatari can now also load a global configuration file (e.g. /etc/hatari.cfg).
1325: - Configurable logging functions.
1326:
1327:
1.1.1.3 root 1328: Version 0.60 (2004-12-19):
1329: --------------------------
1330:
1331: - Again some code cleanup and bug fixes.
1332: - Window/fullscreen mode is now correctly initialized from the configuration
1333: file.
1334: - Added --window command line option to force a start in window mode.
1335: - Added alert boxes to show warnings, errors and information messages.
1336: - PC mouse pointer is now better in sync with the ST mouse pointer.
1337: - It's now possible to load an alternative cartridge image file.
1338:
1339:
1.1.1.2 root 1340: Version 0.50 (2004-07-26):
1341: --------------------------
1342:
1343: - A lot of internal code cleanup and bug fixes.
1344: - Added a dialog for creating new blank floppy disk images.
1345: - The source code has been optimized for better emulation speed.
1346: - Added RS232 emulation (still very experimental and not very well tested! It
1347: seems not to work reliable yet. Help for debugging is very appreciated!).
1348: - Some bugs in the 68000 emulation have been fixed.
1349: - The emulator now checks for double bus errors and stops the emulation if
1350: necessary (instead of crashing the emulator).
1351: - Timer-D is now patched correctly again.
1352: - The old font has been replaced by two new fonts so that the GUI now looks
1353: better in high resolutions.
1354: - The fonts are now linked into the executable.
1355: - Added support for DIM floppy disk images.
1356:
1357:
1358: Version 0.45 (2003-10-30):
1359: --------------------------
1360:
1361: - This is just a minor release on the way to version 0.50. It is not very
1362: well tested, so be warned!
1363: - New build system (with a "configure" shell script).
1.1.1.5 root 1364: - A disk image destroying bug in the MSA compression function has been fixed.
1.1.1.2 root 1365: - It is now possible to redirect the printer output into a file.
1366: - Experimental MIDI output support.
1367: - Added the possibility to save memory snap shots.
1368: - Pending HBL and VBL interrupts are now emulated correctly (I hope).
1369: - Some speed improvements.
1370: - GEMDOS HD emulation now also works with EmuTOS.
1371:
1372:
1.1 root 1373: Version 0.40 (2003-07-11):
1374: --------------------------
1375:
1376: - Support for ZIP and GZIP compressed disk images!
1377: - Configuration file support for loading and saving the emulator settings.
1378: - Hatari now works on machines with Sparc CPUs, too.
1379: - Fixed a problem that slowed down the emulator in monochrome mode when using
1380: TOS 2.06.
1381: - Inverted monochrome mode is now supported, too (some games like Maniac
1382: Mansion use this).
1383: - Added Mega-ST compatible real time clock (RTC) emulation.
1384: - The GEMDOS HD emulation has been improved (it now also works with lower-case
1385: file names) and many bugs have been fixed there.
1386: - Improved keyboard mapping (added mapping via PC keyboard scancode and via
1387: reloadable mapping files).
1388: - The screen rendering routines have been generalized (less differences between
1389: windowed and fullscreen mode).
1390: - Hatari can now be cross-compiled, too. You can even compile it for MiNT now.
1391: However, it does not run very well there yet.
1392: - Support for RAM TOS images.
1393: - Improved memory mapping (the different memory regions should now behave much
1394: more like on a real ST).
1395: - Improved M68k exceptions (bus errors and exception cycle timings).
1396: - Fixed some bugs in the extended VDI resolution mode (now it is working with
1397: EmuTOS, too).
1398: - Some games that poll the write-protection signal of the FDC to check for
1399: disk changes should now be working, too.
1400:
1401:
1402: Version 0.30 (2003-03-12):
1403: --------------------------
1404:
1405: - Some parts of the code accessed the SR directly to read the IPL -
1406: however the UAE CPU core only updates the SR when doing a MakeSR() first.
1407: So this is done in the affected code parts now, too.
1.1.1.20 root 1408: - The IPL wasn't raised when a MFP interrupt occurred - fixed now.
1.1 root 1409: - Full screen resolution for ST-Low can now be selected from the screen setup
1410: dialog.
1411: - The IKBD emulation does not longer duplicate joystick fire buttons when
1.1.1.9 root 1412: a game tries to use both, joystick and mouse
1.1 root 1413: - Improved audio timer function - the code should now be a little bit faster.
1414: - Resynced Hatari's UAE CPU core with UAE 0.8.22 - this fixes some bugs in 68k
1415: instructions like ABCD and SBCD.
1416: - Added patches for TOS 2.05 so that this TOS version should now work, too.
1417: - Rewrote TOS patching routine. It is much more flexible now.
1418: - Removed 0xa0ff opcode for VDI resolutions; using GEMDOS_OPCODE now instead.
1419: - Fixed MMU RAM size configuration bug.
1420: - Rewrote some more screen conversion functions in C.
1421: - When a bus or address error occurred, the PC was often not set to the
1422: right exception handler routine. This has been fixed now.
1423:
1424:
1425: Version 0.25 (2002-12-30):
1426: --------------------------
1427:
1428: - Patches for big endian systems (Spectrum 512 pictures are now working there).
1429: - Hatari now also compiles and runs under Mac OS X.
1430: - Blitter emulation has been added.
1431: - There is now the possibility to save YM or WAV sounds.
1432: - Big VDI resolutions (e.g. 800x600) are now supported, too.
1433:
1434:
1435: Version 0.20 (2002-02-18):
1436: --------------------------
1437:
1438: - Added graphical user interface for configuration of the emulator settings.
1439: - Real joysticks can now also be used to simulate the ST joysticks.
1440: - Yet another bugfix for BeOS (lseek again...)
1441: - Support for hard disk images.
1442:
1443:
1444: Version 0.11 (2001-10-10):
1445: --------------------------
1446:
1447: - High level (GEMDOS) harddisk emulation.
1448: - ST-Med/ST-Low mixed mode now works.
1449:
1450:
1451: Version 0.10 (2001-08-16):
1452: --------------------------
1453:
1454: - Improved CPU cycles emulation.
1455: - Added Spec512 support.
1456: - Some keyboard shortcuts.
1457: - Added the possibility to switch between fullscreen and window mode.
1458: - ST Medium resolution conversion routine.
1459: - Built-in debugger.
1460: - Added possibility to grab screenshots.
1461: - Sound support (not working very well yet).
1462:
1463:
1464: Version 0.05 (2001-06-01):
1465: --------------------------
1466:
1467: - Joystick emulation via cursor keys.
1468: - ST-LOW resolution conversion routine is now working on big-endian machines.
1469:
1470:
1471: Version 0.04 (2001-05-27):
1472: --------------------------
1473:
1474: - Added Stefan Berndtsson's patch for big-endian machines.
1475: Hatari now runs also with non-x86 Linux machines! Thanks Stefan!
1476: - Rewrote the ST-LOW resolution conversion routines in C ==> ST-LOW now works!
1477: - Added some of the WinSTon patches Paul Bates recently published
1478: at the WinSTon BBS (Thanks to Ladislav Adamec for the hint).
1479: - Cleaned up the source tree a little bit.
1480:
1481:
1482: Version 0.03 (2001-04-03):
1483: --------------------------
1484:
1485: - Rewrote some more assembler functions. FDC emulation now works!
1486: - SDL Keyboard code finished and included a SDL-Key -> ST-Scancode table.
1487: - Added mouse support.
1488:
1489:
1490: Version 0.02 (2001-03-28):
1491: --------------------------
1492:
1493: - Added very simple SDL support.
1494: - Rewrote a lot of assembler functions in C (e.g. intercept.c).
1495: - Adapted the UAE CPU. Now Hatari is able to boot a TOS 1.0x ROM, the
1496: Desktop shows up, but no mouse and keyboard interaction yet.
1497:
1498:
1499: Version 0.01 (2001-03-21):
1500: --------------------------
1501: - Made the WinSTon source code compilable with GNU-C.
1502: - Added the UAE CPU sources.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.