Hatari news
2025-02-09: Hatari moved to Framagit
Since Tuxfamily is slowly fading away (according to
a
discussion in its forum), the Hatari project had to switch to a new location.
After some investigation, we decided to go with
Framagit. The new website
can be found at www.hatari-emu.org.
If you want to check out the source code repository, the easiest way is to
clone a fresh copy like this:
git clone https://framagit.org/hatari/hatari.git
Please note that we decided to go with the more modern default branch name
"main" instead of "master" now.
In case you want to continue using your old checked out local
repository (e.g. since you have some branches with your patches in there
already), you can also switch to the new remote like this:
git remote add frama https://framagit.org/hatari/hatari.git
git fetch frama
git remote rename origin tuxfamily
git remote rename frama origin
git checkout -b main -t origin/main
git branch -d master
git remote remove tuxfamily
Please note that the old git repository at tuxfamily.org won't be updated
anymore, and we'll likely also completely shut it down in a week or so, so
that people who use it in automated scripts also get a notification that
they need to take some action now.
With regards to the mailing list: We will continue to use the list at
tuxfamily.org for now, so there is no need for you to subscribe to a different
mailing list right now.
2025-01-25: Problems with the download server
The download.tuxfamily.org server is down since a couple of weeks already,
and it looks like it
won't be back any time soon. So for the time being, we've mirrored the
Hatari releases packages to the
old Hatari
project pages on SourceForge in case you need them.
2024-04-18: Version 2.5.0
Hatari 2.5.0 has been released !
You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.5.0 !
Many thanks to all the people who contributed to this version in different ways
(code, bug report, testing, reverse engineering and documentation of the real
HW, ...), see
doc/authors.txt and
doc/thanks.txt for a list of developers and contributors.
Major highlights of this new version :
- Improved 68000 cycle accuracy (IPL, STOP, TRACE), IACK timings
- Better support for MMU/generic CPU mode using autovectored interrupt
- Some fixes for specific MOVEM cases with 68040/60
- Fix stacked PC for branch/jump instructions doing a bus error
- Add host received data interrupt for DSP
- Add support for 4 pixel hardscroll on STF by stopping shifter (new technique by Troed/Sync)
- Full support for SCC 85C30 for MegaSTE, TT and Falcon (serial ports and LAN)
- STE joypad emulation now supports analog / paddle input, too
- Fix for IPF/CTR where caps library incorrectly reset Track Register
- IDE : fixed emulation of the HOB (High Order Byte) of the last LBA48 value and limit LBA28 capacity announcement to 2^28-1
- Falcon : fixes values for SNDINT/SOUNDINT signal used by DMA sound for correct interrupts on start of frame / end of frame
- Falcon : preliminary support for vertical refresh rates (50,60 or 71 Hz) based on Videl
- Support for more language in EmuTOS and some country code fixes
- Several Gemdos HD changes to better match TOS behaviour
- Support for screenshot using .NEO or .XIMG format
- Suppress repeats of identical log & trace messages by default
- Debugger improvementes : symbols handling (MINT+ELF, demangled C++/a.out), weak symbols, duplicate addresses,
break on Line-A and Line-F exceptions, "echo" command, ...
- Several disassembler changes : support longer symbol names, flags to changes output formatting, optional support for capstone library
- Some fixes to the SDL UI : mouse position, scrollbar
... and many more. See doc/release-notes.txt
for the full changelog.
Fixed demos:
- Chaos A.D. : bad sound (Falcon DMA sound interrupts)
- Little -ME- Demo end part by Overlanders : black screen after a while (IACK timing)
- Monscape : bad sound (TT/DMA FIFO update)
- Time Slice by Defence Force : monochrome demo (crash when Hatari is compiled with "small mem" option)
- What If by Troed/Sync : 4 pixel hardscroll on STF by stopping shifter
- Oergs, Terrorize your soul, Zero Three Zero demos work now also when MMU is enabled
Fixed programs:
- FlaySID (DSP host handling)
- AFM sound with equalizer enabled (DSP modulo)
- FreeMiNT (use SCC counter at start to detect the SCC clock freq)
- Spectre 3.0 Macintosh emulator (stacked PC in case of bus error)
- m68k-Linux works (again) with 040/060 emulation (MMU)
- m68k-NetBSD does not crash on boot any more (MMU)
Fixed games:
- F29 Retaliator using CTR/IPF format (handle FDC's TR reset bug in caps library)
- MIDI (MFP IRQ clear) handling:
- Bad Mood
- Midi Maze
- Midi Maze II
- Oxyd 2
- Work now also when MMU is enabled:
- Gravon (demo)
- Killing Impact
- Moongame
2022-08-03: Version 2.4.1
This is a small bugfix release, fixing a few issues that were reported after v2.4.0 was released
You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.4.1 !
Many thanks to all the people who contributed to this version in different ways
(code, bug report, testing, reverse engineering and documentation of the real
HW, ...), see
doc/authors.txt and
doc/thanks.txt for a
list of developers and contributors.
Main changes since Hatari 2.4.0 :
- Fix some possible sound issues in STE/TT mode when converting CPU clock to YM2149 clock
- Fix regression in TT mode where video counter was not updated anymore on each HBL
- Fix VDI width alignment on 16 pixels
- Avoid some overhead when DSP is enabled in config but machine is not Falcon
- More consistent handling for outputs of logging and traces messages
- Fix some memory leaks
- Fix duplicate symbol name removal in debugger
- Improved macOS version with better support for different models (thanks to Troed)
Fixed programs:
- BLSPLAY.TTP module player for STE (fix sound glitches)
- HexTracker in TT mode (update video counter on each HBL)
2022-07-09: Version 2.4.0
In time for the summer holidays, Hatari 2.4.0 has been released !
You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.4.0 !
Many thanks to all the people who contributed to this version in different ways
(code, bug report, testing, reverse engineering and documentation of the real
HW, ...), see
doc/authors.txt and
doc/thanks.txt for a
list of developers and contributors.
Major highlights of this new version :
- Major rewrite of the internal delays/timers, speed up emulation by ~10% on average
- Various CPU improvements (FPU, IPL timing)
- Faster CPU emulation for 68000 in cycle exact mode (speed up emulation by ~7%)
- More accurate MFP emulation, combined with the new internal timers
- Improved VBLANK position in 50 and 60 Hz mode
- Improved cycle accurate YM2149 emulation, supporting new effects (syncsquare in maxYMiser v1.53)
- Better value for MFP GPIP bit 7 (STE DMA sound and Falcon sound)
- For SCSI, improve "Mode Sense" and "Report Luns"
- For IKDB, better emulation of commands $A and $B
- Better MIDI using PortMidi (Linux/Windows/macOS)
- Better RS232 support for BSD/macOS
- Some fixes for Gemdos HD mode
- Many debugger improvements
- Hatari now defaults to the SMALL_MEM build option, using less RAM during emulation
- ... and many more. See
doc/release-notes.txt
for the full changelog.
Fixed demos:
- Hackabonds Demo (wrong vblank detection)
- We Were @ HD version under GEMDOS HD (file handle access)
Fixed programs:
- maxYMiser FM v1.53 by gwEn (support for syncsquare effect)
Fixed games:
- Chambers of Shaolin : DMA sound was wrong in STE mode with 1 MB RAM (MFP GPIP bit 7)
- Super Hang On : fix flickering raster colors (bclr #0,$fffffa0f sometimes happened at the same time timer C expired)
2021-03-21: Happy Birthday, Hatari
Hatari v0.01 has been created 20 years ago, so this is the 20th anniversary
of Hatari now! Celebrate by sharing your
memories
on the mailing list or by looking at one of the
oldest
Hatari versions that you can still get.
2020-12-27: Version 2.3.1
Santa had still some extra gifts for us, as he just brings a new release of Hatari :)
This v2.3.1 is mainly a bugfix release, fixing a few issues that were reported after v2.3.0 was released.
You can get it from
https://framagit.org/hatari/hatari/-/releases/v2.3.1
Main changes since Hatari 2.3.0 :
- Hatari could crash when switching to Falcon mode and no IDE drive was used
- Fix unneeded extra prefetch for movem in 68020/30 CPU
- Fix master clock use for crossbar/DSP Handshake mode
- Fix hostport PORTB interrupt handling for DSP
- FPU setting did not work in macOS version for french language
- Fix Hatari window disappearing in the python UI when changing resolution
This improves several Falcon demos/programs that had bad sound or triggered bus error unless MMU was enabled.
See release-notes.txt for the full changelog
2020-11-28: Version 2.3.0
Hatari 2.3.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.3.0 !
Many thanks to all the people who contributed to this version in different ways
(code, bug report, testing, reverse engineering and documentation of the real
HW, ...), see
doc/authors.txt and
doc/thanks.txt for a
list of developers and contributors.
Major highlights of this new version :
- Emulate more hardware register (DIP switches, DD/HD mode, more RTC, ...)
- Update CPU core to match latest WinUAE 4.4.0 beta
- Add a better filter for downsampling the internal 250 kHz signal, should
give better results when the YM2149 outputs high frequency sounds
- Improved video timing emulation
- Add support for the TT's 2nd MFP (not all signals are emulated yet)
- Large rewrite of the blitter's core, improving accuracy
- Rewrote / improved parts of the GEMDOS HD emulation
- Improved zooming function of the window
- ... and many more. See
doc/release-notes.txt
for the full changelog.
Fixed demos:
- Pacemaker STE demo (end part), when it's run from GEMDOS HD
- Fullscreen part in Hard As Ice STE demo by I.C.E.
(screen with no vertical DE signal)
- Fullast Vinner by Troed/Sync
(improved vblank position, partial fix for now)
- Electric Night Falcon demo by Dune
(MFP DMA sound interrupt on timer A using AER)
- Oompa by No Extra (after greetings part)
- E.K.O System (music should now play in the racing scene)
Fixed programs:
- MS Write (crash), when it's run from GEMDOS HD
- Akaisex program reading AKAI S1000 HD floppies converted to STX
- EmuTos drawing vertical lines with blitter and leaving some trails
(blitter in non HOG mode using TAS instruction to restart)
- Cecile v2.22, now also works if no IDE drive has been configured
- Trans D-Bug Express by PHF (lock when running in megaSTE mode at 16 MHz)
2019-02-11: Source code repository switched to Git
Please note that we switched the source code repository from Mercurial to Git.
If you cloned the Mercurial repository before, please get a new copy
from Git instead. The Mercurial repository is not updated anymore and will
be disabled soon. Instructions for cloning the Git repository
can be found on the download page.
2019-02-08: Version 2.2.1
Hatari 2.2.1 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.2.1
This is just a bugfix release for Hatari 2.2.0, where the CPU instruction 'UNPK' was buggy and could lead to error when used.
The macOS version was also updated to SDL 2.0.9 to prevent some display problems with recent macOS setup.
2019-01-31: Version 2.2.0
Hatari 2.2.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.2.0
Many thanks to all the people who contributed to this version in different ways (code, bug report,
testing, reverse engineering and documentation of the real HW, ...), see doc/authors.txt and doc/thanks.txt for a list of devs / contributors.
Major highlights of this new version :
- Many improvements/fixes to 68030 CPU regarding MMU, caches, bus error handling
- Improve softfloat FPU emulation
- Improve blitter bus sharing in some rare cases
- Handle VBlank signal and mask the 2 last lines when bottom border is removed
- Fix DSP ROM tables (sin, mulaw & a-law)
- For DSP, Some waitstate cycles were not correctly counted when accessing DSP IO regs in CE mode
- Experimental support for the NCR5380 SCSI chip in Falcon and TT mode
- Very experimental support for the SCC chip of the Mega-STE, TT and Falcon
- Experimental support for TOS 2.07 (the "Sparrow" TOS)
- Correctly emulate bus error handling for STE lightpen registers
- "patch TOS timer-D" speedup option is now disabled by default (to improve default compatibility)
- Allow up to 512MB of TT-RAM (increased from 256 MB) and save/restore TT RAM content into memory snapshots
- Improve memory snapshot save/restore reliability
- Display more infos in the status bar (FPU, cycle exact mode)
- IDE byte-swap option added to config file & GUI
- AVI recording with PNG codec could be wrongly limited to 4GB with some OSes
- Many changes to the debugger
- Hatari Python UI migrated from PyGtk v2 to Gtk v3
See release-notes.txt for the full changelog.
Fixed demos : B.I.G. Demo screen 2
Fixed Falcon demos : 4musiK by Dune & Sector One
Fixed games : Lethal Xcess in STE mode when using blitter, Lethal Xcess in STF mode
Fixed programs : Many TT/Falcon programs relying on 68030 MMU / bus error retrying are now working correctly
2018-02-07: Version 2.1.0
Hatari 2.1.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.1.0
Many thanks to all the people who contributed to this version in different ways (code, bug report,
testing, reverse engineering and documentation of the real HW, ...), see doc/authors.txt and doc/thanks.txt for a list of devs / contributors.
Major highlights of this new version :
- Major rewrite of the YM2149 with a new cycle accurate emulation
- Major rewrite of the blitter to allow cycle exact bus accesses and correct bus sharing with the CPU
- Improved video emulation : bottom border at 60 Hz and number of displayed lines, video counter reloading, timer B in mono mode
- Add full support for MMU/MCU RAM configuration at $FF8001, support more RAM combinations (256 KB and 2.5 MB)
- Some STX floppy images were not correctly emulated when verify bit was set in the FDC
- Support for undocumented STOP behaviour on 68000
- Fix some rare bus accesses order and stack frames
- Fix some flags after DIV and BCD instructions
- Improved memory timing for 68030 depending on RAM type
- 68030 instruction cache was not correctly disabled when EI=0 in CACR
- Improve caches accuracy for 68020/30/40/60, with optional MMU support
- Large improvements to FPU emulation, including a new softfloat method
- MIDI support for Windows and macOS (with PortMidi library)
- Add support for AVI files > 4GB (up to 256 GB)
- SDL UI shows refresh rate and blitter usage
- Several improvements/fixes when using VDI
- Improvements/more options for autostart using virtual INF file
- Many improvements to debugger, especially for symbols handling
- Fix compilation for more targets (ARM64, MIPS, ...)
See release-notes.txt for the full changelog.
Fixed demos : Sprite32 by Leonard, Jam-Cols by ICE, 4getful, Beams, many Falcon demos should run better
Fixed programs : Hextracker for Falcon, Protracker 2.1 and Neochrome Master 2.8 at 60 Hz, Audio Sculpture
2016-11-04: Version 2.0.0
Hatari 2.0.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v2.0.0
Many thanks to all the people who contributed to this version in different ways (code, bug report,
testing, reverse engineering and documentation of the real HW, ...), see doc/authors.txt for a list of devs / contributors.
Major highlights of this new version :
- Hatari can use SDL2, this will take advantage of HW acceleration on the host PC and greatly enhance perfomance on OSX for example
- Hatari now uses one single CPU core for all machines (ST, STE, TT, Falcon). No more need for 2 different binaries
- video emulation now supports the 4 STF wakeup states for MMU/GLUE and a much more accurate state machine for border removal
- CPU emulation was improved a lot by using WinUAE's CPU and fixing some low level behaviour : IACK sequence, exception/interrupt stacking, 2 cycle accesses, bus accesses timing depending on memory region, instruction pairing, ...
- Falcon DMA sound was fixed
- support for MegaST and MegaSTE machine types
- improvements to Gemdos HD emulation
- SDL UI reworked with more options
- resizable window when using SDL2 (using HW acceleration)
See release-notes.txt for the full changelog.
Fixed demos : {Closure} by Sync, many Falcon demos where sound was randomly noisy
Fixed programs : many more, see compatibility list for a list of programs improved with Hatari 2.0.0
2015-09-10: Version 1.9.0
Hatari 1.9.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v1.9.0
Thanks to all the people who contributed to this version with code, ideas, bug reports.
Let's keep on improving Hatari !
- Major update of the CPU for Falcon emulation, based on the latest version of WinUAE CPU :
68060, MMU, data/instruction cache, better prefetch pipeline, cycle accuracy, stack frame, ...
- Memory : extra TT-RAM support for TT & Falcon emulation
- MFP : better emulation of GPIP, AER and DDR
- Gemdos HD emulation : better support for mapping of filenames with international encoding
- MIDI : many accuracy improvements
- Some fixes for video, blitter, dsp
- More options for using ACSI and IDE disk images
- Various changes in the UI
- Various changes in the debugger
See release-notes.txt for the full changelog.
Fixed demos : Graphix Sound 2 in Relapse by Cybernetics, RGBeast by Aggression, My Socks Are Weapons by Legacy
Fixed games : Superior 65 - Blood Money , Obitus (STX version), The Teller (STX/CTR version), War Heli
Fixed programs : Realtime and M by Eric Ameres, Notator
2014-07-30: Version 1.8.0
Hatari 1.8.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v1.8.0
Thanks to all the people who contributed to this version with code, ideas, bug reports.
Let's keep on improving Hatari !
- Huge improvements to the FDC emulation
- Support for STX files on any OS (with Hatari's own open source code), as well as support for IPF/CTR files
- Write support for STX files, using .wd1772 files
- Some various fixes to the video emulation
- Many changes to the CPU related to prefetch
- Some fixes to STE sound (microwire and LMC) and to Falcon sound
- Some fixes to Gemdos HD emulation : clip filenames, autostart
- Some fixes to ASCI HD : larger image, improve some commands
- Changes to the UI : 2nd line of information at the bottom, better
performances under SDL, more options in some screens
- For developpers : more Natfeats commands, better tracing of OS calls
(bios, xbios, ...), many additions to the debugger
See release-notes.txt for more details.
Fixed Games: Batman The Movie, Chart Attack Compilation, Darkman, Dragon Flight, International 3D Tennis,
Leavin' Teramis loader text, Lethal Xcess Beta, Lethal Xcess, Maze, Parasol Stars, Reeking Rubber,
Titan, To Be On Top, Warp, Xenon 2
Fixed Demos : 4-pixel plasma screen by TOS Crew, HighResMode by Paradox, It's A Girl 2 by Paradox,
Pacemaker by Paradox, Panic by Paulo Simoes, Shforstv.prg by Paulo Simoes, Sommarhack 2011 Invitro by DHS,
Stax Compilation #65, The Union Demo, The World Is My Oyster, Tymewarp, UMD 8730 by PHF, IKBD no jitter by Nyh
2013-06-24: Version 1.7.0
Hatari 1.7.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v1.7.0
Thanks to all the people who contributed to this version with code, ideas, bug reports.
Let's keep on improving Hatari !
- Experimental MMU for the 68030 mode
- Improved IKBD/ACIA : full ACIA emulation (timings, serial link, registers)
- Much more accurate MFP : simultaneous interrupts, delayed IRQ, IACK cycles
- IACK cycles for CPU's exceptions (HBL and VBL)
- FDC : better GAPs' timings, angular speed/position used when accessing data
- TT video emulation, with better video modes
- Bug fixes for Gemdos HD emulation
- Some changes to the SDL UI (fileselector, drive LED)
- Lot of improvements to the debugger and to the profiler (CPU and DSP)
See release-notes.txt for more details.
Fixed Games: Atomix, BBC 52 Menu, Bolo, Captain Blood, Fokker, Downfall, Fuzion CD 77/78/84 Menu,
James Pond, Microprose Golf, Spidertronic, Super Hang On, Super Monaco GP, The Final Conflict,
The Sentinel, Zuul 100/101 Menu
Fixed Demos : Anomaly Demo Main Menu by MJJ Prod, Audio Artistic Demo by Big Alec,
Decade Demo - Reset, High Fidelity Dreams by Aura, ST-NICCC 2000 Demo by Oxygene
Fixed Apps : Monst v1.x, Spectrum 512, Cubase
2012-06-24: Version 1.6.2
Hatari 1.6.2 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v1.6.2
Thanks to all the people who contributed to this version with code, ideas, bug reports. Let's keep on improving Hatari !
- Some fixes for overscan screen in STF/STE
- Better IKBD/ACIA compatibility
- Improved audio filters for YM2149 and DMA sound
- Several improvements in Falcon mode : DSP, CPU, MMU, FPU, videl borders
- Various fixes for FDC, SCSI, printer output, ...
- Fixes to the SDL UI, OSX UI and python UI
- Improvements to the debugger
See release-notes.txt for more details.
Fixed Games : Hammerfist, Operation Clean Streets, Impossible Mission II, Hades Nebula, Zombi
Fixed Demos : Antiques by Dune/Sector One, Built-in Obsolescence, Japtro and Rising Force by Holocaust,
Delirious Demos IV, The Wave Of the Future by ICE, Electrocution I by Sphere, Musical Wonders 1990 by Offbeat
2012-01-13: Version 1.6.1
This version is mainly a bugfix for 1.6.0, where monochrome mode
gave a black screen and was not usable. You can download it from
https://framagit.org/hatari/hatari/-/releases/v1.6.1
- Fixes to bootup issues in monochrome mode
- Better left border removal timings (fixed Vodka Demo - Kill The Beast 2)
- DSP external memory access cycles taken into account
- Fix to allow build with Xcode 3.1.3/OS X 10.5.8 PPC
- Several fixes & updates needed to Hatari UI & hconsole
for them to work correctly with Hatari v1.6.x
- Removed a potential segfault in the debugger
2012-01-01: Version 1.6.0
Hatari 1.6.0 "Happy New Year 2012" has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v1.6.0
- More accurate FDC emulation (correct status bits and commands' timings, DMA
transfer by blocks of 16 bytes, floppy change detection). This should fix a
lot of non working games, as well as a few demos
- More accurate microwire clock emulation
- SCSI class 1 (ICD) command support for drives > 1 GB
- Improve shifter (add another method to do 4 pixel hardware scrolling,
better emulation for 0 byte blank line)
- Some fixes to the IKBD emulation
- Better filters and model for sound emulation
- Correct VBL timings in TT monochrome (double clicking works now)
- More cycle accurate Falcon DSP-CPU interface emulation. All the demos that
needed 32Mhz CPU with the old CPU core in Hatari v1.5, work now at
correct 16Mhz with the WinUAE CPU core
- 030 MMU emulation with the WinUAE CPU core
- Debugger improvements : "history" command to list instructions executed
before entering debugger
- Fixed behavior of the Caps Lock key
2011-12-01: The Hatari project is moving to tuxfamily.org
Since the future of BerliOS is still unclear, we decided to move the Hatari
project now to a new host. Starting with today, Hatari will now be hosted on
tuxfamily.org. Our new homepage is
http://hatari.tuxfamily.org/ –
so please update your bookmarks!
Information about downloading Hatari releases and about how to clone the new
Mercurial repository can be found here:
http://hatari.tuxfamily.org/download.html
Of course we will also need a new mailing list since the list at BerliOS
might not survive in 2012. Please visit the following page for information
about how to join the new mailing lists:
http://hatari.tuxfamily.org/contact.html
Please have a look at the new website, test the new mercurial repository, join
the new mailing list(s) and if you hit a problem, get in touch with us.
2011-07-19: Version 1.5.0
Hatari 1.5.0 has been released. You can download it from
https://framagit.org/hatari/hatari/-/releases/v1.5.0
- On STE, correctly shift display 8 pixels to the left when using 224 bytes
overscan (e.g. recent demos by DHS)
- Add support for spec512 mode in med res (fixes 'Best Part Of The Creation'
in 'Punish Your Machine', 'HighRes Mode' demo by Paradox)
- Precisely emulate the number of frames per sec (eg 50.053 fps in PAL instead
of the usual 50 Hz), required for correct video/audio sync under STE (e.g.
More Or Less Zero by DHS)
- Sound improvements for STE, major rewrite of the DMA audio, precision should
be really close to a real STE (e.g. HexTracker by Paulo Simoes)
- Improved precision in sound emulation, with nearly no rounding errors over
successive VBL during many hours.
- By default mix 3 YM voices using a lookup table of values measured on real
STF to improve digisoun (e.g. Flashback demo by TCB)
- Alternative CPU core based on WinUAE for more accurate Falcon emulation,
including 68030 timings, MMU, ...
- Improvements in DSP emulation.
- Various changes in the SDL GUI
- Many more functions in the built in debugger
- Atari program given as argument to Hatari will be automatically started
after TOS boots
- Many more small fixes related to video, audio, ikbd, ...