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

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

unix.superglobalmegacorp.com

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