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