Annotation of hatari/doc/release-notes.txt, revision 1.1.1.15

1.1       root        1: 
                      2:                                     Hatari
                      3:                                    --------
                      4:                                 Release Notes
                      5: 
1.1.1.15! root        6:  Version 1.6.0 (2012-01-01):
        !             7:  ---------------------------
        !             8: 
        !             9: The Hatari project has been moved from hatari.berlios.de to
        !            10: http://hatari.tuxfamily.org/. Please update all bookmarks!
        !            11: 
        !            12: Emulation:
        !            13: - More accurate FDC emulation (correct status bits and commands' timings,
        !            14:   DMA transfer by blocks of 16 bytes, floppy change detection). This should
        !            15:   fix a lot of non working games
        !            16: - More accurate microwire clock emulation
        !            17: - SCSI class 1 (ICD) command support for drives > 1 GB
        !            18: - Improved color conversion table so that colors are a little bit brighter
        !            19: - Improve shifter (add another method to do 4 pixel hardware scrolling,
        !            20:     better emulation for 0 byte blank line)
        !            21: - Some fixes to the IKBD emulation
        !            22: - Better filters and model for sound emulation
        !            23: - Correct VBL timings in TT monochrome (double clicking works now)
        !            24: - More cycle accurate Falcon DSP <-> CPU emulation.  All the demos that
        !            25:   needed 32Mhz CPU with the old CPU core in Hatari v1.5, work now at
        !            26:   correct 16Mhz with the WinUAE CPU core
        !            27: - 030 MMU emulation with the WinAUE CPU core
        !            28: 
        !            29: 
        !            30: Emulator:
        !            31: - Switch to ST mode when using TOS <= 1.04
        !            32: - Replace "--slowfdc" with "--fastfdc" option and default to fast FDC being OFF
        !            33: - "--fast-boot" option to initialize "memvalid" system variables to
        !            34:   by-pass the memory test of TOS, so that the system boots faster
        !            35: - "--force-max" option to force Hatari use specified maximum resolution
        !            36:   to avoid window size changes messing up Hatari video recording
        !            37: - "--desktop-st" option to keep desktop resolution also for ST/STE modes
        !            38:   (unfortunately without scaling besides the low-res doubling)
        !            39: - GEMDOS HD emulation:
        !            40:   - Allow drives up to Z: (not Y:)
        !            41:   - Unique name for each partition
        !            42:   - Warn user when using too old TOS version
        !            43:   - Dfree() reports host disk total and free size if they're below
        !            44:     value understood by TOS and unlike earlier, it forwards Dfree()
        !            45:     requests  for other (IDE/ACSI image) partitions to TOS
        !            46: - Debugger improvements:
        !            47:   - "history" command to list instructions executed before entering
        !            48:     debugger
        !            49:   - each trace output line is flushed to avoid it being buffered
        !            50: - Fixed behavior of the Caps Lock key
        !            51: 
        !            52: Other changes:
        !            53: - Fixes to Hatari UI Hatari window embedding
        !            54: - Latest Linux sfdisk is borked so atari-hd-image script creates
        !            55:   HD image partition table now itself (experimental)
        !            56: - Windows needs also HOMEDRIVE for full home path in case Hatari
        !            57:   isn't installed on C:, bug 18297
        !            58: - Minor fixes
        !            59: 
        !            60: 
        !            61: Fixed Demos :
        !            62:   Overscan Demos and Shforstv.exe by Paulo Simoes (black line at top),
        !            63:   ACF - Just Bugging (FDC), Delirious Demo IV (FDC, shifter),
        !            64:   Overdrive Demos - Snirkel Screen (IKBD), Oxygene - Stniccc2000 (FDC),
        !            65:   Cream - Madness (FDC)
        !            66: 
        !            67: Fixed Games :
        !            68:   Superior 65 - Super Monaco GP, DBug 24 - Knightmare, Pompey Pirates 27 - X-Out,
        !            69:   Fuzion 32 - Pang, Fuzion 108 - The Simpson, Fuzion 40 - Super Grand Prix,
        !            70:   Fuzion 46 - Warlock, Fuzion 51 - Navy Seals, Fuzion 61 - Gods, Fuzion 78 -
        !            71:   Carmen Sandiego, Fuzion 82 - Flight Of The Intruder, Fuzion 83 - RBI Baseball 2,
        !            72:   Fuzion 102 - Exile, PP46 - Yolanda, Medway Boys 15 - Murders In Venice,
        !            73:   Medway Boys 83 - Yogi Bear, BBC 2 - Platoon, BBC 39 - The Deep, Superior 71 - The
        !            74:   Running Man, Adrenaline 24 - Demon Blue, Superior 93 - Alien Storm
        !            75: 
        !            76: Fixed Misc Programs :
        !            77:   Procopy 1.50, Terminators Copy 1.68, maxYMizer (caps lock key)
        !            78: 
        !            79: 
1.1.1.14  root       80:  Version 1.5.0 (2011-07-19):
1.1.1.15! root       81:  ---------------------------
1.1.1.14  root       82: 
                     83: Emulation:
                     84: - Alternative CPU core based on WinUAE for more accurate future
                     85:   HW interaction emulation (see readme.txt on how to enable it)
                     86: - Use precise clocks values (as described in Atari's official schematics)
                     87:   for better video/dma audio synchronisation (e.g. More Or Less Zero by DHS)
                     88: - DSP:
                     89:   - Some DSP-timing sensitive Falcon demos that by luck happened to work
                     90:     with Hatari v1.4, don't work anymore in v1.5 with the default UAE CPU
                     91:     core.  This is because while DSP cycle accuracy has been improved,
                     92:     the default UAE CPU core isn't fully cycle accurate.  The experimental
                     93:     WinUAE core is needed to run them
                     94:   - Undocumented 2 bit shift special case for DSP SSI <-> crossbar exchanges
                     95:     in hanshake mode with 32 Mhz clock (fixes DSP MP2 player used in many
                     96:     demos & programs, but that requires also using WinUAE core)
                     97: - Sound improvements:
                     98:   - Major rewrite and accuracy improvements in STE DMA sound, including
                     99:     emulation of the 8 bytes FIFO, giving results nearly identical to
                    100:     a real STE (e.g. HexTracker by Paulo Simoes)
                    101:   - Improved precision in sound emulation, with nearly no rounding errors
                    102:     over successive VBL (correct sound latency on US TOS running at 60 Hz)
                    103:   - By default mix 3 YM voices using a lookup table of values
                    104:     measured on real STF to improve digisound (e.g. Flashback demo sound)
                    105:   - Remove old ST Sound's code used for tone and noise step compute
                    106:     (some low period values were not correctly emulated)
                    107: - Video emulation on STF/STE:
                    108:   - On STE, correctly shift display 8 pixels to the left when using
                    109:     224 bytes overscan
                    110:   - Add support for spec512 mode in med res (fixes 'Best Part Of The
                    111:     Creation' in 'Punish Your Machine', 'HighRes Mode' demo by Paradox)
                    112:   - Correctly shift the screen 4 pixels to the left when left border is removed
                    113:     in med res overscan (Hatari 1.4 handled only low res, fixes 'No Cooper'
                    114:     by 1984, 'Best Part Of The Creation' by Delta Force)
                    115:   - Precisely emulate the number of frames per sec (eg 50.053 fps in PAL
                    116:     instead of the usual 50 Hz)
                    117: 
                    118: Emulator:
                    119: - Atari program given as argument to Hatari will be automatically
                    120:   started after TOS boots. GEMDOS hard disk directory can now be
                    121:   give also as an argument, not just as a (-d) option
                    122: - TOS4 or --machine falcon option use enables DSP emulation now
                    123:   (follow them with --dsp none to disable DSP emulation)
                    124: - Memory state saving and restoring fixes, especially for Falcon
                    125:   - Crossbar state is included -> state file ABI break
                    126: - AVI recording options can be set in the new [Video] config file section
                    127: - AVI recording supports non integer frame rates.
                    128: - Falcon/TT Videl/hostscreen improvements:
                    129:   - New setting/option for using Desktop resolution & scaling
                    130:     in fullscreen instead of changing the resolution. On by default
                    131:   - User's desktop size is used as max limit for Videl zooming.
                    132:     Requires SDL >= 1.2.10
                    133:   - Videl resolution change is done immediately, not 3 VBLs late
                    134:   - Fix issues in switching between same sized VDI & TT resolutions
                    135: - SDL GUI improvements:
                    136:   - DSP can be disabled from the GUI without needing to restart Hatari
                    137:   - Disk access LED and desktop-resolution options
                    138:   - AVI video length (mins:secs) is shown in titlebar during recording
                    139:   - Option for cropping statusbar from videos & screenshots
                    140:   - Fileselector scrollbar can be used with mouse
                    141:   - YM mixing method selection
                    142: - Debugging improvements:
                    143:   - New disassembler with more Motorola like syntax
                    144:   - CPU & DSP "disasm" and "memdump" commands accept register & symbol
                    145:     names in addition to numeric addresses / address ranges
                    146:   - Option to disable Falcon mic
                    147:     ("--mic off" is needed for Mudflap debugging)
                    148:   - "--run-vbls" can be set also at run-time
                    149:   - "--bios-intercept" can be toggled from debugger (not just enabled)
                    150:   - BIOS CON: output is converted to ASCII and redirected to host console
                    151:     with the --bios-intercept option
                    152:   - Support for tracing DSP, Videl and Crossbar
                    153:   - Support for tracing AES calls.  VDI calls can now be traced
                    154:     also without using an extended VDI resolution
                    155:   - BIOS/XBIOS/GEMDOS/VDI/AES/Line-A/Line-F opcode breakpoint support
                    156:   - TEXT, DATA and BSS variables for addresses of corresponding segments
                    157:     in currently loaded program
                    158:   - "aes", "vdi" and "gemdos" subcommands for "info".  Without arguments
                    159:     they will output information about corresponding OS part state,
                    160:     with (a non-zero) argument, opcode/call name table is shown.
                    161:     "video" subcommand for showing video related information.
                    162:     "cookiejar" subcommand for showing cookiejar contents.
                    163:   - "file" subcommand to "lock" that executes debugger commands from
                    164:     given file when debugger is entered (or ":lock" breakpoint is hit)
                    165:   - ":lock" option to breakpoints that will show (without stopping the
                    166:     emulation) the same output as what's shown on entering the debugger
                    167:   - ":file" option to breakpoints that executes the commands from
                    168:     given file when the breakpoint is hit. This can be used to chain
                    169:     debugger actions
                    170:   - multiple breakpoints options can be specified per breakpoint
                    171:   - parenthesis in "evaluate" command are used to indicate memory
                    172:     accesses (instead of operator precedence like earlier)
                    173:   - DSP and CPU code profiling functionality.  Provides statistics about
                    174:     profiled code (executed code address ranges, max and total counts
                    175:     and cycles), lists addresses/instructions taking most cyles and if
                    176:     symbols are loaded, what were the most used symbol addresses.
                    177:   - Profiling information is also shown in disassembly output
                    178: 
                    179: Other changes:
                    180: - hmsa tool can create empty disk images in addition to converting
                    181:   disks between ST & MSA formats
                    182: - Minimal hatari-tos-register.sh Linux init script (example)
                    183:   to register Hatari as binfmt_misc handler/runner for TOS programs
                    184: - hatari-console.py renamed to hconsole.py, documented and made extensible
                    185:   (hconsole is command line Python interface for Hatari remote API)
                    186: - Support for plain Makefiles removed (except for internal tests),
                    187:   only CMake is used for configuring and building Hatari
                    188: - CMake doesn't require anymore working C++, C-compiler is enough
                    189: 
1.1       root      190: 
1.1.1.13  root      191:  Version 1.4.0 (2010-06-12):
                    192:  ---------------------------
                    193: 
                    194: Emulation:
                    195: - IDE improvements:
                    196:   - Support for second drive (IDE slave)
                    197:   - WIN_FORMAT command (allows HD Driver to format IDE drives)
                    198: - GEMDOS HDD emulation:
                    199:   - Minor fixes to Fseek(), Fopen(), Fdatime() (e.g. Pure debugger works)
                    200:   - On TOS v4 Fread() size arg is unsigned, on earlier TOS its signed
                    201:     (bad code can use -1L to read whole file instead getting fail on TOS4)
                    202:   - Prevent DTA and read/write functions accessing invalid memory areas
                    203:   - Programs can now change read-only files to be writable
                    204: - Falcon sound emulation:
                    205:   - Microphone (jack) emulation in Falcon mode (requires portaudio library)
                    206:   - SSI direct sound entrance ("Audio Fun Machine" and winrec are working)
                    207:   - DMA sound recording
                    208:   - Crossbar handshake mode transfers
                    209: - Max VDI rez increased to TT-hi size (1280x960)
                    210: - 68020+FPU changed to 68EC030+FPU (no MMU 030) for Falcon and TT modes
                    211:   (Some Falcon programs didn't work with 020)
                    212: - Video emulation on STF/STE:
                    213:   - correctly shift the screen 4 pixels to the left when left border is removed
                    214:   - add support for STE's 224 bytes overscan line without stabilizer
                    215:   - when reading $ff8205/07/09 on STE, take into account the value
                    216:     of horizontal scrolling/prefetch and linewidth
                    217:   - when writing to $ff8205/07/09 on STE, correctly handle the case
                    218:     where the write is made while display in ON
                    219: - LMC1992 emulation / STE sound filtering
                    220: 
                    221: Emulator:
                    222: - Host mouse is centered to Hatari window on Falcon resolution changes
                    223:   (helps in synchronizing host and emulated mouse positions)
                    224: - Toggling fullscreen doesn't unpause paused emulation
                    225: - Falcon/TT resolution zooming is now controlled by separate options for
                    226:   monitor aspect ratio correction and maximum zoomed Hatari window size.
                    227:   This can reduce Hatari window resolution size changes significantly and
                    228:   makes e.g. FUN's Alive demo viewable in fullscreen mode.  Limits for
                    229:   window size are also checked to see whether ST/STE low rez should be
                    230:   zoomed and how much of borders can be shown (when borders enabled)
                    231: - Split the Screen dialog into two separate dialogs, one for Atari
                    232:   monitor emulation setup and one for Hatari window setup
                    233: - GEMDOS drive emulation:
                    234:   - support long host directory names and much improved long filename support
                    235:   - convert host filename chars invalid in TOS to valid ones ('@')
                    236:   - use TOS filename matching instead of glob() (can match names with [])
                    237: - Options for preventing floppy image (--protect-floppy) and GEMDOS
                    238:   emulated drive directory (--protect-hd) modifications
                    239: - AVI file recording:
                    240:   - video can be stored as BMP or as PNG images
                    241:   - audio is stored as 16 bits stereo PCM
                    242: - Statusbar shows CPU type & speed
                    243: - Can create blank 2.88MB (ED) and 1.44MB (HD) floppy images
                    244:   from the GUI in addition to DD & SD images.  After creating
                    245:   new floppy image, one can directly insert it to A: or B:.
                    246: - Tracing for BIOS, XBIOS, GEMDOS and VDI traps gives in addition
                    247:   to the opcode, also the name of the corresponding OS function
                    248: - Major debugger improvements:
                    249:   - TAB-completion for debugger commands, command arguments and
                    250:     symbol names. Requires readline library
                    251:   - "parse" command and --parse Hatari command line option to
                    252:     execute debugger commands from a file
                    253:   - "stateload" and "statesave" commands for memory snapshots
                    254:   - "trace" command for tracing what the emulated code does
                    255:   - "symbols" command for loading and listing CPU & DSP code & data
                    256:     symbols/addresses.  Code symbols are shown on CPU & DSP disassembly
                    257:     and code & data symbols can be used in breakpoints
                    258:   - "evaluate" command for doing calculations. Register and symbol
                    259:     names in expressions are replaced by their values. '$' will be
                    260:     TAB-completed to last 'evaluate' command result
                    261:   - "cd" command to change Hatari work directory
                    262:   - "exec" command to execute shell commands (ENABLE_SYSTEM_DEBUG_CALL)
                    263:   - "info" command for showing Atari HW and OS information
                    264:   - "lock" command for setting what information is shown every time on
                    265:     entering the debugger, e.g. disassembly or memdump from given address.
                    266:     "regaddr" argument does that from address pointed by given register
                    267:   - improved register name handling + fixed DSP reg name matching
                    268:   - if both sides of conditional breakpoint condition are identical, replace
                    269:     right side with current value of given expression (e.g. if it's "d0",
                    270:     use current D0 value).  If the comparison is for inequality ("!"),
                    271:     output the value & break only when the value changes from the previous
                    272:     value (not original like with other comparisons).  Symbols support
                    273:   - ":trace" option to trace/output breakpoint hits without breaking
                    274:   - breakpoints count hits and can be optionally removed after first hit
                    275:     (":once" option) or triggered only on every Nth hit (":<count>" option)
                    276:   - dsp/address command is a shortcut for conditional breakpoints and its
                    277:     argument can be an expression (see "evaluate" above)
                    278:   - Display DSP instructions cycle timings in disasm mode (in cycles)
                    279:   - Configuration options for how many lines to disasm & memdump
                    280: - Fix VBLs/s counting to work also when --run-vbls isn't used
                    281: 
                    282: Other changes:
                    283: - Considerably expanded debugging and hard disk sections in manual
                    284: - CMake build support, this fixes OSX building and adds support
                    285:   for building Hatari in different directory from the sources
                    286: - Removed autotools usage/support, added CMake "configure" script
                    287: - Hatari remote control programs updates (see their own release notes
                    288:   for details)
                    289: 
                    290: 
1.1.1.12  root      291:  Version 1.3.1 (2009-09-05):
                    292:  ---------------------------
                    293: 
                    294: This is only a bug fix release:
                    295: - GEMDOS HD emulation works together with ACSI HD image again
                    296: - Fix incorrect use of DESTDIR in python-ui installation
                    297: - Fix memdump/disasm in python-ui
                    298: 
1.1.1.10  root      299: 
1.1.1.11  root      300:  Version 1.3.0 (2009-08-16):
                    301:  ---------------------------
                    302: 
                    303: Emulation:
                    304: - Hugely improved DSP emulation:
                    305:   - Many more DSP using games/demos/apps work now
                    306:   - Preliminary sound support (e.g. most DSP based .MOD-playback works)
                    307:   - Better cycle counting / accuracy
                    308:   - Many speed improvements
                    309: - Major rewrite of the internal work/structures of video.c :
                    310:   - Allow to mix 50/60 Hz lines of 508/512 cycles and to keep correct
                    311:     video/cpu sync (fixes TCB in SNY, DI in MindBomb, TEX in Syntax Terror).
                    312:     This also adds support for dynamic calculation of HBL/Timer B positions
                    313:     when freq/res are changed (fixes SHFORSTV by Paulo Simoes)
                    314:   - Improved Timer B accuracy when starting it in a rare case
                    315:   - Handle end of line as well as start of line for Timer B
                    316:     in event count mode (using MFP's AER) (fixes Seven Gates Of Jambala)
                    317:   - Add another 'O byte' line method (fixes No Buddies Land)
                    318:   - Some more color alignment with the shifter when using movem.w/movem.l
                    319:     (for spectrum512 like images)
                    320: - Improved Blitter timings / cycles counting
                    321: - GEMDOS emulation can emulate appropriately named host subdirectories
                    322:   as separate partitions
                    323: - Bug fixes for GEMDOS HD emulation Fopen and Fseek calls
                    324: 
                    325: Emulator:
                    326: - DSP changes:
                    327:   - DSP state saved to memory snapshots
                    328:   - Threading support removed from DSP emulation (for better synchronization)
                    329: - "keyDebug" configuration file setting was renamed to "keyPause"
                    330: - Major debugger improvements:
                    331:   - Invoked with AltGR+Pause. New "keyDebugger" configuration file setting can
                    332:     be used to change this
                    333:   - Show PC/HBL/VBL/cycles when entering debugger
                    334:   - Support multiple number bases. By default values are expected in
                    335:     decimals; $-prefix is needed for hexadecimal and %-prefix for binary
                    336:     values.  Default number base can be changed
                    337:   - Internal debugger can be used to debug also DSP code
                    338:   - Support for (PC) address breakpoints and conditional breakpoints
                    339:     (watchpoints), both on CPU and DSP. Watchpoints support multiple
                    340:     conditions, register & memory values and some internal Hatari
                    341:     variables like VBL, HBL, LineCycles, FrameCycles
                    342:   - Support for stepping CPU and DSP code
                    343: - Emulated programs can now change Hatari options like --fast-forward,
                    344:   --trace etc. by giving a suitable Hatari command line string to
                    345:   XBios call 255.  This is enabled when Hatari is started with
                    346:   the --bios-intercept enabled
                    347: - Support Videl horizontal fine scrolling for 16 bpp and 32 bpp host screens
                    348: - Process successive motion events before returning from event handler
                    349:   (to fix analog joystick jitter slowing Hatari input processing)
                    350: - FPS measurement shown when emulation is paused & --run-vbls option
                    351: - Mouse grab option (--grab)
                    352: - Some fixes for building Hatari with MS-VC6 and for the Wii
                    353: - Statusbar assert (bug #15512) fixed
                    354: - Reworked the main dialog of the GUI and split the disk dialog into two
                    355:   separate dialogs, one for floppy setup and one for hard disk setup
                    356: 
                    357: Utilities:
                    358: - New atari-hd-image.sh script for creating HD image files
                    359: - External Python GUI and CLI interfaces for Hatari in main repo
                    360: 
                    361: Documentation:
                    362: - Debugging and performance sections added to manual
                    363: 
                    364: 
1.1.1.10  root      365:  Version 1.2.0 (2009-01-24):
                    366:  ---------------------------
                    367: 
                    368: - The Hatari project has been moved from hatari.sourceforge.net to
                    369:   http://hatari.berlios.de. Please update all bookmarks!
                    370: - New zip2st.sh shell script for converting .ZIP files into .ST disk images
                    371: - Fixed a bug that could write data to the wrong disk image (resulting
                    372:   in data loss)
                    373: 
                    374: Emulation:
                    375: - MIDI input supported in addition to output; --midi option is now
                    376:   replaced with separate --midi-in and --midi-out options
                    377: - Support for STE hardware horizontal scrolling in medium res
                    378: - Make the FDC Read Address command always return success, even if
                    379:   we don't really return the correct bytes for now (fixes a few game loaders)
                    380: - Improved shadow register when writing to the YM2149 (fixes X-Out music)
                    381: - Cleaner blitter code with improved timings
                    382: - Emulation of interrupts jitter for HBL and VBL + improved timing accuracy
                    383: - Improve color alignment with the shifter (for spectrum512 like images)
                    384: - Fix to the fire button detection reported in some games
                    385: - Added IDE hard disk emulation
                    386: 
1.1.1.11  root      387: Emulator:
                    388: - Pause/unpause shortcut
                    389: 
1.1.1.10  root      390: 
1.1.1.9   root      391:  Version 1.1.0 (2008-11-29):
                    392:  ---------------------------
                    393: 
                    394: Emulation:
                    395: - Falcon DSP emulation good enough to improve some few games/demos, e.g.
                    396:   Virtual City. (most still work better with emulation disabled, though)
                    397: - New sound engine that fixes all problems with the old one
                    398: - 16-bit stereo sound (instead of 8-bit mono)
                    399: - Improved blitter emulation (blitter cycles emulation, blitter interrupt)
                    400: - Improved STE support for some video registers (hscroll, linewidth, ...)
                    401: - Improved printer emulation
                    402: - Improved STE microwire emulation
                    403: - Improved support for games & demos which are accessing IKBD directly
                    404:   (including a fake 6301 emulation for the known IKBD programs)
                    405: - ACSI emulation fix to get HDDriver working
                    406: - Some other minor bugfixes to ST/STe emulation (FDC, MFP, PSG, RS-232)
                    407: - Improved MFP emulation
                    408: - Improved 68k emulation (move.b Ax,(Ay) and extb.l)
                    409: - Fixed bugs in the GEMDOS HD emulation (Pexec() etc.)
                    410: 
                    411: Emulator:
                    412: - Statusbar and overlay led features
                    413: - Screenshots work also in VDI/TT/Falcon mode and are saved as PNGs
                    414: - Support for automatic frameskip and pausing emulation
                    415: - Support for embedding Hatari window (on X11) and control socket
                    416: - Improved memory snapshot function
                    417: - Improved the "trace" debug function
                    418: 
1.1.1.7   root      419: 
1.1.1.8   root      420:  Version 1.0.1 (2008-03-30):
                    421:  ---------------------------
                    422: 
                    423: - This is just a bug-fix release, without new features.
                    424: - Fixed some compile problems on non-unix-like systems (like MingW).
                    425: - Fixed crashes in Spec512 emulation code ("Dan Dare 3" and little endian ARM).
                    426: - Blitter source address is not incremented anymore in operation mode 0 and 15.
                    427: - STE small overscan video effect is now displayed on the left side instead
                    428:   of the right side (fixes "Just Musix 2" menu for example).
                    429: - Hatari now works on 256 color displays right again.
                    430: - Fixed PSG mirror register emulation (fixes e.g. sample sound in "Ooh Crikey
                    431:   Wot A Scorcher" demo).
                    432: 
                    433: 
1.1.1.7   root      434:  Version 1.0.0 (2008-03-17):
                    435:  ---------------------------
                    436: 
                    437: - The user's configuration files are now located in the directory ~/.hatari/
                    438:   instead of the $HOME directory itself.
                    439: - Improved VDI resolution mode (resolution can now be change in small steps).
                    440: - The 'Frame Skip 8' option can now be correctly selected, too.
                    441: - Fixed some bugs/problems in the GEMDOS HD emulation (with Fopen & Fcreate).
                    442: - Keyboard shortcuts for saving and restoring memory snapshots.
                    443: - Hatari can now be compiled with CeGCC, too.
                    444: - Fixed some problems with the FPU emulation. NeoN Grafix renders now right.
                    445: - Writing to floppy disk images works now also with TOS 4.0x.
                    446: - A lot of source code clean-up and beautification.
                    447: - Monochrome mode now runs in 71 Hz, and 60 Hz color mode now also really runs
                    448:   with 60 Hz refresh rate.
                    449: - Fixed memory snapshot files (some important data has not been saved before).
                    450: - It is now possible to automatically load/save memory snapshots at start/exit.
                    451: - Fixed some bugs in the file selection dialog.
                    452: - Some minor improvements in the GUI: Improved text edit fields, "Cancel"
                    453:   buttons can now be activated by pressing the ESC key, and Hatari asks the
                    454:   user before resetting and quitting the emulator.
                    455: - The Hatari executable is now relocatable (so the RPM can be relocated, too).
                    456: - It's now possible to enable special trace output with the "--trace" option.
                    457: - The size of the borders can now be specified in the hatari.cfg file.
                    458: - Fixed Spec512 screen plotting on big endian machines.
                    459: - Native screen conversion functions for 32 bpp host display mode.
                    460: - Reworked the command line options.
                    461: - Added missing read for "clr" in 68000 CPU mode.
                    462: - Cycle correct MULU/MULS/DIVU/DIVS in 68000 CPU mode.
                    463: - Support for 68000 instructions pairing
                    464: - Better emulation of exception stack frame (bus/address error), used in some
                    465:   protections.
                    466: - Don't change illegal 68000 opcodes $8, $a and $c if no cartridge is inserted.
                    467: - Ensure ACIA has consistent values when reset.
                    468: - More precise interrupt handling, allowing to mix CPU cycles and MFP cycles
                    469:   with greater precision.
                    470: - Various improvements in MFP emulation (stop/start timer without writing to
                    471:   data register, reading data register, handle pending cycles when timer
                    472:   "wraps" (i.e. data register reaches 0), ...). Supports programs using some
                    473:   very "fast" timers (Overscan Demos, ULM Demos) and requiring nearly cycle
                    474:   exact synchronisation with the 68000.
                    475: - Mostly correct wait states when accessing sound registers (add wait state for
                    476:   $ff8801/ff8803 when needed).
                    477: - Correct values of cycle counters read & write accesses for the most common
                    478:   cases used for fullscreen/hardscroll.
                    479: - Correct values for Video_CalculateAddress, taking into account frequency and
                    480:   left/right borders' state, needed for correct synchronisation between video
                    481:   and cpu.
                    482: - Improve top/bottom border removal, including 60 Hz bottom border, as well as
                    483:   "short" 50 Hz screen (171 lines)
                    484: - Support for all left/right border removal, including 0 byte lines.
                    485: - Support for hardscroll on STF, including the most recent ones using 4/5 lines.
                    486: - Support for 4 pixels horizontal hardscroll on STF (ST Connexion in Punish
                    487:   Your Machine)
                    488: - Small adjustements in cycle precise color handling (spec512.c)
                    489: 
                    490: 
                    491:  Version 0.95 (2007-05-12):
                    492:  --------------------------
                    493: 
                    494: - This release brings you basic Atari TT and Falcon emulation!
                    495:   Please note that both new emulation modes are still highly experiemental,
                    496:   some few games and demos work, but most still have more or less big
                    497:   problems.
                    498: - Basic emulation of Falcon video shifter (Videl), NVRAM and DMA sound is in
                    499:   place. The biggest drawback: There is no working Falcon DSP emulation yet.
                    500: - Screen/Shifter emulation timings have slightly been changed. Some things
                    501:   now work better, some others work worse...
                    502: - Some patches for compiling on RiscOS and AmigaOS have been included.
                    503: - Compiling Hatari for Windows now works better.
                    504: - Added Hatari icon (hatari-icon.bmp).
                    505: - Fixed "movec" bug in 68020 CPU mode.
                    506: - Keyboard shortcuts for loading & saving memory snapshots (AltGr+k & AltGr+l).
                    507: - The built-in debugger has been slightly improved to be more user-friendly.
                    508: - Added "hmsa" tool - a little program for converting .MSA files to .ST and
                    509:   vice versa.
                    510: 
                    511: 
1.1.1.6   root      512:  Version 0.90 (2006-08-22):
                    513:  --------------------------
                    514: 
                    515: - Better Spectrum 512 support (60Hz support, improved I/O memory waitstates).
                    516: - STE right border opening support (used in Obsession, Pacemaker).
                    517: - Blitter Smudge mode support (used in Pacemaker demo).
                    518: - Wheel-mouse simulates cursor up and down.
                    519: - Work-around to FDC handling, --slow-fdc option is not anymore needed.
                    520: - Bugfix to MFP, sound works now in more YMRockerz releases.
                    521: - Bugfix to GEMDOS path handling (Hatari SIGSEGV).
                    522: - Bugfix to emulated memory initialization (4MB was cleared earlier, now
                    523:   exactly the amount set up for Hatari.  Saves memory on embedded systems
                    524:   if less than 4MB is specified.)
                    525: - Re-written command-line option handling.
                    526: - (Again) lots of code const/static, type usage and indentation cleanup.
                    527: - Preliminary support for TOS 3.0x and 030 TT software that runs in ST
                    528:   resolutions and doesn't need PMMU.
                    529: - Native GUI for Mac OSX.
                    530: - ACSI emulation fixes to get HD formatting to work with AHDI 5. HD emulation
                    531:   now works quite fine with AHDI 5 (but other HD drivers are currently not
                    532:   supported).
                    533: - Joystick shortcut changed to toggle cursor emulation between ports 0 and 1.
                    534: - Keys for all Hatari shortcuts can now be configured from hatari.cfg.
                    535: - Added command line option for setting ST keyboard mapping.
                    536: - Joystick command line option requires now parameter for a port for which
                    537:   the joystick cursor emu is enabled.
                    538: - Fixed relative mouse event handling in zoomed low-rez.
                    539: - Hatari shows now more of the bottom borden (screen size is now 384x276
                    540:   instead of 384x267).
                    541: - Fixed sync delay timings - sound should now be better (e.g. on Mac OS X).
                    542: - Added basic support for compiling Hatari with MinGW.
                    543: 
                    544: 
1.1.1.5   root      545:  Version 0.80 (2005-10-12):
                    546:  --------------------------
                    547: 
                    548: - Support for STE hardware emulation: STE palette, STE shifter (horizontal fine
                    549:   scrolling, split screen effects), DMA sound and STE joypads.
                    550:   See the manual for a list of working STE applications/games/demos.
                    551: - Hatari can now emulate up to 14 MiB ST RAM instead of only 4 MiB.
                    552: - Support for parallel port joysticks.
                    553: - Improved GEMDOS HD emulation (added Fattrib() call).
                    554: - Adding and removing a GEMDOS or ACSI hard disk should now work correctly.
                    555: - Re-factoring of the screen conversion functions.
                    556: - Improved manual: Now with screenshots of the options dialogs.
                    557: 
1.1       root      558: 
1.1.1.4   root      559:  Version 0.70 (2005-06-05):
                    560:  --------------------------
                    561: 
                    562: - As always: Code cleanup and bug fixes.
                    563: - No more crashes when a program tries to access illegal sector numbers.
                    564: - Improved built-in ROM cartridge.
                    565: - Rewrote the IO memory emulation code -> Better compatibility.
                    566: - Support for TOS 1.06 and TOS 1.62
                    567: - Emulated CPU can now also be run at 16 MHz or 32 MHz.
                    568: - File selection dialog scrollable with mouse wheel or cursor keys, too.
                    569: - Hatari now works on 64-bit host CPUs, too.
                    570: - Floppy disk images can now be set writable/write-protected in the GUI.
                    571: - Hatari can now also load a global configuration file (e.g. /etc/hatari.cfg).
                    572: - Configurable logging functions.
                    573: 
                    574: 
1.1.1.3   root      575:  Version 0.60 (2004-12-19):
                    576:  --------------------------
                    577: 
                    578: - Again some code cleanup and bug fixes.
                    579: - Window/fullscreen mode is now correctly initialized from the configuration
                    580:   file.
                    581: - Added --window command line option to force a start in window mode.
                    582: - Added alert boxes to show warnings, errors and information messages.
                    583: - PC mouse pointer is now better in sync with the ST mouse pointer.
                    584: - It's now possible to load an alternative cartridge image file.
                    585: 
                    586: 
1.1.1.2   root      587:  Version 0.50 (2004-07-26):
                    588:  --------------------------
                    589: 
                    590: - A lot of internal code cleanup and bug fixes.
                    591: - Added a dialog for creating new blank floppy disk images.
                    592: - The source code has been optimized for better emulation speed.
                    593: - Added RS232 emulation (still very experimental and not very well tested! It
                    594:   seems not to work reliable yet. Help for debugging is very appreciated!).
                    595: - Some bugs in the 68000 emulation have been fixed.
                    596: - The emulator now checks for double bus errors and stops the emulation if
                    597:   necessary (instead of crashing the emulator).
                    598: - Timer-D is now patched correctly again.
                    599: - The old font has been replaced by two new fonts so that the GUI now looks
                    600:   better in high resolutions.
                    601: - The fonts are now linked into the executable.
                    602: - Added support for DIM floppy disk images.
                    603: 
                    604: 
                    605:  Version 0.45 (2003-10-30):
                    606:  --------------------------
                    607: 
                    608: - This is just a minor release on the way to version 0.50. It is not very
                    609:   well tested, so be warned!
                    610: - New build system (with a "configure" shell script).
1.1.1.5   root      611: - A disk image destroying bug in the MSA compression function has been fixed.
1.1.1.2   root      612: - It is now possible to redirect the printer output into a file.
                    613: - Experimental MIDI output support.
                    614: - Added the possibility to save memory snap shots.
                    615: - Pending HBL and VBL interrupts are now emulated correctly (I hope).
                    616: - Some speed improvements.
                    617: - GEMDOS HD emulation now also works with EmuTOS.
                    618: 
                    619: 
1.1       root      620:  Version 0.40 (2003-07-11):
                    621:  --------------------------
                    622: 
                    623: - Support for ZIP and GZIP compressed disk images!
                    624: - Configuration file support for loading and saving the emulator settings.
                    625: - Hatari now works on machines with Sparc CPUs, too.
                    626: - Fixed a problem that slowed down the emulator in monochrome mode when using
                    627:   TOS 2.06.
                    628: - Inverted monochrome mode is now supported, too (some games like Maniac
                    629:   Mansion use this).
                    630: - Added Mega-ST compatible real time clock (RTC) emulation.
                    631: - The GEMDOS HD emulation has been improved (it now also works with lower-case
                    632:   file names) and many bugs have been fixed there.
                    633: - Improved keyboard mapping (added mapping via PC keyboard scancode and via
                    634:   reloadable mapping files).
                    635: - The screen rendering routines have been generalized (less differences between
                    636:   windowed and fullscreen mode).
                    637: - Hatari can now be cross-compiled, too. You can even compile it for MiNT now.
                    638:   However, it does not run very well there yet.
                    639: - Support for RAM TOS images.
                    640: - Improved memory mapping (the different memory regions should now behave much
                    641:   more like on a real ST).
                    642: - Improved M68k exceptions (bus errors and exception cycle timings).
                    643: - Fixed some bugs in the extended VDI resolution mode (now it is working with
                    644:   EmuTOS, too).
                    645: - Some games that poll the write-protection signal of the FDC to check for
                    646:   disk changes should now be working, too.
                    647: 
                    648: 
                    649:  Version 0.30 (2003-03-12):
                    650:  --------------------------
                    651: 
                    652: - Some parts of the code accessed the SR directly to read the IPL -
                    653:   however the UAE CPU core only updates the SR when doing a MakeSR() first.
                    654:   So this is done in the affected code parts now, too.
                    655: - The IPL wasn't raised when a MFP interrupt occured - fixed now.
                    656: - Full screen resolution for ST-Low can now be selected from the screen setup
                    657:   dialog.
                    658: - The IKBD emulation does not longer duplicate joystick fire buttons when
1.1.1.9   root      659:   a game tries to use both, joystick and mouse
1.1       root      660: - Improved audio timer function - the code should now be a little bit faster.
                    661: - Resynced Hatari's UAE CPU core with UAE 0.8.22 - this fixes some bugs in 68k
                    662:   instructions like ABCD and SBCD.
                    663: - Added patches for TOS 2.05 so that this TOS version should now work, too.
                    664: - Rewrote TOS patching routine. It is much more flexible now.
                    665: - Removed 0xa0ff opcode for VDI resolutions; using GEMDOS_OPCODE now instead.
                    666: - Fixed MMU RAM size configuration bug.
                    667: - Rewrote some more screen conversion functions in C.
                    668: - When a bus or address error occurred, the PC was often not set to the
                    669:   right exception handler routine. This has been fixed now.
                    670: 
                    671: 
                    672:  Version 0.25 (2002-12-30):
                    673:  --------------------------
                    674: 
                    675: - Patches for big endian systems (Spectrum 512 pictures are now working there).
                    676: - Hatari now also compiles and runs under Mac OS X.
                    677: - Blitter emulation has been added.
                    678: - There is now the possibility to save YM or WAV sounds.
                    679: - Big VDI resolutions (e.g. 800x600) are now supported, too.
                    680: 
                    681: 
                    682:  Version 0.20 (2002-02-18):
                    683:  --------------------------
                    684: 
                    685: - Added graphical user interface for configuration of the emulator settings.
                    686: - Real joysticks can now also be used to simulate the ST joysticks.
                    687: - Yet another bugfix for BeOS (lseek again...)
                    688: - Support for hard disk images.
                    689: 
                    690: 
                    691:  Version 0.11 (2001-10-10):
                    692:  --------------------------
                    693: 
                    694: - High level (GEMDOS) harddisk emulation.
                    695: - ST-Med/ST-Low mixed mode now works.
                    696: 
                    697: 
                    698:  Version 0.10 (2001-08-16):
                    699:  --------------------------
                    700: 
                    701: - Improved CPU cycles emulation.
                    702: - Added Spec512 support.
                    703: - Some keyboard shortcuts.
                    704: - Added the possibility to switch between fullscreen and window mode.
                    705: - ST Medium resolution conversion routine.
                    706: - Built-in debugger.
                    707: - Added possibility to grab screenshots.
                    708: - Sound support (not working very well yet).
                    709: 
                    710: 
                    711:  Version 0.05 (2001-06-01):
                    712:  --------------------------
                    713: 
                    714: - Joystick emulation via cursor keys.
                    715: - ST-LOW resolution conversion routine is now working on big-endian machines.
                    716: 
                    717: 
                    718:  Version 0.04 (2001-05-27):
                    719:  --------------------------
                    720: 
                    721: - Added Stefan Berndtsson's patch for big-endian machines.
                    722:   Hatari now runs also with non-x86 Linux machines! Thanks Stefan!
                    723: - Rewrote the ST-LOW resolution conversion routines in C ==> ST-LOW now works!
                    724: - Added some of the WinSTon patches Paul Bates recently published
                    725:   at the WinSTon BBS (Thanks to Ladislav Adamec for the hint).
                    726: - Cleaned up the source tree a little bit.
                    727: 
                    728: 
                    729:  Version 0.03 (2001-04-03):
                    730:  --------------------------
                    731: 
                    732: - Rewrote some more assembler functions. FDC emulation now works!
                    733: - SDL Keyboard code finished and included a SDL-Key -> ST-Scancode table.
                    734: - Added mouse support.
                    735: 
                    736: 
                    737:  Version 0.02 (2001-03-28):
                    738:  --------------------------
                    739: 
                    740: - Added very simple SDL support.
                    741: - Rewrote a lot of assembler functions in C (e.g. intercept.c).
                    742: - Adapted the UAE CPU. Now Hatari is able to boot a TOS 1.0x ROM, the
                    743:   Desktop shows up, but no mouse and keyboard interaction yet.
                    744: 
                    745: 
                    746:  Version 0.01 (2001-03-21):
                    747:  --------------------------
                    748: - Made the WinSTon source code compilable with GNU-C.
                    749: - Added the UAE CPU sources.
                    750: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.