Annotation of uae/src/ChangeLog, revision 1.1.1.26

1.1.1.26! root        1: A10805 Implement a way not to block on sound output, using the time for m68k
        !             2:        cycles instead.
        !             3:        Remove "config.h" and all of its #includes.
        !             4:        Merge various audio bits from E-UAE, including sinc interpolation.  Add
        !             5:        GUI support for it.
        !             6:        Merge random other changes from E-UAE.
        !             7:        Revert previous playfield delay changes which broke the RSI demo.
        !             8:        When setting picasso mode in xwin and sdlgfx, check whether we keep the
        !             9:        same dimensions, and skip the shutdown/init cycle if so.
        !            10:        Kill 8 bit audio support.
        !            11: A10804 Make fullscreen and windowed graphics configurations independent.
        !            12:        Fix some issues with SDL and fullscreen.
        !            13:        Move call to InitPicasso out of reset_drawing.
        !            14:        Use gettimeofday for the max CPU setting, rather than rdtsc - at least
        !            15:        if it is accurate enough.
        !            16: A01111 Fixes to compile with gcc-4.1.
        !            17: A00707 Imported keymap stuff from euae.
        !            18: 9F0704 Playfield delay code imported from WinUAE.
        !            19:        If produce_sound is 0, kill audio event on state restore.
1.1.1.25  root       20: 9F0702 Deleted really old mousehack (sprite follow) code, since there are a
                     21:        number of better alternatives today and it didn't work so well with
                     22:        the inputdevice stuff.
                     23:        leds_on_screen can be toggled in the GTK UI; hscale widths fixed.
                     24:        Lose 24bit checkbox; use 68EC020 names.  Disable Z3 and P96 memory when
                     25:        using EC CPU.  CPU type settings take effect only after reset.  68000
                     26:        mode is always slow but compatible.
                     27:        Some state save changes merged from WinUAE.
                     28: 9F0701 Imported inputdevice code from WinUAE; Linux specific inputdevice code
                     29:        partly from EUAE.  Breaks the autofire stuff I added :-/
                     30:        uae_reset now takes an argument.
                     31:        Imported more romlist code and a few other bits and pieces from WinUAE.
                     32:        Removed memory-smashing remains of AHI.
1.1.1.24  root       33: 9F0629 Adapt autofire logic a little to work better with my new four-button
                     34:        Competition Pro.
                     35:        More small and relatively unimportant differences merged from WinUAE.
                     36:        Delete more fast_copper pieces that escaped the previous purge.
                     37: 9F0317 Fix bsdsocket compilation problems.  Include picasso96.h in
                     38:        inputdevice.c.
                     39: 9F0211 Add NOINLINE macro.  Turns out gcc-3.3.3 likes to inline large functions
                     40:        but not small ones so we have to mess with noinline and always_inline
                     41:        attributes.  Fish.
                     42: 9E1113 Compile with gtk-2.0.
                     43: 9E1024 Remove fast copper code.
                     44:        Created inputdevice.c; moved over some code from custom.c.
                     45:        Merge further small pieces from WinUAE.
1.1.1.23  root       46: 9E1011 ALSA sound and SDL sound fix from Heikki Orsila.
                     47: 9E1010 Remove AHI code from audio.c; WinUAE didn't end up using it so there's
                     48:        no point keeping it around.
                     49:        Clear registers on reset; use calloc in mapped_malloc.
                     50:        Work around REGPARAM problems with newer compilers.
                     51:        Lose cpuopti, no point on current hardware and gcc breaks it too often.
                     52:        Upgrade to newer version of autoconf (ugh).
                     53:        Remove option stereo to sound_stereo to match WinUAE.
                     54:        Make some variables static in cia.c.
                     55:        Rename BPLPT[LH] to BPLxPT[LH], again to match WinUAE.
                     56:        Import new identify.[ch] from WinUAE.
                     57:        Move over exception and prefetch handling from WinUAE.  Also remove last
                     58:        traces of old (pre-Bernie) JIT compiler.
                     59:        Import most of WinUAE's debugger.
                     60: 9C1003 gcc3 broke lots of optimizations.  Fix the lossage by making
                     61:        STATIC_INLINE contain the new always_inline attribute.
1.1.1.22  root       62: 9C0702 Correct an overflow problem in the CIA code.
                     63: 9C0407 Sprite code updates; correct CIA memory access handlers (Toni).
                     64: 9C0306 Make w/d representable for fsdb_win32.
                     65:        Don't reorder children of directories; this causes duplicates in
                     66:        exnext.
                     67:        Reorder the code for the 9/10 vsynctime hack a bit.
                     68:        Add code from Toni to remember the last value written to a custom
                     69:        register and to return it when reading from a write-only reg - this
                     70:        seems to match actual hardware behaviour.
                     71:        Add some more blitter tweaks (Toni).
                     72: 9C0227 When waking up the copper from a blitter wait, recheck that vpos is
                     73:        larger than vcmp - especially with masking going on, this may not be
                     74:        the case.
                     75:        X11: When changing picasso resolution, reinitialize everything - our
                     76:        bitmap might be too small otherwise.
                     77:        When configuring hardfiles, use specified blocksize, not 512 (Toni).
                     78:        In SPRxCTL_1, don't examine vstart position before computing it (Toni).
                     79: 9C0225 Some cfgfile fixes, more blitter timing changes and one big sprite
                     80:        statemachine update from Toni.
                     81:        Some copper timing fixes.
                     82:        Fix flag bit confusion in action_fh_from_lock (taken from earlier
                     83:        WinUAE).
                     84: 9C0220 Blitter timing update from Toni.
                     85:        Copper timing "theory" changed (me/Toni).
                     86:        If we have a rdtsc insn, always synchronize with realtime in
                     87:        vsync_handler.
                     88:        Don't reset the lof bit when restoring state.
                     89:        When restoring disk image names, put them in changed_prefs (Toni)
                     90:        Return error in action_seek if trying to seek past end of file (Bernd
                     91:        Roesch).
                     92:        SDL fixes by Maik Qualmann.
                     93:        Fix for gtk warnings when updating floppy LEDs (Maik Qualmann).
1.1.1.21  root       94: 9C0216 Fix the clockspeed detection - we were getting lots of alarm signals
                     95:        even after it had finished.
                     96:        Some tweaks for the GUI - and also fix the problem with waiting on the
                     97:        GUI semaphore even if no GUI is present...
                     98:        More accurate blitter timing (Toni).
                     99:        Support for A1000 bootrom and CDTV/CD32 extended ROMs (Toni).
                    100:        Fix filesystem lockup with "copy dh0: ram: all".
                    101:        Fix for JIT and more than 2MB chipmem from Toni
                    102:        Make fsdb_win32 accept more valid Windows filenames (Toni).
                    103: 9C0215 Fix filesystem reset code that used to access freed memory.
                    104: 9C0213 gtk UI fixes from Maik Qualmann.
                    105: 9C0113 Configury & bsd compilation fixes from Krister Walfridsson.
                    106:        Match up lock/unlock calls in wgfx_do_flushline (found by Axel
                    107:        Doerfler).
                    108:        Fix potential crash taking strlen of NULL in filesys.c (Axel Doerfler).
                    109:        Set diskdmaen to 0 in dsk_dmafinished (Toni).
1.1.1.20  root      110: 9B1230 lockscr/unlockscr fixes in drawing.c.
                    111:        Add sdlgfx from Bernd [4] Lachner.
                    112:        Filesystem asm code improvements from Toni (make it pic, call
                    113:        setup_exter earlier in the boot sequence, etc.)
                    114:        Also add Toni's patch to make rtarea position configurable (keep it
                    115:        at 0xF00000 for now, though).
                    116:        Avoid installing filesystem stuff if user didn't request to mount
                    117:        directories.
                    118:        BEAMCON0 is only available with ECS Agnus.
                    119:        Revert some bogus parts of the write_log patch.
                    120: 9B1219 Add some missing clipping to the Picasso code.
                    121:        Limit number of illegal-mem warnings.
                    122: 9B1217 Fix the GUI crash when changing floppies.
                    123:        Changes to support programs that change between HAM/no HAM in the
                    124:        middle of a line.
                    125:        Some bug fixes, and a big fprintf->write_log patch from Alex Kazik.
1.1.1.19  root      126: 9B1125 Panning support for Picasso96 (in part from WinUAE).
                    127:        More state save fixes from Toni, and a small disk.c update as well
                    128:        which corrects track/gap lengths.
                    129:        More evolution of the AHI code.
                    130: 9B1124 Merged a few more small pieces from WinUAE (larger pieces in case of
                    131:        the Picasso code).
                    132:        CLXCON2 was never called or statesaved.  Fixed by Toni.
                    133:        Sound sample frequency now always based on PAL timings.
                    134: 9B1123 Goodness!  Massive memory corruption bug in picasso96.c - passing
                    135:        last color changed to DX_SetPalette instead of count.
                    136:        Fixes for the AHI code.
                    137:        Changed prefetch emulation to be more similar to the one MAME uses.
                    138:        Trace mode fixes (Bernd Roesch & myself).
                    139: 9B1122 Redo the ExNext code in the filesystem to make sure we always match
                    140:        opendir with closedir and to fix some renaming problems.
                    141:        Fix hd changing code in gtkui.
1.1.1.18  root      142: 9B1121 Mini-merge of noncontroversial WinUAE filesys.c code.
                    143:        Add harddisk page to gtkui.  Also change gui behaviour to wait for
                    144:        the user to unpause before starting the emulator.
                    145:        Add Toni's drive-led display.
                    146:        Fixed a rather amazing source of crashes (we could fail to notice
                    147:        the end of the frame in some cases).
                    148:        Default to scanline mode.
                    149:        Some tweaks to the SDL driver and the Win32 gui, mostly buffer-size
                    150:        related.
                    151:        Moved C source files back from tools directory (but still build them
                    152:        there) to preserve my CVS history.
                    153: 9B1119 Move all the build tools (gencpu, cpuopti etc.) into their own
                    154:        directory which is configured separately.  This was necessary to
                    155:        avoid picking up SDL CFLAGS (which can #define main to _SDL_main, and
                    156:        that breaks if you don't link with SDL), and to make cross-compiling
                    157:        at least a little more likely.
                    158:        Remove sanity check for SDL header file - rely on sdl-config getting
                    159:        things right (not that we have much choice).
                    160:        Move thread support code past sound code in configure, and make sure
                    161:        that SDL sound enables threads.
                    162:        Move sername into options structure.
                    163:        Check for existance of isinf/isnan before using them.
                    164:        Rather large WinUAE merge - this tree compiles again under Windows.
                    165:        Most of the additional features are missing though.
                    166: 9B1118 Restore code to mirror banks for 24 bit address space which got lost
                    167:        when all the JIT memory changes were put in.
                    168:        Speed up the CPU time calibration code.
                    169:        Fix the broken file selector handling in the gtk ui.  Add kickstart
                    170:        selector.
                    171:        Don't call XCloseDisplay, it apparently leads to crashes.
                    172:        Try to solve the "missing write_log" problem in a sane way.
                    173:        SDL joystick support.
                    174:        When configure detects win32, use fsdb_win32 rather than fsdb_unix.
                    175: 9B1117 Proper masking for DDFSTOP; proper handling of AUDLEN == 0, changed
                    176:        delayoffset code, gencpu BFINS fix, and lots of disk updates (all
                    177:        Toni).
                    178:        Some additional regs for move2c/movec2 (also by Toni IIRC)
                    179: 9B1115 COLOR_READ typo fix (Toni).
                    180: 9B1024 Filesystem reset leak fixes (Brian)
                    181:        Allocate enough memory for custom state saving.
                    182:        bploff renamed to bpl_off.
                    183:        AGA copper cycle diagram (Toni)
                    184:        Disable disk_data_used optimization.
                    185: 9B0926 Delayed palette setting for Picasso modes.  Also fixed problem with
                    186:        palette setting in CLUT emulation - we need to redraw the entire
                    187:        screen if that happens.
                    188: 9B0921 Miscellaneous small bugfixes.  Delete some obsolete code.
                    189: 9B0907 Beginnings of SDL support.  Exterminated some penguins.
                    190: 9B0825 Some xwin.c fixes from Maik Qualmann.
1.1.1.17  root      191: 9B0730 Some sprite state machine tweaks.  Fix sprite vs. DIW comparison.
                    192:        HAM linebuffer was too small by half - oops.
                    193:        Make absolutely, positively sure that when hsync_handler calls
                    194:        sync_copper_with_cpu, we don't take any invalid shortcuts.
1.1.1.18  root      195:        Memory management changes for JIT (Bernie [2], mostly).
1.1.1.17  root      196: 9B0729 Silly mistake - need to call flush_plane_data unless plfleft is
                    197:        -1, even if no planes were enabled.
                    198: 9B0728 Small hack to reduce the time we lose with unnecessary
                    199:        disk_doupdate_read calls.
                    200:        Avoid calling flush_plane_data if we have no bitplanes enabled.
                    201:        Tweak the SPCFLAG_INT handling to make "Delirium" demo work.
                    202:        Limit rate of DDF warning messages.
                    203:        Adjust display parameters so that things are shifted to the left
                    204:        even more.
                    205:        Fix (hopefully) CIA & blitter saving code.
                    206: 9B0727 Copper code reorganized; speedup code rewritten.  Can now be
                    207:        enabled with a GUI setting.
                    208:        Fixed the delayoffset stuff.
                    209: 9B0725 AGA sprites, and some patches to sprite/playfield collision code,
                    210:        mostly by Toni.
                    211:        Fixed a small sprite restore problem; added missing code to map
                    212:        fastmem banks when restoring them.
                    213:        Some more state saving updates from Toni.
                    214: 9B0724 Fix a nasty bug in the copper SKIP instruction introduced by recent
                    215:        changes.
                    216:        Update the FAST_COPPER code.  Not quite enabled yet.
                    217:        More work on the memory configuration stuff.
                    218:        Fix CPU type writeout in cfgfile.c (taken from WinUAE source).
                    219:        Move the WOC demo BPLCON0 fix to compute_toscr_delay (Toni).
                    220:        Added Toni's new disk patches, which include HD disk support by
                    221:        Adil Temel.
                    222:        Rewrote the memory and audio save/restore code.
                    223:        Mask DDFSTOP with 0xFE, not 0xFC.
                    224: 9B0723 Yet another new and correct copper state machine (this time for sure)
                    225:        Fix some AGA problems in DDF speedup code.
                    226:        In gencpu.c, branch insns return a hardcoded cycle count; this had
                    227:        not been updated for the CYCLE_UNIT stuff.  Fixed.
                    228:        xwin.c: If mouse is grabbed, we don't need mousehack.
                    229:        Don't clear audio state if produce_sound == 0; this causes problems
                    230:        if we want to turn the sound back on.
                    231:        If an audio channel had a period of PERIOD_MAX, allow AUDxPER to
                    232:        set its evtime back to a reasonable value.
                    233:        Massive cleanup of memory initialization code; it will now use changed
                    234:        prefs on reset.  Added some memory options to gtkui.c.
                    235:        Added Toni's state saving code, then added gtkui options and code to
                    236:        initiate saving/restoring.
                    237: 9B0722 filesys.c: Fix writeout of hardfile params (Bernie [2])
                    238:        Add an A1000 Kickstart disk loader (Gerald Schnabel).  Got rid of
                    239:        the automount_uaedev code; we can detect the Kickstart version and
                    240:        do the right thing.
                    241:        Deleted a few unused variables (Toni)
                    242:        Avoid aborting in decode_ham if Amiga code turns on the HAM bit but
                    243:        has too few bitplanes (found by Toni).
                    244:        Make the dummy mem bank return other values than 0; helps some
                    245:        stupid memory detection code.
                    246:        Implemented a little exec task lister for the debugger.
                    247:        Added new debugger commands from Mark Cox.  Improved his copper list
                    248:        debugger by adding recorded timing information to it.
                    249:        MOVE16 fixes from Gwenole Beauchesne.
                    250:        xBCD fixes by Maik Qualmann, with some additional flag fixes by myself
                    251:        (ABCD & SBCD behave exactly like on a 68000 now; dunno about NBCD).
                    252: 9B0520 AGA bscan2 fixes and disk.c kickstart speedup fixes from Toni.
                    253:        Remove bogus changes I made to one of Toni's earlier disk.c updates.
                    254:        Call RethinkICRA/B from INTREQ (suggested by Toni).
                    255:        Properly save mixed_stereo setting.
                    256:        NEGX uses X and Z (Bernd Roesch).
                    257:        Danish keyboard support (Jesper Bojesen).
1.1.1.16  root      258: 9B0311 Repair "emulated but no output" sound setting.
                    259: 9B0310 Fix massive bug introduced in do_cycles_slow with the rescaling
                    260:        changes.
                    261:        CLXCON logic updated for AGA (Toni).  Change meaning of collision_level
                    262:        and add support for it in cfgfile.c.
                    263: 9B0309 Fix problem where a fsdb file could prevent deletion of otherwise
                    264:        empty directory discovered by Torsten Enderling.
                    265:        Rescale return values of CPU emulator functions.
                    266: 9B0225 Undo parts of the audio changes that made the "accurate" setting the
                    267:        default.
                    268: 9B0221 Make fsdb_unix compile again.
                    269: 9B0219 Fix ddf for cases where start isn't aligned to fetchunit.
                    270:        Fix some problems with the sound code going into infinite loops or
                    271:        crashing.
                    272:        Try to re-add Toni's ddf delay fixes properly.
                    273:        Added a fix from Krister Walfridsson for X11 SHM code.
                    274:        Rename OBJECT_NOT_FOUND to OBJECT_NOT_AROUND (not sure why, but the
                    275:        win32 port does this; Fellow picked it up as well...)
                    276:        Give in and allocate ainos with xcalloc.
                    277:        Import fsdb_win32 code from Fellow.
                    278:        Some tidyup and fixes in fsdb code.
                    279:        Lose the lastdiv10 variable, and update CIA timers when reading them
                    280:        (mostly by Bernie [2] Meyer)
                    281:        Move reset_uaedevices and get_new_device to filesys.c.  Add extra
                    282:        parameter to get_new_device.
                    283: 9B0213 Fix mouse pointer jumping bug in X11 code (Ralf Hoffmann)
                    284:        Scaled event handling by a factor of 512.  This allows more accurate
                    285:        sound output frequencies, as well as more fine grained CPU speed
                    286:        settings.
                    287:        Implemented totally untested emulator side AHI support.
                    288: 9B0211 Partially reverted changes made to the audio event code in 0.8.0.
                    289:        Implemented "mixed" stereo.
                    290: 9B0210 Fixed invisible sprite bug - sprite_width got a new meaning, and not
                    291:        everything had been updated.
                    292: 9B0121 cycles => get_cycles () (from Bernie [2] Meyer's JIT patchkit)
                    293: 9B0120 Final bugfix in speedup code (plfleft got set too early).
                    294: 9B0118 Fixed SPEEDUP code for AGA.  Speedup now starts when fetch_state is
                    295:        fetched_plane0.
                    296: 9B0115 First batch of AGA playfield changes (Toni & myself).
                    297: 9B0110 Small fix for the m68k_run macro (Bernie [2] Meyer)
                    298: 9B0109 Use ntscmode from prefs structure (Dwayne C. Litzenberger)
                    299:        Some 040 FPU fixes (Bernie [2] Meyer)
                    300:        Delay DSKREADY a while; fix other small disk bugs (Toni Wilen)
                    301: 9A0902 F0FF10 is now a puts () calltrap.
                    302: 9A0830 Add some missing initializations in filesys.c, thanks to debugging by
                    303:        Harald Frank.
                    304: 9A0827 Fix a crash with framerate != 1.
                    305:        Don't allow programs to see left & right or top & bottom simultaneously
                    306:        with the keyboard joystick replacements.  (Gee, games on the CPC and on
                    307:        the Amiga actually have something in common - some of them crash when
                    308:        the joystick is pushed in too many directions at the same time...)
1.1.1.15  root      309: 9A0825 Put in the new sprite code.  This has existed for many months but
                    310:        I've only now found the final bugs.
                    311:        New version of Bernd Meyer's special_mem code.  Also add his
                    312:        set_special/unset_special code, the noflags changes for gencpu,
                    313:        and a fix for cpuopti's string matching.
                    314:        Tiny clarification in table68k.
                    315:        Add 68040 support from Basilisk.
                    316:        readcpu.h is now included from newcpu.h.
                    317: 9A0824 Rather massive overhaul of the DDF code.  Many other timing fixes
                    318:        (copper state machine mostly) (Sam Jordan and myself)
                    319:        Get rid of stupid optimizations in color recording.
                    320:        Synchronize CPU and copper in custom_wget.
                    321: 9A0816 Introduce variable "special_mem", set it in each memory handler
                    322:        that doesn't work on real memory (Bernd Meyer).
1.1.1.14  root      323: 9A0815 Fix a really stupid bug in cfgfile_strval.
                    324:        Nonfunctional support for switching between windowed/fullscreen modes
                    325:        in gtkui.
                    326:        Add (semi-broken) support in the debugger to create a trace logfile.
                    327:        Take out most port-specific flags handling; x86 version kept with
                    328:        slight name changes to indicate that this is code is suitable for
                    329:        other ports as well.  Took out HAVE_GAS while I was in configure.
                    330: 9A0811 Fix the line doubling slowdown.
                    331: 9A0809 Software autofire.
                    332:        Remove one line from Makefile.in in the hope it will fix the build
                    333:        errors people are seeing.
                    334: 9A0807 Tighten up some minor aspects of spcflags handling.
                    335:        Fix an AGA bug in customreset.
                    336:        Set default CPU speed to approximate a A500.  Tweak gencpu so that the
                    337:        timings for this are more accurate.
                    338:        Ignore T0 bit if not emulating a 68020.
                    339:        Add an option to set the number of emulated floppy drives.
                    340:        Improve the mfmcode function a bit.  Faster and more accurate.
                    341:        More SCSI patches from Patrick.
                    342:        Add gui_data structure from WinUAE.  Turn on gui leds again.        
                    343: 9A0725 Fix incorrect define of m68k_run for non-x86 systems (could have
                    344:        sworn I already fixed that).
1.1.1.13  root      345: 9A0723 Some SCSI patches by Patrick Ohly (which I got two months ago... oops)
                    346:        Filesystem fixes from Brian.
                    347:        AGA updates from Toni.
                    348: 9A0627 Apydia loader fixes from Toni.
                    349: 9A0611 Fix bug in filesys.c causing in-use ainos to get discarded.  Thanks
                    350:        to Brian for the analysis.
                    351: 9A0608 Added some disk.c changes from Toni and a crude hack of my own to
                    352:        speed up disk accesses done by the Kickstart.
                    353: 9A0330 Change blitter not to translate memory addresses to native.  Had to
                    354:        disable 32 bit blits.
                    355:        Floppy code changes (Toni Wilen)
                    356:        Delete GGI port.
                    357:        Fix toggle_inhibit_frame (Brian).
                    358: 9A0228 Some WARPUP fixes, and changes to accomodate broken Amiga gzip (Sam
                    359:        Jordan).
                    360: 9A0221 Tweak POTGO a bit.  Seems to work with BC Kid now.
                    361: 9A0220 Fix off-by-one errors in expansion.c (Toni Wilen).
                    362:        Remove AGA checks in DDFSTRT/DDFSTOP (Toni Wilen).
                    363:        Turn off/restrict some warning messages.
1.1.1.12  root      364: 9A0209 Fix some problems where the blitter nasty flag wouldn't ever get reset.
                    365:        cia.c: Set all parallel port related bits to 1 when reading.
                    366: 9A0208 gencpu.c: Fix saved PC for division by zero exception (found by Sam
                    367:        Jordan).
                    368: 9A0131 update_copper: Mask until_hpos properly.
                    369:        Delay values are masked to 3 bit in hires mode (Sam Jordan).
                    370: 9A0102 Only delay horizontal copper wait if vertical position matches exactly.
                    371:        Tweak vblank end position for sprites.
                    372:        Calculate playfield borders more accurately for case where we have
                    373:        sprites.
                    374: 9A0101 Reintroduce ev_copper; use it sparingly for longer waits within a
                    375:        single line (but _not_ to time reads).
                    376:        Fix a dumb bug in yesterday's changes that screwed up scrolling.
                    377: 991231 drawing.c: Cruftectomy.  genp2c.c: Gone.  X86.S: mostly gone.
1.1.1.11  root      378: 991229 Always use NTSC vblank_lastline for sprite purposes.
                    379:        Make sprite logic recognize vertical stop even if vertical start has
                    380:        not been reached (found by Sam Jordan).
                    381:        Prevent move2c/movec2 instructions from incrementing the PC if they
                    382:        raise an illegal instruction exception (found by Toni Wilen).
                    383: 991212 ncurses port compiles again.
                    384:        Disable serial interrupts in custom.c; they break things.
                    385: 991208 Add a missing decide_line call in update_copper_1.
                    386: 991206 Fix copper emulation to use state machine figured out by Sam Jordan.
                    387: 991205 Fix event table corruption in disksync_handler.
                    388: 991113 gencpu.c: Fix a problem with BTST.
                    389: 991110 fpp.c: Initial set of changes merging code from Lauri Pesonen.
                    390: 991024 Add missing type in m68k_run1.
                    391:        Divisions by zero clear overflow bit.
1.1.1.10  root      392: 991023 Fix compilation problem for ! HAVE_STEREO_SUPPORT.
                    393: 991022 Rewrite disk read code to transfer some DMA words every raster line.
                    394:        fpp_movem_index1 and fpp_movem_index2 were reversed (Brian King, Sam
                    395:        Jordan).
                    396:        Fix accuracy of fpp fix insns (Sam Jordan).
                    397:        Allow ports to define their own FP 68881/host conversion functions (Sam
                    398:        Jordan).
                    399:        Get rid of all the HAVE_GET_WORD_UNSWAPPED code.
                    400:        Fix prefetch for insn opcodes (Sam Jordan).
                    401:        Fix call insn syntax in X86.S.
                    402:        Tidy up sound interpolation support.
                    403:        Readd old command line arg parsing.
                    404:        Change "long unsigned int" to "unsigned long" in a couple of places.
                    405:        Use Sam's version of the filesys.c fixes (action_parent_fh,
                    406:        action_change_mode).
                    407:        Fix a place in disk.c where a mfm buffer was zeroed instead of 0xaa'ed
                    408:        (Sam Jordan).
                    409: 991006 CPU emulator fixes by Christian Bauer
                    410:        tui.c compilation fixes by Christof Petig.
                    411:        Fix operand in one insn in X86.S (Brian).
                    412:        zfile.c fix for filenames with embedded spaces (Ingo Ruhnke).
                    413:        linux-ppc configury patch (Holger Jakob).
                    414:        s,static __inline__,STATIC_INLINE, (Sam Jordan).
                    415:        cfgfile.c: Don't use "t" modifier in fopen (Sam Jordan).
                    416:        serial.c: Don't close file if fd < 0 (Sam Jordan).
                    417:        filesys.c: Open files on readonly devices with O_RDONLY (Sam Jordan).
                    418:        Fix bugs in parent_fh and change_mode actions (Sam Jordan).
                    419:        WARPUP patch (Sam Jordan).
1.1.1.9   root      420: 990621 Initial version of Richard Hoffmann's sound interpolation patches.
                    421:        Fix a crash in action_set_comment.
                    422:        De-inline 68k trace code.
                    423: 990508 Fix rdtsc asm statement to show that edx is clobbered.
                    424:        gtkui.c: Add pause button (Patrick Ohly)
                    425:        configure.in: Check for -mpreferred-stack-boundary compiler option
                    426:        and use it if found to set a sane value.
                    427: 990429 X11 patches by Patrick Ohly.
                    428:        Filesystem code extended to keep a simple database with information
                    429:        about each file that is not representable on the host FS, such as
                    430:        script/pure bits or filenotes.
                    431: 990417 Bits and pieces merged from the Win32 port; mostly options stuff. Got
                    432:        rid of getopt; added chipset options to prefs structure.
                    433: 990411 Patches by Patrick Ohly: SCSI support and timehack tool.
                    434: 990410 Applied easy parts of Toni's latest AGA patches.
                    435: 990315 Attempts to fix Picasso crashes in SVGAlib version.
1.1.1.8   root      436: 990216 picasso96.c: Some optimizations.
                    437:        cfgfile.c: Save target specific options. Allow simple/smart choice
                    438:        for centering options. Delete mount_data junk, substitute immediately.
                    439:        Whitespace handling fixes.  Fix config_description typo.
                    440:        m68k flag handling redone.
                    441: 990212 Implement rotate instructions without loops.  Some other m68k
                    442:        optimizations.
                    443:        Some configure.in fixes.
                    444: 990122 gtkui.c: Fixes for gtk 1.1.13.
                    445: 990113 genp2c.c: Don't include custom.h.
                    446: 990109 Some fixes in cfgfile.c.  Make svga.c compile again.
1.1.1.7   root      447: 981229 Miscellaneous fixes in the new config file stuff.
                    448:        In config files, allow 68ec020 as CPU type, and get rid of 24 bit
                    449:        addressing option.
                    450:        Make the get_disp_ea non-inline.
                    451:        SGI sound support (Ari Heikkinen).
                    452:        More updates by Brian:
                    453:        audio.c: Handle frequency, too, when changing sound prefs. Do some
                    454:        work in update_audio even if not generating sound output.
                    455:        filesys.c: Request 50 buffers in our parampacket.
                    456:        Assorted right control key fixes.
                    457:        Some updates in od-win32 (not nearly done...)
                    458: 981228 Config file and option handling redone; based on work by Brian.
                    459:        Rename UAEn: devices to DHn: (Brian).
                    460:        filesys.c: Implement ACTION_CHANGE_MODE, ACTION_PARENT_FH; add support
                    461:        for variable hardfile blocksizes (Brian).
                    462:        Some Picasso96 updates (Brian).
                    463: 981226 Win32 fsusage.c fixes; zfile bug fix; gui_fps addition (Brian).
                    464: 981221 Fix gtkui to work with newer versions of gtk.
                    465:        Fix gencpu so that FPU emulation doesn't crash when unswapped word reads
                    466:        are available.
                    467: 981129 gencpu.c: Delete all the queue_amode stuff again.
                    468:        xwin.c: Allow switching between DGA and window mode (Marcus Sundberg).
                    469:        DGA seems broken in X 3.3.3, however :(
                    470: 981011 Teach cpuopti.c about epilogues that increment esp by popping.
                    471: 980930 Add BSD socket code (Mathias Ortmann).
                    472: 980923 filesys.c: Implement FH_FROM_LOCK (Brian King)
                    473: 980823 xwin.c: French keyboard patch (Rapha�l Poss).
                    474: 980810 Fix RDTSC detection (Rapha�l Poss).
                    475:        newcpu.c: Patch by Brian King to display what kind of CPU table is
                    476:        built.
                    477: 980716 More AGA patches: use new macro GET_PLANES to calculate number of
                    478:        bitplanes from BPLCON0; adapt the copper code; add BPLPT[HL][78] and
                    479:        BPLDAT[78] (Toni Wilen)
1.1.1.6   root      480: 980715 Change sd-uss/sound.c not to keep a file open in setup_sound, to
                    481:        support reconfiguration.
                    482: 980713 Fix m68k detection in configure.in. Clear execbase after allocating
                    483:        chipmem (Holger Jakob)
                    484:        od-dos update, tui.c patches (Gustavo Goedert)
                    485:        Get rid of --enable-sound, always enable sound.
                    486:        Make svga.c compilable.
                    487: 980712 md-ppc-gcc patches (Holger Jakob)
                    488: 980707 gtk ui: Better CPU speed selection.
                    489:        Move initializations from add_filesys_unit to set_filesys_unit.
                    490: 980706 AGA patches by Toni Wilen: Call calcdiw when changing fmode; fix
                    491:        references to bplcon variables to go through dp_for_drawing; ifdef out
                    492:        some code that's too hard to fix for now.
                    493:        "Fix" the AGA color code. In pfield_linetoscr_aga, add lframe_end and
                    494:        diw_end parameters and use them. Add some fill_line code for AGA. Make
                    495:        sure no code touches acolors if [AGA_CHIPSET != 0]
                    496:        New function finish_line_aga.
                    497: 980705 drawing.c/custom.c: Get rid of line_changed, replace with a single
                    498:        variable thisline_changed. Pass it to hsync_record_line_state and
                    499:        evaluate it there. Get rid of BORDER_PREV and BORDER_NEXT states;
                    500:        add LINE_BLACK/LINE_REMEMBERED_AS_BLACK to implement scanlines option.
                    501:        Remove code in pfield_draw_line that checks line_changed.
1.1.1.5   root      502: 980702 filesys.c: New function move_filesys_unit.
                    503:        Win32 GUI fixes.
                    504: 980701 gtk UI beautification and code cleanup (Michael Krause)
                    505:        Beginning to make audio code run-time configurable (mostly by Michael
                    506:        Krause)
                    507:        Fix off-by-one errors in memory check handlers (Jake Hamby)
                    508:        configure: Add AM_CYGWIN32, AM_EXEEXT and AM_MINGW32 and fix some Win32
                    509:        configuration problems.
                    510:        genp2c: Fix symbol name braindamage.
                    511:        md-i386-{gcc,watcom}.c: Don't do machdep_init when [_WIN32].
                    512:        Many Win32 compilation fixes.
                    513:        filesys.c: Attempt to fix the mount code chaos.
1.1.1.4   root      514: 980629 MOVEP bug fixes (Philippe Gerin)
1.1.1.5   root      515:        Comment out code using readdir_r again.
                    516: 980628 gencpu.c: Generate an end label only when it's needed.
                    517:        configure.in: Check for windows.h, ddraw.h, sys/utime.h; check sizeof
                    518:        __int64; check whether a small DirectX program compiles; check for
                    519:        Watcom C; don't do GNOME_FILEUTILS_CHECKS when compiling on Win32
                    520:        without GNU C; use AC_EGREP_CPP in some places instead of compiling a
                    521:        file by hand; check for GAS .p2align feature; check for USE_UNDERSCORE
                    522:        with a small test program; add code to set up od-win32/md-i386-watcom
                    523:        directories when appropriate.
                    524:        genp2c.c: Use GAS .p2align feature; don't generate .type directive.
                    525:        Rename md-*/memory.h to md-*/maccess.h.
                    526:        More fixes in Win32 code.
                    527:        Add wcc.sh and wrc.sh, two scripts to make it possible to use the
                    528:        Watcom C compiler and the resource compiler in a Cygwin32 build
                    529:        environment.
                    530: 980626 Change zfile.c not to use fopen_del.
                    531: 980614 Delete ihf_sem stuff.
                    532:        picasso_refresh now nonstatic and called by check_picasso after a
                    533:        notice_screen_contents_lost call.
                    534:        More functions to access filesystem mount information.
                    535:        More Win32 code.
                    536: 980613 Use an AC_TRY_LINK block to check for libpthread.
                    537: 980611 Rename lockscr/unlockscr to gfx_{lock,unlock}_picasso and add new
                    538:        functions lockscr/unlockscr which are now called by drawing.c.
                    539:        xwin.c: Clear picasso_invalid_lines in graphics_subinit and when
                    540:        doing an XPutImage for a refresh.
                    541:        New function reset_all_systems, which is a bit misnamed at the moment
                    542:        because it only resets the filesystem. Called from m68k_go when a
                    543:        reset is needed.
                    544:        In filesys_prepare_reset, examine unit_pipe instead of self to
                    545:        determine whether a unit has a thread that needs to be killed. Move
                    546:        the reset_state and reset_sync_sem variable to UnitInfo so they are
                    547:        available at all times.
                    548:        Don't need to call finish_drawing_frame if we do a reset, it was
                    549:        done a couple of lines earlier.
                    550:        In uae_reset, do nothing if any reset or quit operations are in
                    551:        progress.
                    552:        Make DMACONR static.
                    553: 980609 Add memory size fields in struct uae_prefs. New variables
                    554:        allocated_xxxmem for every block of memory that holds the actual
                    555:        amount currently allocated, copied from the preferences at allocation
                    556:        time.
                    557:        Create a new structure "uaedev_mount_info" to hold filesystem mount
                    558:        information. Add a pointer to one of those in struct uae_options,
                    559:        and copy it from currprefs to a filesystem private place when
                    560:        starting the filesystem threads to a work area. 
                    561:        Terminate filesystem threads during a reset, and restart the whole
                    562:        filesystem code afterwards so that prefs changes are noticed.
                    563: 980608 If check_prefs_changed_gfx returns nonzero, or if we switch from/to
                    564:        picasso mode, call notice_new_xcolors and notice_screen_contents_lost.
                    565:        Delete the frame_do_semup crap.
1.1.1.4   root      566: 980606 Create config.h link in configure, not in Makefile.
1.1.1.5   root      567: 980604 xwin.c: No longer need picasso_max[wh]. Improve picasso invalid lines
                    568:        code a bit more. Fix some dithering bugs.
                    569:        gtkui.c (add_checkbox_widget, add_radio_widget): New helper functions.
                    570:        Patches by Marcus Sundberg:
                    571:        Make X11 picasso clut emulation mode work in DGA
                    572:        gfxutil.c (setup_dither): Free redvals.
                    573: 980602 Split out init_aspect_maps from reset_drawing.
                    574:        Call check_prefs_changed_gfx from vsync_handle_redraw, and initialize
                    575:        row and aspect maps if it returns nonzero.
                    576:        Use an enum instead of integer values to communicate between
                    577:        hsync_handler and hsync_record_line_state.
                    578:        gtkui.c: Use gtk_window_set_title (Marcus Sundberg)
                    579:        xwin.h: Add lockscr/unlockscr prototypes.
                    580: 980601 Move check_prefs_changed_xxx into vsync_handle_redraw.
                    581:        Make ersatz.c a little more crash-proof.
                    582: 980531 New graphics specs 'a' and 'p'. Support them in the X11 version.
                    583: 980530 sysdeps.h, posixemu.c: Change (char *) to (const char *) in the
                    584:        arguments of some of the posixemu functions.
                    585:        sysdeps.h: Delete getopt declaration. Include "getopt.h" in main.c.
                    586:        aclocal.m4: add fsusage.c support from Gnome.
                    587:        fsusage.[ch]: New files from fileutils, slightly modified to fit
                    588:        into UAE and to add Win32 support. Adapt do_info filesys.c to use
                    589:        it, and delete all the old cruft.
                    590:        Some updates for the Win32 port.
                    591: 980529 Patches for X11 version by Marcus Sundberg (Picasso invalid lines
                    592:        optimization, XShm availability check, cleanup, etc.)
                    593: 980528 Add field emergmem to struct vidbuf_description, and change
                    594:        pfield_draw_line to use it.
                    595: 980516 Patches by Samuel Devulder and Holger Jakob: update Amiga port,
                    596:        add support for compiling cpuemu.c in seveal steps again, add
                    597:        cheatsearch in the debugger.
                    598: 980515 GGI patches (Christian Schmitt).
                    599:        sd-mme: New directory (Marcus Sundberg).
                    600:        Changes in the X11 version to support mixed DGA/normal binaries,
                    601:        hotkeys, and mouse grabbing (Marcus Sundberg)
                    602:        xwin.c: Copy a bit of code from Win32 port that constrains
                    603:        lastmx/lastmy to real coordinates when ievent_alive.
                    604: 980510 gencpu.c: Slightly better flag generation code.
                    605:        picasso96.c (wgfx_flushline): Don't do anything if Picasso screen
                    606:        is invisible.
                    607: 980508 Don't disable GGI if we can't find svgalib.
                    608:        newcpu.[ch], gencpu.c, md-i386-gcc/memory.h: Implement unswapped
                    609:        word reads for opcodes.
                    610: 980505 drawing.c: add missing #ifdef X86_ASSEMBLY.
                    611: 980504 More BSD fixes from Krister.
                    612:        xwin.c: Call XAllocColorCells for dithered modes. Don't set image_mem
1.1.1.3   root      613:        in get_image, instead arrange for it to store the address in a pointer
                    614:        chosen by the caller.
1.1.1.5   root      615:        picasso96.h: Add a clut array to picasso_vidinfo.
                    616:        picasso96.c (do_fillrect, do_blit): Use picasso_vidinfo.pixbytes
                    617:        instead of picasso96_state.BytesPerPixel where appropriate.
                    618:        (do_fillrect, do_blit, wgfx_do_flushline): Handle the case when the
                    619:        Amiga-side buffer is a 256 color palette mode and the native buffer
                    620:        is truecolor by looking up colors in the new picasso_vidinfo.clut.
                    621:        xwin.c: Adapt to support emulating a palette display in truecolor.
                    622:        Make tui.c compile.
                    623: 980501 picasso96.c: Make sure there's an unlockscr for every lockscr call.
                    624:        In SetColorArray, detect when no colors changed.
                    625:        configure.in, aclocal.m4, Makefile.in: Use AM_PATH_GTK from gtk
                    626:        distribution.
                    627:        New field rgbformat in picasso_vidinfo. Set it in xwin.c and svga.c.
                    628:        custom.c (mousehack_helper): Use Picasso screen offsets correctly.
                    629: 980427 Call decide_line in DIWSTOP. Implement DIWHIGH register.
                    630: 980426 filesys.c (get_nname): Don't allow Unix "." and ".." directories.
                    631:        gencpu.c: Approximate the number of cycles per instruction. Make
                    632:        generated functions return that number, and use it in newcpu.c in
                    633:        the do_cycles call.
                    634:        custom.c, drawing.c: init_hardware_for_drawing_frame must be
                    635:        called from init_drawing_frame.
                    636:        Move read_processor_time specific stuff to new file md-xxx/rpt.h.
                    637:        md-i386-gcc/support.c: Try to detect whether the CPU has RDTSC.
                    638:        newcpu.c: m68k_speed == 0 means approximate A500 speed;
                    639:        m68k-speed == -1 means use frame rate hack when available. Some
                    640:        changes to support this.
                    641: 980425 custom.c: New copper code. Unfortunately not much faster than the
                    642:        old one.
                    643:        Get rid of some unused variables throughout.
                    644:        filesys.c: Use readdir_r when available.
                    645:        picasso96.c: In BlitPattern, correctly handle the pattern offsets.
                    646:        missing.c: Get rid of getopt. Add GNU getopt instead.
                    647:        In SPRxPTH, SPRxPTL, call decide_sprites instead of decide_line.
                    648: 980421 custom.c: Add an extra argument, hpos, to plenty of functions, and
                    649:        use it instead of calling current_hpos.
                    650: 980420 BeOS update (Christian Bauer).
                    651:        When enabling additional planes in post_decide_line, update
                    652:        thisline_decision.bplcon0.
                    653:        Tweak copper timings.
                    654: 980419 Extend post_decide_line to handle cases where some planes are
                    655:        enabled much later in the line than the others.
                    656:        In pfield_doline_unaligned_h, don't increment dataptr.
                    657:        Split custom.c, move drawing code to new file drawing.c. New header
                    658:        file drawing.h for declarations of shared stuff.
                    659:        osemu.h: Delete junk.
1.1.1.3   root      660: 980418 gtkui.c: Don't crash if -G option is given.
1.1.1.5   root      661:        audio.c, custom.c: Don't use the generic event handling mechanism
                    662:        for audio emulation, the overhead is too high. update_audio: New
                    663:        function, handles audio updates "on demand" or every hsync (Idea by
                    664:        Petter Schau).
                    665: 980417 Some cleanups in custom.c to make splitting it up easier.
1.1.1.3   root      666: 980416 custom.c: Don't use bplhires in do_modulos.
1.1.1.5   root      667: 980415 readdisk.c: Support FFS (Jim Cooper).
                    668:        BSD patches by Krister Walfridsson.
                    669:        configure.in, Makefile.in: More fixes for build != source directory.
                    670:        Arrange to build p2c_x86.o when using md-i386-gcc.
                    671:        sysdeps.h: Include limits.h.
                    672:        Remove silly code that restricted possible version numbers.
                    673: 980320 configure.in: Check for vprintf.
                    674:        Make write_log a varargs function. Provide a write_log_standard
                    675:        function that is used by most systems.
                    676:        Refuse to compile with non-ANSI compilers.
                    677:        gencpu.c: Rearrange some of the generated code to reduce register
                    678:        pressure.
1.1.1.3   root      679: 
                    680: Release 0.7.0
                    681: 980401 gengenblitter.c: Complete rewrite. Much smaller, much faster, much
                    682:        better results.
                    683:        Check for -lXi to support newer versions of gtk+.
                    684: 980316 gencpu.c (read_counts): Two silly bugs fixed.
                    685:        main.c (save_options): Don't write out 'a' if cpu_level < 2
                    686:        configure.in: Changes to try to be compatible with Solaris /bin/sh.
                    687: 980315 New UAE-Control version from Tauno & Cloanto.
                    688:        Make configure set UNALIGNED_PROFITABLE for x86.
                    689:        Get rid of "-o", add save command to tui.c and gtkui.c.
                    690:        Fix some bugs in save_options.
                    691: 980314 Many improvements in the gtk UI. Made CPU type changeable at run-time.
                    692:        Make DGA && ! VIDMODE configuration compile. Kludge around the fact
                    693:        that DGA misses colormap changes. Call XWarpPointer to try to avoid
                    694:        the click-moves-framebuffer bug.
                    695:        Make sure p2c.[ch] don't get deleted.
                    696: 980313 Move all CPU_LEVEL handling from build68k.c to gencpu.c. In gencpu.c,
                    697:        ignore all parameters and don't write to standard output, instead
                    698:        hardcode all filenames and generate them all at once. Arrange to
                    699:        generate code for all CPU emulator variants and to select them at
                    700:        run-time.
                    701:        Get rid of copper cheat mode, re-use "-C" option for CPU selection.
                    702: 980312 In COPxLCL, mask out LSB (Axel Wefers).
                    703:        newcpu.h: Always compile in both get_disp_ea versions with a different
                    704:        name. Delete USE_POINTER option; always use pointer. Don't fill
                    705:        prefetch in m68k_setpc, do it in callers where necessary. Compile in
                    706:        two versions of get_ixxxx, with different names for prefetch and
                    707:        non-prefetch. Change gencpu.c to use these appropriately.
                    708:        Don't generate 16 small CPU emulation source files. With a decent
                    709:        machine it's no problem to compile all the code in one file. Also turn
                    710:        off -O3 for gcc, -O2 does fine since all the necessary __inline__s are
                    711:        there, and the compiler takes less memory that way.
                    712:        Don't include <linux/joystick.h>, duplicate some definitions from
                    713:        there instead. Makes configure.in simpler, too.
                    714:        Fix Makefile.in/configure.in and a couple of other places to support
                    715:        building in a separate directory (sort of; not complete yet).
                    716:        Remove p2c.[ch] and genp2c when doing make clean.
                    717:        Delete code to support Tcl/Tk and XForms GUIs.
                    718: 971215 More Amiga and BeOS patches from Sam and Christian.
                    719: 971205 Move some more code from custom.c to audio.c. Optimize sample handlers
                    720:        a bit.
                    721:        Make RDTSC asm statement volatile.
                    722: 971203 Latest GGI patch from Christian Schmitt.
                    723:        Fix configure to enable zfile decompression for GGI target.
                    724:        Fix mouse button mapping in ggi.c.
                    725: 971128 Fix double definition of gfxvidinfo in custom.c.
                    726:        Fix impossible register constraints in asm statement in newcpu.c
                    727:        Sprinkle casts and rename some variables to make C++ compilers happy.
                    728:        Add BeOS patches by Christian Bauer.
                    729: 971125 More Amiga patches from Sam.
                    730: 971120 Get rid of DONT_WANT_SOUND.
                    731: 971119 Support USS sound not only on Linux (Douglas Carmichael)
                    732:        Update Win32 and DOS ports.
                    733:        Add Polish documentation by Tomasz Sienicki.
                    734: 971116 Add a missing return statement in filesys.c (Brian King)
                    735: 971112 Fix silly error in xwin.c.
                    736: 971108 Add some more decompressors to zfile.c. Set FLOPPY_SPEED to 4.
                    737: 971107 Make ggi.c compile again, fix a few bugs and add Picasso support.
                    738: 971106 Fill prefetch queue after executing an encrypted ROM illegal insn.
                    739: 971105 Initialize the sprites during customreset now that init_hardware_frame
                    740:        no longer does it.
                    741: 971104 Implement action_set_file_size as required by the specs.
                    742:        SetPanning/picasso96_state: XOffset and YOffset are signed.
                    743: 971103 xwin.c: Offer 640x512 and 320x256 resolutions in windowed Picasso mode.
                    744:        Add a few more memory banks in memory.c (A3000 stuff - nonfunctional)
                    745:        Don't map kickmem at address 0 if using replacement Kickstart.
                    746:        Must fill prefetch buffer when calling calltraps or ersatz functions.
                    747:        Write out hardfile parameters in write_filesys_config().
                    748:        xwin.c: Support 15 bit displays.
                    749: 971101 Add latest patches by Samuel Devulder. Improve hardfile support in
                    750:        tui.c.
                    751: 971031 Offer "-U" only ifdef PICASSO96.
                    752:        Add support for mounting multiple hardfiles in any order.
                    753:        Don't reset sprite state in init_hardware_frame. Instead, allow SPRxPT
                    754:        functions to set the state to SPR_restart in the vertical blanking
                    755:        area.
                    756: 971030 Fix 8MB Chip RAM.
                    757:        filesys_dev_storeinfo: New function and calltrap. Use it to store
                    758:        per-unit data (which now includes geometry information) in the
                    759:        parampacket. Modify filesys.asm to use it instead of trying to find
                    760:        the values by itself.
                    761: 971028 "AMIROMTYPE1" has 11 characters, not 0.
                    762: 971027 Implement encrypted ROM features. Comment out non-working InvertRect
                    763:        optimization.
                    764: 971026 Fix some problems in PlanarToDirect and CopyColorIndexMappingA2U.
                    765: 971022 Remove fixed paths in genp2c.c (oops...)
                    766:        Some more XF86VidMode hacks.
                    767:        Include target.h in sysdeps.h. Define PICASSO96_SUPPORTED for X11,
                    768:        SVGAlib and Win32. Don't compile in Picasso support if this macro isn't
                    769:        defined.
                    770: 971021 xwin.c: Picasso code wants to use bit_unit, not bitdepth. Also correct
                    771:        byteorder (it's B8G8R8A8 from the Amiga's point of view).
                    772:        Fix Picasso InvertRect function.
                    773:        Half-hearted attempt at 24 bit support in the X11 version, with some
                    774:        awful code in custom.c.
                    775:        Make the X11/VidMode version try to resize the screen for Picasso mode
                    776:        switches.
                    777: 971020 Delete option -5, make -4 take an argument. Disable z3fastmem and
                    778:        Picasso emulation when using a 24 bit address space.
                    779: 971019 record_color_change: No need to remember a color table if the current
                    780:        line hasn't been decided yet.
                    781:        Add XF86VidMode extension support.
                    782:        Integrate Stefan's Zorro III support, add support for up to 64MB fast.
                    783:        xwin.c: Refresh the whole Picasso screen if there are Expose events.
                    784:        Fix module length calculation for *Tracker modules.
                    785:        Use a 32 bit address space by default if CPU_LEVEL > 1. New option -5.
                    786: 971018 Apparently it's not possible to turn on bitplane DMA in the middle of
                    787:        the line, so call post_decide_line only when the number of planes is
                    788:        modified, not in DMACON.
                    789:        genp2c.c: New file, generates planar to chunky conversion routines.
                    790:        Remove those which are now generated from custom.c.
                    791: 971017 Make row_map an array, not a pointer to one.
                    792:        Audio periods may not be 0, so initialize them to 65535 in customreset.
                    793:        Implement "S" command in the debugger. Add a bunch of module detection
                    794:        routines.
                    795: 971015 od-linux/sound.c: If FRAME_RATE_HACK, reduce vsynctime a bit to give
                    796:        the sound emulation more room to breathe.
                    797: 971013 Merge with Brian's latest Picasso code.
                    798: 971012 Fix a few more portability problems that showed up when compiling with
                    799:        Watcom C. Also remove superfluous includes from some files.
                    800:        Add md-i386-watcom directory. Update od-win32 with latest code.
                    801:        Remove fast_memcmp routine.
                    802:        Include penguin.h before xwin.h everywhere. Declare a few semaphores
                    803:        for multithreaded setups in xwin.h. Move inhibit_frame stuff to xwin.h.
                    804: 971011 gencpu.c: Don't generate labels without following statement. Don't
                    805:        directly generate assembly statements if X86_ASSEMBLY, instead generate
                    806:        code that uses macros defined in machdep/m68k.h.
                    807: 971008 xwin.c, svga.c, custom.c, uaelib.c: Add picasso96 code. Add Picasso
                    808:        selection to configure.
                    809:        Move common variables (mouse stuff, gfxvidinfo, xcolors) from graphics
                    810:        files to custom.c.
                    811:        memory.c: custom chip area isn't supposed to be mapped at 0x200000. Use
                    812:        dummy bank for now.
                    813:        od-linux/joystick.c: Open different devices for different joysticks.
                    814:        From Win32 sources: set vsyncmintime in m68k_go.
                    815: 971005 genblitter.c: blitzero is initialized to 1, not to 0, so we need to
                    816:        clear, not set it.
                    817: 970928 Add another user interface for X11 using libgtk+.
                    818: 970925 audio.c: For stereo sound, double all lookup table values.
                    819:        Added (preliminary) win32.c.
                    820: 970923 DISK_check_change: Should call gui_filename when ejecting.
                    821: 970922 Fix od-linux/joystick.c compilation problem with recent kernels.
                    822:        Merge results of the UAE meeting:
                    823:        New serial code (Stefan Reinauer)
                    824:        Expansion "test card" support (Stefan Reinauer)
                    825:        New GGI code (Christian Schmitt), also configure/Makefile changes
                    826:        to make it compile.
                    827:        Fix 68020/FPU code.
                    828:        Call do_mousehack before every read of the mouse position to get more
                    829:        accurate values.
                    830:        Add sd-file directory; add support for it in configure.
                    831:        Add stereo support in audio.c, od-linux/sound.[ch], and main.c.
                    832:        Fix copper problem: call decide_line in calc_copcomp_true; and if the
                    833:        copper wouldn't wait normally (position reached), but the hardware is
                    834:        fetching data in Hires 4 plane mode, delay until ddf stop.
                    835:        t-ascii.h: Asciiart target understands "-x" parameter.
                    836: 970823 gencpu.c [X86_ASSEMBLY]: Turn input constraints for scratch into output
                    837:        constraints.
                    838: 970626 Fix 24 bit address space logic (Mathias Ortmann).
                    839:        Raise exception 3 for Bcc.L insns if CPU_LEVEL < 1. Reported by Stefan
                    840:        Ropke.
                    841:        Remove USER_PROGRAMS_BEHAVE for normal emulator. Remove hacks to
                    842:        generate expanded CPU functions for specific opcodes. Replace with code
                    843:        that reads an instruction count file and sorts gencpu output by
                    844:        frequency of the called opcodes.
                    845: 970625 Calltraps (at least those with call_m68k calls in them) were broken by
                    846:        the CPU emulator changes. Now use Axxx opcodes as calltraps.
                    847:        Include pOS port by Samuel Devulder.
                    848: 970624 Solaris sound patches by Manfred Thole.
                    849:        gencpu.c: The generated code shouldn't just check for odd addresses,
                    850:        it should also call Exception...
                    851: 970622 gencpu.c: don't emit return statements; make code jump to a function
                    852:        end label instead. Make genamode() check for odd addresses, also reduce
                    853:        code duplication. Interpret getv parameter so that data is fetched if
                    854:        getv == 1, and the address is checked if getv != 0. Remove exception 3
                    855:        checks from get_long() etc. Get rid of buserr.
                    856:        cpuopti.c: Make a few more checks whether optimization is possible. Add
                    857:        code to undo GCC's epilogue scheduling.
                    858:        newcpu.c: Split all the specialflag handling into new function.
                    859:        Implement -w option as in Win32 port. tui.c: add it to misc menu.
                    860: 907621 Fix yesterday's CPU emulator changes. Make cpuopti aware of functions
                    861:        with two RET insns. Make sure that NO_EXCEPTION_3 and
                    862:        NO_PREFETCH_BUFFER are on when emulating a 68020.
                    863:        Add usage information for src/dst operands to table68k.
                    864:        Implement CIA A OVL bit properly.
                    865: 970620 New NeXTwin.m from Ian. Fix a number of prefetch bugs in gencpu.c.
                    866:        newcpu.h: m68k_incpc(), get_i{byte,word,long}: New function/macros.
                    867:        Also add oldpc parameter to m68k_do_[bj]sr(). gencpu.c: use all this.
                    868:        CPU functions now don't use nextiword; they keep the PC constant and
                    869:        increment it with the right value at the end.
                    870:        If chipmem_size > 2MB, disable fastmem.
                    871:        In configure.in and od-linux/joystick.c, use ljoystick.h as name for
                    872:        the replacement file for a broken <linux/joystick.h>
                    873:        configure.in: Check for post-gcc-2.7.2 option "-mno-schedule-prologue"
                    874:        and use it for compiling the optimized CPU files if it exists.
                    875: 970618 Rename hardfile.device to uaehf.device to avoid name clashes. Suggested
                    876:        by George Nicolaidis.
                    877:        Reimplement CPU prefetch by making gencpu aware of it so it generates
                    878:        code that fetches data from the right places automatically. Also reduce
                    879:        prefetch length to 4 bytes.
                    880: 970612 memory.h: Include osdep/memory.h. missing.c: implement xmalloc().
                    881:        Throughout: use xmalloc instead of malloc.
                    882:        Apply changes by Sam Devulder.
                    883: 970608 Fix ncurses.c so that it links. Fix configure so that it can be enabled
                    884:        Get rid of spixstate by implementing a new sprite drawing method.
                    885: 970607 do_copper_cheat(): New function, Implement inaccurate, line-based
                    886:        copper as an option (-C). calc_copcomp_true(): Fix possible hr 4 plane
                    887:        bug (split the wait into several pieces in this mode).
                    888:        Allow 0 bytes for fast and bogomem (to override .uaerc)
                    889: 970606 Fix some bugs in transdisk, and make it compile with SAS C (Joanne Dow)
                    890:        Stupid compilation fixes: Get rid of "==" in shell scripts, check that
                    891:        B300 and friends are defined in serial.c before using them.
                    892:        Implement blitter prefetch. Fix silly typo in main.c that prevented
                    893:        immediate blits.
                    894:        init_ham_decoding(): new function, handles case where the first few
                    895:        pixels of a HAM display are outside the window.
                    896: 970605 disk.c: Get rid of need_read. Save cylinder/track number for the data
                    897:        in the MFM buffer for each drive. Force rereads on disk insert and
                    898:        write operations. In drive_fill_bigbuf(), do nothing if saved data
                    899:        matches current. Fix disk change logic: give the program time to read
                    900:        the change bit a couple of times before inserting a new disk.
                    901:        custom.c: Fix really subtle bug: when deciding a line as border,
                    902:        plfstrt/plflinelen were not set up properly, which could confuse
                    903:        post_decide_line(), and eventually there would be lines decided as
                    904:        playfield with plfstrt == 0, plflinelen == -32 ==> Bang. A related
                    905:        bug was that setting DDFSTRT to 0 would result in both plfstrt and
                    906:        plfstop having value 0.
                    907:        gfxutil.c: Fix bug that could cause color values to go out of bounds.
                    908:        xwin.c, svga.c: When dithering, color values were not doubled properly.
                    909: 970604 filesys.c: when deleting an a_ino, remove it from hash table (Mathias
                    910:        Ortmann). In do_find(), if creating a file failed and we didn't have
                    911:        an a_ino before, call delete_aino on the one we created.
                    912:        More configure changes: Add $X_PRE_LIBS and $X_EXTRA_LIBS in some
                    913:        places. See if MIT-SHM support for X will compile and link. Always
                    914:        compile it in if it will. Turn DONT_WANT_SHM and LOW_BANDWIDTH into
                    915:        run-time options (-T, -L). Use single line buffer when dithering and
                    916:        in low-bandwidth mode (but in all cases there's a full buffer for the
                    917:        X image).
                    918:        memory.c: Don't map in custom regs at 0x200000 if chipmem_size > 2MB.
                    919:        Split up init_sound(): new function setup_sound(). Make "-B" accept
                    920:        minimum and maximum values as in Gustavo's latest patch. Add code to
                    921:        tui.c to support changing buffer size, number of bits and frequency.
                    922: 970603 If using compiler, define NO_EXCEPTION_3 and NO_PREFETCH_BUFFER.
                    923:        (bugreport by Raphael Poss).
                    924:        GGI support from Christian Schmitt/Stefan Reinauer. More serial patches
                    925:        from Stefan. 3 button joystick patch from Mathias.
                    926:        Add linemem field to gfxvidinfo, for systems that don't want to keep
                    927:        a buffer of the full screen. Adjust custom.c to use it instead of
                    928:        bufmem if it's not NULL (mostly by Mathias). svga.c, xwin.c: Use single
                    929:        line buffer in some cases. xwin.c: If USE_DGA_EXTENSION, undef
                    930:        LOW_BANDWIDTH. Move test of DONT_WANT_SHM after inclusion of config.h
                    931:        Make configure.in a bit more structured.
                    932:        Move colormodes array to main.c.
                    933: 970602 gfxlib.c: Start implementing layers workalike.
                    934:        md-i386-gcc/support.c: Don't mix sleep and alarm. (Petter Schau)
                    935: 970601 Remove may_run_compiled. Print error and abort if m68k_go is called
                    936:        twice.
                    937:        Fix yesterdays bugfix in svga.c.
                    938:        Change FRAME_RATE_HACK so it tries to average the times a bit.
                    939:        Re-implement a call_m68k function in autoconf.c. The new version
                    940:        works by doing some heavy setjmp/longjmp magic and switching stacks.
                    941:        With this, it's even possible to call things that Wait(), so use
                    942:        the new functionality in gfxlib.c to call LockLayer() in WritePixel().
                    943: 970531 Turn some inline functions in memory.h into macros. Get rid of
                    944:        get_along and get_aword. Implement CIA A OVL bit.
                    945:        main.c: Add missing close_sound() call.
                    946:        Remove INTEL_FLAG_OPT, use X86_ASSEMBLY for everything.
                    947:        tui.c/svgancui.c: Implement scrollable menus. Add code to select
                    948:        video mode from a given list. Add "graphics_setup" call to graphics
                    949:        specific files. Use it in svga.c to build a video mode menu.
                    950:        Fix bug in svga.c that would crash non-linear modes.
                    951:        disk.c needs to include gensound.h and sounddep/sound.h.
                    952:        Fix bug in fuzzy_memset. In pfield_init_linetoscr, always adjust ddf
                    953:        values if lores hack is being used.
                    954: 970530 Apply some patches by Samuel Devulder.
                    955: 970529 filesys.c: In "Houston, we have a problem" case, do not only delete
                    956:        the oldest ExKey, but also use it instead of random memory for the
                    957:        new one. Attempt to reduce the number of lost exkeys by allocating
                    958:        them in action_examine_next instead of action_examine_object.
                    959:        Initialize the "uniq" field of unit->rootnode.
                    960:        Attempt to speed up sprite drawing loop.
                    961:        Implement sprite<->sprite collisions.
                    962:        Get rid of -Wtraditional.
                    963: 970524 New config option NO_PREFETCH_BUFFER. Emulate 16 byte prefetch if
                    964:        unset.
                    965:        For exception 3, the stack frame seems to be:
                    966:        (saved SR).w, (faulting address).l, (faulting instruction).w, 0.w,
                    967:        (pc at fault time).l. Make everything that could generate this fault
                    968:        handle it properly. That got Cybernoid II working!
                    969: 970523 Makefile.in: Make sure $(DEBUGFLAGS) is used for CPU emulation files.
                    970:        memory.c: Don't map chipmem at 0x200000, use custom chip bank for now.
                    971: 970507 configure.in: Mutate ac_cv_c_inline=no to ac_cv_c_inline=
                    972:        Check for tcgetattr, <sys/termios.h>, cfmakeraw, <sys/ioctl.h>
                    973:        Check for sem_init in -lposix4 (Marc Zimmermann)
                    974:        serial.c, cia.c, cia.h, serial.c: changes (Stefan Reinauer)
                    975:        Make disk gap 360 (Michael Krause)
                    976: 970404 In configure, check for features.h before including it in test program.
                    977: 970401 New option -4. Bugreport by Mirko Viviani.
                    978: 970324 Petter Schau says the exception frame for Bus Error and Address Error
                    979:        is 14 bytes, not 6, on the 68000. Change Exception() accordingly.
                    980:        It's *** OUCH *** day! Make hardfile beginio return the correct value. 
                    981:        Also load execbase before calling ReplyMsg().
                    982:        It's *** OUCH *** day again! The filesystem asm code was an odd number
                    983:        of bytes, leaving the hardfile code unaligned.
                    984: 970318 custom.c: Rename spron to sprst, and use new variable spron to indicate
                    985:        for which sprites the sprite pointer registers have been written. Don't
                    986:        do sprite DMA if spron==0. (The problem was that some programs write
                    987:        SPRxCTL and then SPRxPT, which used to set the sprite state to
                    988:        SPR_restart, but it must be SPR_waiting_start.)
                    989:        Turn a few m68k_reset()s into uae_reset()s.
                    990:        New variable nr_joysticks. Delete joystickpresent. New arg "nr" for
                    991:        getjoystate() and read_joystick().
                    992:        New extra keycode AK_RCTRL. Handle multiple joysticks & different key
                    993:        replacements in keybuf.c/custom.c. Make tui.c handle all the settings.
                    994: 970310 od-linux/joystick.c now compiles again without the joystick header.
                    995:        Fix some problems in configure; also check whether [n]curses.h defines
                    996:        attr_t. Keep count of warnings and errors during configuration and
                    997:        print a hopefully helpful message at the end.
                    998:        disk.c sanitized by Mathias Ortmann.
                    999:        Change the replacement getopt around a bit.
                   1000:        execlib.c, timerdev.c: Files removed. This will never be compatible
                   1001:        enough. Also remove related code (several SPCFLAGs, etc.)
                   1002:        Make main.c a bit nicer by introducing additional defines for the t-*
                   1003:        files. Also canonicalize the .uaerc file on all systems, eliminating
                   1004:        lines starting with '#' in the process.
                   1005:        Remove code in autoconf.c to set up 8MB chip; move it to filesys.asm.
                   1006:        Try doing the copper end-of-line hack in copper_memory_cycles().
                   1007:        Disable the copper speedup hack.
                   1008: 970309 Add a small, dumb hash table to struct _unit to speed up repeated
                   1009:        aino lookups. Delete aino in action_delete_object(). Move children in
                   1010:        action_rename_object(). In action_examine_next(), call new function
                   1011:        lookup_child_aino_for_exnext() which behaves more or less like
                   1012:        lookup_child_aino(), except it uses new function get_aname() to
                   1013:        translate filenames.
                   1014:        More portability fixes. New links set up in configure: sounddep,
                   1015:        target.h. All machine-dependent and joystick code removed
                   1016:        from os.c, renamed to audio.c. os.h renamed to audio.h, joystick stuff
                   1017:        moved to joystick.h. New directory targets/.
                   1018:        missing.c: New file.
                   1019: 970308 Rewrite filesystem. Now it keeps one unique "a_inode" structure for
                   1020:        every object in the filesystem. This contains Amiga name, native
                   1021:        name, Amiga permissions, lock counts and several links for building
                   1022:        a tree structure. Keys are now made only for files which need a fd
                   1023:        and a file position.
                   1024:        Treat invalid locking modes als shared.
                   1025:        Comment out the code using readdir_r because that function appears
                   1026:        to be broken in glibc-2.0.1.
                   1027:        Clear RES2 in all packets before handling them.
                   1028:        Give mousehack the same task priority as the input.device.
                   1029:        Fix (?) some silly bugs in disk.c.
                   1030: 970307 Include some Acorn port code from Peter Teichmann.
                   1031:        Yet Another Serial Diff from Stefan.
                   1032: 970306 filesys.c: Don't just crash if lookup_key() has no success.
                   1033:        action_find_write() is supposed to create the file if it does not
                   1034:        exist.
                   1035: 970305 More DOS patches. Make the Makefile parallel-make safe.
                   1036:        svgancui.c: Do cyclic search if character is typed in file selector.
                   1037:        my_alphasort(): New function (work around glibc bug)
                   1038:        custom.c: Fix error in yesterdays change.
                   1039:        filesys.h: New file.
                   1040: 970304 New serial patch from Stefan and Christian.
                   1041:        Remove the assembler code to generate inputevents. Instead, add a new
                   1042:        Amiga C program ("mousehack") which does the trick. New function
                   1043:        mousehack_helper() in custom.c, activated by calltrap 0xF0FF70.
                   1044:        Mouse default is now always normal_mouse, not follow_mouse.
                   1045:        Do disk change checks only every 1/2 second. disk.c: Reverse
                   1046:        nodskchange to dskchange, and make sure there has been a step with the
                   1047:        drive empty before calling drive_insert() from DISK_check_change() (but
                   1048:        this _still_ doesn't work. Arrrghh).
                   1049: 970303 filesys.c: Initialize _all_ of struct _unit in startup_handler().
                   1050:        Remove message_lock and friends and use new variables cmds_sent,
                   1051:        cmds_acked and cmds_completed to determine when to send dummy messages.
                   1052:        Changed examinekey handling so that "dir all" on a large tree doesn't
                   1053:        crash anymore (it used to reuse the top-level exkeys which were still
                   1054:        in use after a wraparound). Don't allocate examinekeys if we're
                   1055:        examining files.
                   1056:        Check for readdir_r in configure. Use a wrapper my_readdir() around
                   1057:        either readdir or readdir_r.
                   1058:        Call filesys_reset() also from filesys_diagentry().
                   1059:        Get rid of most of uaelib.c. Now there isn't a library, just a calltrap
                   1060:        at 0xF0FF60. Changed uae_pragmas.h accordingly and recompiled uaectrl.
                   1061:        Added a bunch of "volatile"s in various places in filesys.c and
                   1062:        penguin.h.
                   1063:        Make the filesystem reset-safe in the threaded case (paranoia changes).
                   1064:        Check disk changes only every 1/10 second in vsync_handler().
                   1065:        Add assembler code to generate InputEvents once every vblank to
                   1066:        filesys.asm. (Doesn't work yet.)
                   1067: 970302 filesys.c: Get rid of DosPacket type, pass pointers into Amiga memory
                   1068:        instead. Use GET_PCK_* and PUT_PCK_* macros to access fields.
                   1069:        Start making filesystem code thread safe & multithreaded. Move static
                   1070:        variables from some functions into struct _unit, likewise the key
                   1071:        and exkey variables. Add code to filesys.asm to queue commands which
                   1072:        did not complete and to reply to them later. Do multithreading if
                   1073:        compiled with SUPPORT_THREADS. See source for details.
                   1074:        Change hardfile and uaelib code not to call 68k routines. Make emulator
                   1075:        traps more efficient (no need to save regs, don't need SPCFLAG_EMULTRAP
                   1076:        anymore).
                   1077: 970301 Fixed ncurses.c so it works with currprefs.
                   1078:        filesys_reset(): New function, called from customreset().
                   1079:        Changed source layout. Break up machdep into machdep, osdep and
                   1080:        threaddep.
                   1081:        penguin.h: Now supports arbitrary types in pipes.
                   1082:        Changed filesys.c so that no 68k code is called from native C code.
                   1083:          filesys.asm, filesys.sh: New files. filesys.asm contains some
                   1084:         startup code and the main loop for the filesystem. Several locks
                   1085:         are allocated by the assembler code for use by the C code.
                   1086:         DOS_AllocMem(), DOS_FreeMem(), make_dev(), build_parmpacket(),
                   1087:         filesys_init(): Functions removed.
                   1088: 970228 ncurses.c: Fix problem in b/w modes.
                   1089:        finish_drawing_frame(): Don't need to draw lines in multipenguin mode.
                   1090:        Move all options into new struct uae_prefs. New variables currprefs,
                   1091:        changed_prefs.
                   1092:        svgancui.c, tui_filereq(): If user presses a key, start search at
                   1093:        current position, not at the beginning.
                   1094:        DISK_check_change(): new function, compares currprefs with
                   1095:        changed_prefs and handles diskchanges if they differ. Called from
                   1096:        vsync_handler().
                   1097:        DISK_validate_filename(): new function, checks whether a file exists.
                   1098:        Modify svga.c and tui.c so that F11 now brings up a limited UI.
                   1099: 970227 Reimplement Mathias Ortmann's frame rate hack: New option HAVE_RDTSC
                   1100:        in config.h. New typedef frame_time_t. New variables vsynctime and
                   1101:        vsyncmintime. New function machdep_init() in md-*/support.c which
                   1102:        sets up vsynctime in the md-i386-gcc and md-i386-linux cases. Use
                   1103:        all of those in events.h, do_cycles() to determine whether to spend
                   1104:        more time on the CPU emulation.
                   1105:        Add missing "int i;" to xwin.c, init_colors().
                   1106:        Unroll some loops in sample_*handler().
                   1107:        Improve quitting/resetting behaviour: Move quit_program from GUI
                   1108:        specific files to main.c. New functions uae_reset() and uae_quit(),
                   1109:        quit_program is now handled in vsync_handler() and m68k_go().
                   1110:        New variable sample_evtime, used in customreset() and set up in
                   1111:        init_sound().
                   1112: 970226 Solaris sound update from Manfred Thole.
                   1113:        keybuf.c: Decided that it doesn't need locking after all.
                   1114:        Add a bunch of Gustavo's latest diffs. (I hate CR characters!)
                   1115:        Move gfxvidinfo from all the target-specific files to custom.c
                   1116:        More Win32 stuff: New function notice_new_xcolors().
                   1117: 970225 configure.in: In shell string comparisons, always put spaces around =
                   1118:        Add warning about standard SVGAlib being incompatible with
                   1119:        LinuxThreads.
                   1120:        os.c, SOLARIS_SOUND: Remove reference to obsolete variable smplcnt.
                   1121:        Two new variables sound8_base and sound16_base.
                   1122:        sysdeps.h: Split off some stuff into md-amiga/amiga-kludges.h. Also
                   1123:        make the main types now uae_u32 and variants instead of ULONG, etc.
                   1124:        Convert some files to use the new types.
                   1125:        cia.c: use int/long instead of ULONG/UWORD/etc for most static vars.
                   1126:        xdebug.c: Some cleanup.
                   1127:        md-i386-linux/penguin.h: Fix bug. Add "chunks" parameter to
                   1128:        init_comm_pipe. Use it to decide in write routine whether to signal
                   1129:        the other thread if it's waiting. Add no_buffer parameter to
                   1130:        write_comm_pipe_int.
                   1131:        Start adding Mathias Ortmann's Win32 patches.
                   1132:          md-i386-win32: New directory
                   1133:         include/sysconfig.h.win32: New file
                   1134:         custom.c: is_lastline: new variable, set in hsync_handler().
                   1135:         sysdeps.h: Make it possible for system specific code to say that
                   1136:           POSIX/ANSI stdio/malloc functions aren't present and are defined
                   1137:           by a system-specific file instead. In filesys.c, don't reference
                   1138:           errno if DONT_HAVE_POSIX is defined.
                   1139:         readcpu.h: Kludge around the fact that Messysoft C apparently doesn't
                   1140:           handle enums properly.
                   1141:         newcpu.c/sysdeps.h: Preprocessor magic for 64 bit constants to get
                   1142:           around a problem with MS C.
                   1143:         md-*/penguin.h: Add dummy definitions for semaphores.
                   1144:         keybuf.c: Use semaphores to synchronize access.
                   1145:         os.c, win32 sound stuff: add memcpy avoidance code.
                   1146: 970221 X86.S: Don't use .type ifdef USE_UNDERSCORE.
                   1147:        Move thread support configuration to configure from config.h. Change
                   1148:        pipe implementation to use POSIX semaphore functions.
                   1149: 970217 From Samuel Devulder: Fix off-by-one error in LINE_TO_SCR, EHB case.
                   1150: 970215 customreset(): Initialize current_colors.color_regs to invalid values
                   1151:        [reported by Samuel Devulder]. config.h: Uncomment ECS_DENISE [reported
                   1152:        by Mathias Ortmann]. Add ami-win.c and custom.c patch from Samuel
                   1153:        Devulder.
                   1154: 970213 disk.c: Set FLOPPY_SPEED to 3
                   1155:        custom.c: SPRxCTL_1(): if spron was SPR_restart set it to
                   1156:        SPR_waiting_start. do_sprites(): don't do that.
                   1157:        SPRxPT{H,L}: Call decide_line().
                   1158: 970210 custom.c, X86.S: Do LORES_HACK for dual playfield screens. Plug memory
                   1159:        leak in custom_reset(). Fix pfield_draw_line() not to do so many
                   1160:        multiplications. Make line_changed a char array. In remember_ctable(),
                   1161:        remember comparison results also if negative.
                   1162:        In 8 and 16 bit graphics modes, use the high parts of the color values
                   1163:        to duplicate the actual values. This saves a lot of code in the
                   1164:        hdoubling routines. Add a special fill_line in the X86_ASSEMBLY case.
                   1165:        Check for glibc-2 and libpthread in configure.
                   1166:        options.h: In fuzzy_memset(), do rounding slightly more conservative.
                   1167:        Add tons of new keycodes to svga.c
                   1168:        In record_color_change(), also check if vertically outside DIW.
                   1169:        New variable hdiwstate, to represent the horizontal DIW state machine
                   1170:        (thanks Petter!) Handled in reset_decisions(), finish_decisions() and
                   1171:        decide_diw().
                   1172: 970209 Change ncurses.c not to do so many multiplications/divisions. Add bold
                   1173:        character support. Add color support. Make configure recognize
                   1174:        --without-svgalib and enable ncurses.c in that case.
                   1175: 970208 X86.S, custom.c: Do LORES_HACK for EHB screens also.
                   1176:        New function write_log(); convert some fprintf(stderr, ...) calls.
                   1177: 970207 Argh, Linux/i386/ELF check in configure got broken by latest sh-utils.
                   1178:        In disk.c, drive_reset(), clear nodskchange flag.
                   1179: 970206 Sprite fix from Mathias Ortmann: _really_ get rid of SPR_vtop, and
                   1180:        replace all uses by SPR_stop.
1.1.1.2   root     1181: 970204 Disk change fix from Mathias Ortmann.
                   1182: 970203 New file ncurses.c, from Samuel Devulder.
                   1183:        Disabled Exec stuff completely. Now it isn't even compiled in anymore.
                   1184: 970129 Changes from Samuel Devulder for Amiga and Christian Bauer for BeBox.
                   1185: 970122 Reorder the set_planes_unaligned functions so that better code is
                   1186:        generated. Remove the or_planes_unaligned functions, add a parameter
                   1187:        do_or to the set_planes functions and rely on the compiler to optimize
                   1188:        the additional if away.
                   1189:        post_decide_line() can now turn DMA off early.
                   1190:        Make struct flag_struct 64 bits large for i386 systems, so we can use
                   1191:        long move insns without clobbering the X flag.
                   1192:        "make clean" should delete machdep/support.o.
                   1193:        Maybe we do need SPR_vtop after all - undo 970120 change. Instead,
                   1194:        comment out the code that clears the pos and ctl words at vsync time.
                   1195:        In xwin.c, restrict window height to 300 or 600 depending on linedbl
                   1196:        mode.
                   1197: 970121 Get rid of SPCFLAG_BLIT, call do_blitter() directly.
                   1198:        In finish_decisions(), don't check for sprite draws in the border.
                   1199:        Reimplement the SMART_UPDATE define so that the memcmpy() overhead can
                   1200:        be avoided by not setting it (but this usually loses).
                   1201:        Detect 7 lores planes in BPLCON0() and change to 6 to avoid memory
                   1202:        clobbers.
                   1203:        In pfield_draw_line(), do memcpy linedoubling after handling the line
                   1204:        to be doubled, not when we see a LINE_AS_PREVIOUS. Get rid of prev_ypos
                   1205:        parameter.
                   1206:        Add special code for bpldelay1 == bpldelay2 to the UNALIGNED_PROFITABLE
                   1207:        code.
                   1208:        In pfield_init_linetoscr(), when delays 1 and 2 differ, clear the areas
                   1209:        which are covered only by half of the planes at the start and end of
                   1210:        the DDF area.
                   1211:        Replace FASTER_CPU and LINUX_SOUND_SLOW_MACHINE with M68K_SPEED.
                   1212:        Replace fast_unaligned_memset macros with fuzzy_memset; use this also
                   1213:        in pfield_init_linetoscr().
                   1214:        Use real (PAL) vblank end in do_sprites().
                   1215: 970120 Mask out high byte in DDF{STRT,STOP}
                   1216:        Oops, forgot about long frames while calculating the bounds of all the 
                   1217:        maxvpos*2-sized arrays. Increment them all by two.
                   1218:        Try to detect empty sprites before recording them for the drawing code,
                   1219:        but be careful not to hurt attached sprites.
                   1220:        From Paul Kienitz: hack for keyboard code in cia.c to work better with
                   1221:        newer Kickstarts; small cleanup in cpuopti.c.
                   1222:        Undo yesterday's change in copper_memory_cycles(), instead call
                   1223:        decide_line() each iteration and test whether copper_cycle_time == -1
                   1224:        to determine whether we're vertically in the DIW.
                   1225:        calculate_copper_cycle_time() could get astronomical plane counts due
                   1226:        to missing masking operation.
                   1227:        No need to put the copper to sleep for one memory cycle after a WAIT,
                   1228:        merge that with the two cycles for the next instruction.
                   1229:        Get rid of SPR_vtop, no longer needed (it was unnatural anyway)
                   1230: 970119 Implemented alternate pfield_doline functions that access the apixels
                   1231:        array at unaligned addresses; conditional on UNALIGNED_PROFITABLE.
                   1232:        Move LORES_HACK from config.h to custom.c.
                   1233:        Fix loop exit test for pfield_linetoscr_hdouble_asm8(). Clear the
                   1234:        right parts of apixels in pfield_init_linetoscr() when LORES_HACK is
                   1235:        enabled.
                   1236:        Get rid of bordercol array: the decision-making code should handle
                   1237:        lines in the border correctly by setting line_changed.
                   1238:        Disable bitplane DMA if more than 4 hires bitplanes are set in BPLCON0.
                   1239:        Fix some more copper timing inaccuracies: used to test
                   1240:        thisline_decision.which without calling decide_line() before.
                   1241: 970118 Now remember BPLCON1 changes during data fetch. New functions
                   1242:        decide_delay(), pfield_adjust_delay(); new fields in struct drawinfo
                   1243:        and new variables next_delay_change, delay_changes.
                   1244:        Forgot to set copstate to COP_morewait in one case in do_copper().
                   1245:        Add a kludge that checks for copper position 0xDC and changes it to 
                   1246:        0xDE.
                   1247:        Restore equality test for vertical sprite positions. Disable sprite
                   1248:        DMA before the end of the vertical blank area.
                   1249:        Mask not only the positions, but also comparison values in 
                   1250:        calc_copcomp_true().
                   1251: 970117 Change custom_bput to put the byte value in each half of the word that
                   1252:        is put.
                   1253: 970116 disk.c: Set the gap between sector 11 and 0 to 380 words. Andromeda's
                   1254:        "Seven Seas" demo expects at least 320. Make the KILLEHB bit
                   1255:        conditional on AGA_CHIPSET. Decide BPLCON1 (scrolling delays) in
                   1256:        decide_diw(). Fix off-by-one errors in the very_broken_program case
                   1257:        of decide_plane(). Fix aspect calculation when horizontal resolutions
                   1258:        differ. Simplify copper horizontal comparison logic slightly.
                   1259:        Fix divide by zero errors when reading from empty floppies.
                   1260: 970115 pfield_draw_line(): Check for frame_redraw_necessary also for border
                   1261:        lines. New global variable pfield_last_drawn_line, used to implement
                   1262:        clever Y centering. Make the KILLEHB test conditional on ECS_AGNUS.
                   1263:        Move joystick and sound initialization before gui startup. Adapt tui.c
                   1264:        so it understands the gfx_requested_* options.
                   1265:        We can't always avoid clearing pixdata.apixels if DIW is larger than
                   1266:        DDF. There may be sprites in the area outside DDF, but inside the DIW,
                   1267:        so we can't just adjust linetoscr_diw_{start,end} blindly in
                   1268:        pfield_init_linetoscr() [Sanity Arte demo].
                   1269: 970114 Bebox diffs from Christian Bauer.
                   1270:        Support for Symmetric Multi Penguins under Linux (start second thread
                   1271:        with clone and use some pipes for communication - rather simpleminded
                   1272:        for now). Rework do_flush_line() and do_flush_screen() so that X
                   1273:        libraries are only called from the first thread.
                   1274:        Eliminate valid field from struct decision (set which to -2 instead of
                   1275:        valid = 0)
                   1276:        Fix definition for gui_filename() in xdebug.c to use const char * for
                   1277:        the second parameter. Remove CRs from disk.c (now how did they get in
                   1278:        there??). Likewise for cpuopti.c.
                   1279: 970113 When post_decide_line() detects mid-line DDF change, must adjust
                   1280:        bitplane pointers in decide_plane() also. Make plfstrt the earlier a
                   1281:        position in this case, and adjust bitplane pointers/modulos
                   1282:        accordingly.
                   1283:        current_hpos() isn't what GCC calls a constant function.
                   1284:        Replace line_drawinfo[current_change_set] with new variable
                   1285:        curr_drawinfo throughout. Likewise for new variables prev_drawinfo,
                   1286:        {curr,prev}_{color_{change,table}s,sprite_positions}; all initialized 
                   1287:        in init_drawing_frame (). Turn line_data into a 2dim. array, do some
                   1288:        CSE/SR on line_data[lineno] in pfield_doline_{l,h}() and
                   1289:        decide_plane(). Make some custom registers unsigned int instead of
                   1290:        UWORD.
                   1291:        calc_copcomp_true(): Masking with 0xF000 isn't likely to give 0xC0000.
                   1292:        Comment out bplcon{3,4} from struct decision.
                   1293: 970112 filesys.c, action_set_protect(): if __unix is defined, check whether
                   1294:        user wants to change directory protection, and if so, force rwx to be
                   1295:        the new protection.
                   1296:        Force sane window sizes in xwin.c, and set width/height from mode specs
                   1297:        in svga.c.
                   1298:        Implement LORES_HACK compile-time option.
                   1299:        Whee, there _are_ broken programs that enable bitplane DMA in the
                   1300:        middle of the data fetch area, draw half a picture on the first line
                   1301:        and the full picture on all subsequent lines. New function
                   1302:        post_decide_line(), called from BPLCON0() and DMACON() which tries to
                   1303:        detect this case and turns the decision from border to playfield if
                   1304:        necessary.
                   1305:        New arrays, sprvstart and sprvstop, calculated in SPRxPOS and SPRxCTL,
                   1306:        and used by do_sprites. Handle sprites with vstart == vstop correctly.
                   1307:        Sprite vpos comparisons are now done with <= , not ==.
                   1308:        _Now_ the X86-specific linetoscr routines do their masking correctly.
                   1309:        configure: If we have GCC, #define GCCCONSTFUNC as __attribute__ 
                   1310:        ((const))
                   1311: 970111 Eliminate can_draw from struct decision.
                   1312:        Change vertical DIW code; use enum of two states (waiting for start and
                   1313:        for stop) which is updated in decide_line(). Lines during the wait for
                   1314:        stop phase are decided as border. No data is fetched outside the
                   1315:        vertical DIW.
                   1316:        Optimize copper memory cycle calculation a little: the new variable
                   1317:        copper_cycle_time is set to a time >= 0 if this time is constant
                   1318:        (i.e. 2). Calculated whenever DMA, BPLCON0, or DIW state changes.
                   1319:        blitter.c, genblitter.c, custom.c: For BLTBDAT, follow the HRM which
                   1320:        says that immediate data is shifted as soon as it is written. This 
                   1321:        seems to be wrong for the A channel, though. Also, don't change prevb
                   1322:        during blitter loops if DMA B is off (Sanity Arte). Turn FAST_BLITTER
                   1323:        stuff into run-time option "-n", and eliminate the ancient blitting
                   1324:        code (former FAST_BLITTER == 0).
                   1325:        Big OOPS: Copper move checked copcon, but there was no COPCON function
                   1326:        so it was always zero -> copper-controlled blitter never worked. As a
                   1327:        speed optimization, recognize 00010000 copper commands and put the
                   1328:        copper to sleep until the blit is finished.
                   1329:        Slow down the blitter in decide_line() if bitplane DMA steals blitter/
                   1330:        copper/CPU cycles (but this code is commented out for now).
                   1331: 970110 New function pfield_init_linetoscr(). Move calculation of diw_end and
                   1332:        diw_start values there from x86-specific code. Also use DDF values to
                   1333:        determine where data in pixdata.apixels is valid. The x86-specific
                   1334:        linetoscr routines now only do the alignment masking (and they now do
                   1335:        it correctly, too).
                   1336:        Got rid of the display-related contents of struct draw_info, make 
                   1337:        static variables and them initialize from pfield_draw_line() only when 
                   1338:        necessary in function pfield_expand_dp_bplcon (). Get rid of the four
                   1339:        saved_* arrays, remember line_drawinfo instead now that it's smaller.       
                   1340:        Color compare avoidance didn't work because color_src_match didn't get
                   1341:        set when a compare was successful. Fixed.
                   1342:        Reorder parts of the decision-making code so that less redundant checks
                   1343:        are performed.
                   1344:        Add clever x centering. Change "-O" option parameter format.
                   1345:        In md-i386-linux/support.c, memcmpy(), do memcmp() first, then switch
                   1346:        to a plain memcpy routine once we find the first difference.
                   1347:        Patches from Stefan Reinauer/Christian Schmitt for 
                   1348:        xdebug.c/configure.in
                   1349:        New uae-ui.tk from Volker Zota.
                   1350:        Add --enable-profiling to configure.in.
                   1351:        Check for period==0 in AUDxPER() was accidentally commented out -
                   1352:        revert.
                   1353: 970109 Some tweaks in X86.S, plus a new option X86_PPRO_OPT to use movzbl
                   1354:        instead of xorl/movb when possible.
                   1355:        Fix maxline calculation in finish_drawing_frame().
                   1356:        Make next_lineno always a valid array index. Decrease minfirstline to
                   1357:        21 (NTSC vblank end). New option -O to specify display parameters,
                   1358:        supersedes -d and -C which will be removed eventually. Differentiate
                   1359:        between line doubling and aspect correction. Put aspect correction code
                   1360:        in custom.c.
                   1361:        Remove some more unused stuff from custom.c.
                   1362:        Fix Makefile problems when cpuopti isn't used.
                   1363: 970108 use_lores isn't initialized before custom_init(), setup lores_frame and
                   1364:        friends in customreset(). Optimize spixstate clearing. Optimize border
                   1365:        drawing with copper color changes (use fill_line instead of linetoscr)
                   1366:        Fix the sprite DMA logic, it now works with the Interference demo.
                   1367:        Silly bug: Sprite 7 never got displayed (introduced sometime last week)
                   1368:        Implement USER_PROGRAMS_BEHAVE for normal (non-compiler) CPU emulation.
                   1369:        Add most of Gustavo's last patch (new dir md-i386-dos)
                   1370: 970107 Finish rewriting most of the drawing code in custom.c/X86.S. See
                   1371:        README.PROGRAMMERS and source for details. Improvements include better
                   1372:        copper precision, better interlace support, hopefully much less bugs
                   1373:        and not too many new ones.
                   1374:        Remove calc_adjustment() and gfxvidinfo.x_adjust; replace with code in
                   1375:        custom.c that looks at gfxvidinfo.follow_diwstop (new field)
                   1376:        Some operations (like EHB playfields) now have a higher penalty than
                   1377:        before, the assumption being that these are rare and the normal case
                   1378:        runs faster if it doesn't have to care too much about exceptions.
                   1379:        Fix sign mismatch bug in BPL1MOD() and BPL2MOD().
                   1380: 970104 Move x_ShowEA() from xdebug.c in newcpu.c, rename as ShowEA().
                   1381: 970102 Add check for XK_W to decode_es() in xwin.c.
                   1382:        New uae-ui.tk from Volker Zota.
                   1383: 961218 Add a patch by Bernie Solomon to overcome a problem with K&R compilers. 
                   1384:        Change X86.S in a way that may make it either faster or slower.
                   1385:        Fix ADF_EXT1.
                   1386: 961217 #ifdef XK_dead_*, since Solaris doesn't have it.
                   1387: 961202 Fixed joystick.h problem in configure. X11/DGA support from Kai
                   1388:        Kollmorgen.
                   1389: 961117 Some fixes in svgancui.c.
                   1390: 961112 Gustavo's latest patch, with GUS support for DOS by Michael Sontheimer.
                   1391:        Add menu browsing to tui.c/svgancui.c
                   1392: 961107 Fix m68k_areg and m68k_dreg macros (put args in parentheses)
                   1393:        Initialize gfxvidinfo.maxlinetoscr in xwin.c (found by Sam Devulder)
                   1394: 961104 svgancui.c tui_refresh() routine tweaked to work with the non-standard
                   1395:        ncurses that came with my new SuSE-Linux CD.
                   1396: 961031 Added Christian Schmitt's xdebug.c (disabled for this release)
                   1397: 961024 Module search function from Michael Krause.
                   1398: 961019 Add Samuel Devulder's Amiga patches.
                   1399: 961018 Don't use -lm on NeXTStep.
                   1400: 961017 configure checks for -lforms.
                   1401: 961016 Ian Stephenson's new NeXTwin.m. Make CLXDAT return 0 (no collisions)
                   1402:        transdisk and transrom patches from Rodney Hester. Don't warn about
                   1403:        256K Kickstarts. Check diskfile sizes and try to determine whether it's
                   1404:        a normal or a HD diskfile. No HD drive identification yet (is it
                   1405:        different?)
                   1406: 961013 Corrected lots of bugs in the return address stack. Fix some errors in
                   1407:        the compiler memory management. Use the "locked" flag for hash entries
                   1408:        differently, and don't enforce it on a cache flush. Compile JMP to a
                   1409:        constant address.
                   1410: 961012 Remove regs from cache before sign extending them for ADDA, MOVEA and
                   1411:        similar things. Compile NOPs to nothing. Implement variable shifts/
                   1412:        rotates. Most shifts clear the V flag: Handle this in the compiler by
                   1413:        some extra magic sequences after shifts or in the CC_AFTER_RO case in
                   1414:        flush_cc_cache().
                   1415:        Implement a stack containing return addresses and their hash entries,
                   1416:        and compile JSR (to constant addresses)/BSR/RTS instructions inline.
                   1417: 961011 compiler.c: Several bugs introduced in the last two days fixed.
                   1418:        New function compile_note_modify() which is used when an ea is
                   1419:        modified. This replaces calls to storeea with eaino_s == eaino_d.
                   1420:        Bah, the 386 doesn't set flags on a NOT. Use CC_TEST_REG again.
                   1421:        Do flag life analysis until no more changes are found.
                   1422:        Make sure all "data" parts of EAs are locked exclusively (esp. for 
                   1423:        LEA, PEA)
                   1424: 961010 compiler.c: Finish yesterdays changes. Get rid of reg/offset
                   1425:        bookkeeping in m68k_compile_block(), keep the information in struct
                   1426:        ea_info instead. Rewrite all instructions to use the new fetch and
                   1427:        store routines.
                   1428:        Don't force a byteorder conversion in sync_reg() if the reg doesn't need
                   1429:        to be written back. Don't do a SAHF or equivalent in compile_condbranch
                   1430:        if we are doing a BRA or BF.
                   1431:        Don't use CC_TEST_REG for NEG and NOT (this was inefficient for NOT and
                   1432:        wrong for NEG).
                   1433: 961009 compiler.c: Two types of locks for registers; shared and exclusive.
                   1434:        Implement better EA fetching and storing routines. For pdi addressing
                   1435:        modes, lock the necessary registers shared before calling prepareea.
                   1436:        Unlock those registers again in generate_possible_exit().
                   1437: 961008 MOVEM instructions in the compiler to an absolute address could have
                   1438:        caused random memory corruption.
                   1439: 961007 Spanish keyboard support for X by Ruben Martinez. Some configure fixes
                   1440:        (don't assume current dir is in path, don't assume ncurses.h exists if
                   1441:        libncurses does).
                   1442:        If we're calling 68k code from an emulator function, don't use compiled
                   1443:        code.
                   1444:        Add a compilation option USER_PROGRAMS_BEHAVE (for compiler). Make
                   1445:        compiler hash table larger.
                   1446: 961004 Fix typo in configure.in.
                   1447:        Modify the compiler so it doesn't ever throw away code, unless it's
                   1448:        necessary for a cache flush.
                   1449:        Didn't quite squash the compiler flag bug yesterday. Try again.
                   1450:        In filesys.c, do_find(), add a parameter fallback that indicates that
                   1451:        the open should be retried with O_RDONLY if it failed with O_RDWR.
                   1452:        Use this in find_input(). This fixes problems with r/o files on r/w
                   1453:        volumes.
                   1454: 961003 Play around with the x86 specific memory access functions. Problem:
                   1455:        __attribute__((regparam)) isn't reliable, and it seems that that's a
                   1456:        rather hard to fix bug in GCC. Add some alternatives to
                   1457:        md-i386-linux/memory.h; these aren't used yet though.
                   1458:        Huh, the compiler was completely wrong about the flag needs of
                   1459:        conditional instructions. I wonder how it could work at all...
                   1460:        Remove a and d arrays from struct regstruct; replace with array regs
                   1461:        with 16 elements. This allows better code for get_disp_ea()
                   1462: 961002 BeBox diffs from Christian Bauer. Move all code from main() to new
                   1463:        function real_main().
                   1464: 961001 Use do_get_mem_*() functions for nextiword(), nextilong() and new
                   1465:        function nextibyte().
                   1466: 960930 genblitter optimizations: Don't generate expressions in genblitter, use
                   1467:        a second program called gengenblitter to generate a table of
                   1468:        expressions for genblitter to use. gengenblitter knows about a lot of
                   1469:        rules to simplify expressions. Some other tweaks to make GCC output
                   1470:        better assembly for blitfunc.c.
                   1471: 960927 Turn off LED() in xwin.c (may fix SunOS joystick emulation problems)
                   1472:        Call XFlush() and XSync() when exiting.
                   1473:        Add some DOS patches.
                   1474:        Add hooks in filesys.c to support filesystem units in a GUI. Use them
                   1475:        in tui.c. Bugfixes in svgancui.c. Change the way tui_refresh() works.
                   1476:        New option "-A".
                   1477: 960925 For read-only filesystems (CD...), use O_RDONLY in action_find_input.
                   1478: 960923 Save options file even if rename fails.
                   1479:        Mirror address space every 16MB like we used to (got turned off by
                   1480:        accident).
                   1481:        Move some checks out of options.h into configure. Set up md-*
                   1482:        directories with machine-dependent stuff in them; configure creates
                   1483:        a link called machdep to the appropriate one.
                   1484: 960918 Solaris sound update from Manfred Thole.
                   1485: 960917 Add a timer.device replacement (buggy).
                   1486: 960916 Tristan Cavelier's french keyboard patch.
                   1487:        Apply ReadTheSpecsBeforeYouWrite(tm) technology to AddPort().
                   1488:        Implement RemPort(), GetCC().
                   1489: 960915 Tighten up some of the return values in Exec.
                   1490: 960914 EXEC: Implement RemTask(), ObtainSemaphoreList() and
                   1491:        ReleaseSemaphoreList(). Set up more fields of the ExecBase properly
                   1492:        and Enqueue it in the library list. Make InitResident call AddLibrary
                   1493:        when appropriate (otherwise, intuition is never put into the library
                   1494:        list). Fix major braino in Obtain/ReleaseSemaphore() (tried to Enqueue
                   1495:        tasks into two lists). Make OpenLibrary() honor the version parameter.
                   1496: 960913 EXEC: Idle task now runs in user mode (abuse 0xFF0D as second STOP
                   1497:        instruction). Make EXEC_IntTrap perform the RTE before trying to
                   1498:        schedule.
                   1499: 960912 Solaris sound didn't compile. So much for making blind changes without
                   1500:        being able to test them.
                   1501: 960911 As soon as you compile it under Solaris, it bombs... Now check that the
                   1502:        hardfile exists before determining the size in main.c.
                   1503:        execlib fixes: Set master DMA enable bit at startup, fix interrupt
                   1504:        code to survive an interrupt that occurs before the proper SetIntVector
                   1505:        call. Implement RawDoFmt(), CloseDevice(), CloseLibrary(),
                   1506:        FindResident().
1.1       root     1507: 960905 Lower 8 bits of POTGOR should be 0.
                   1508: 960904 Implement MULU, MULS, ADDX and SUBX in compiler.
                   1509: 960903 ncurses interface works. DOS people: please use the new portable tui.c
                   1510:        and turn dos-ui.c into a frontend for conio.h, similar to svgancui.c
                   1511:        In xui.c, unlink the temporary files ASAP.
                   1512:        Two new command-line options, "-o" and "-G".
                   1513:        Get rid of sz_unknown.
                   1514:        compiler.h, compiler.c: New files.
                   1515:        filesys.c, action_read(): Added a hack to test whether the first four
                   1516:        bytes read from a file a file contain 0x000003F3 (HUNK_HEADER), in
                   1517:        which case there's probably a LoadSeg() call going on and we ought to
                   1518:        flush the cache. Also, use the fact that memory is now linear.
                   1519: 960902 Struggle a bit with dos-ui.c, rename it to tui.c (text-based ui), add
                   1520:        new file svgancui.c (ncurses ui) and try to make these two understand
                   1521:        each other.
                   1522: 960829 New transdisk from Stefan Ropke (can write images)
                   1523:        Apply Patrick Hanevolds BeBox patches.
                   1524: 96082x many changes to Exec. Still not booting (DMACON seems not to be set up
                   1525:        properly, and sometimes Signal is called with task==0).
                   1526: 960821 Solaris sound from Manfred Thole.
                   1527: 960820 In filesys.c, get_fileinfo(), return volume name for top-level 
                   1528:        directory.
                   1529: 960819 Reimplement WritePixel(). Layer locking is still missing.
                   1530: 960818 Reverse meaning of -x flag for X11. More Exec code.
                   1531:        Several changes to the main CPU loop and the way call traps work.
                   1532: 960817 Implement some simple Exec functions (Lists, AllocMem & friends)
                   1533: 960816 filesys.c fixes from David Varley.
                   1534: 960815 Implement graphics library region functions.
                   1535: 960814 Modify memory layout: All memory is linear now; get_real_address()
                   1536:        returns a (UBYTE *).
                   1537: 960810 Add Gustavo's latest DOS code.
                   1538:        In configure, include <sys/param.h> earlier for the sake of some *BSD.
                   1539:        Add three options for sound code (bits, frequency, buffer size).
                   1540:        Make -S option take a parameter; remove SPEED_UP_SIDMON_MODULES.
                   1541:        New version of transrom (return 0, duh).
                   1542: 960805 Fixed the blitter line mode emulation (this time, really! I hope.)
                   1543:        Thanks to Fabio Ciucci for a detailed description of the correct
                   1544:        behaviour.
                   1545: 960730 Spent the last three days trying to make the filesystem emulation
                   1546:        bootable by adding an expansion device for it. A fair bit of trial and
                   1547:        error, but now it works! Even the hardfile now works with Kick 1.3, but
                   1548:        you have to mount it manually after booting.
                   1549:        hardfile.c, filesys.c, expansion.c and autoconf.c now are an
                   1550:        entangled mess which badly needs to be cleaned up.
                   1551:        We can now mount more than one filesystem even with Kick 1.3: we
                   1552:        recognize them by param 2 of the startup packet, which has the same
                   1553:        value as the dn_Startup field of the devicenode.
                   1554:        Make Kickstart replacement work again (didn't like the CPU emulator
                   1555:        changes)
                   1556:        Include preliminary serial support from Stefan Reinauer.
                   1557: 960728 Fixed the scancodes for <> and #' keys in svga.c
                   1558:        Apparently, CIA timer latches ought to be 0xFFFF after a reset
                   1559:        (prevents Eagleplayer from crashing occasionally). #ifdeffed out a
1.1.1.2   root     1560:        slightly weird call to INTREQ from RethinkICRB()
1.1       root     1561: 960727 Sound code rewritten again. Now uses events (five new ones). All 
                   1562:        modules seem to play correctly now. It's a bit slower, though.
                   1563:        AF sound should work again, patches from Marcus Sundberg.
                   1564: 960723 ... and more CPU emulation bugs fixed by Herman.
                   1565:        Added uae.library from Tauno Taipaleenmaki, plus support files in the
                   1566:        "amiga" directory.
                   1567:        Added some files for the XFree86/OS2 port from Krister Bergman.
                   1568:        Reorganized all the directories.
                   1569: 960717 Add latest patch from Herman.
                   1570:        More FAST_BLITTER options: 4 and 5. These finish the blit immediately.
                   1571: 960713 Call XAutoRepeatXXX() only if we know we want to change the state.
                   1572: 960709 Work around a few AIX bugs (ughhh... what a broken OS). New test for
                   1573:        sys/select.h.
                   1574:        In xui.c, don't try to communicate with a dead process.
                   1575: 960704 More bugfixes from Herman.
                   1576:        Get rid of dummy_xlate(), use default_xlate() to abort with error.
                   1577:        In svga.c, set correct_aspect to 0 if using lores.
                   1578:        Change the Bcc exception 3 handling code a bit.
                   1579:        Add new program "cpuopti" that takes gcc-generated assembly files and
                   1580:        optimizes away unnecessary pushl/popl instructions on the x86.
                   1581: 960701 68020 exception handling & various bugfixes from Herman ten Brugge.
                   1582:        In ersatz.c, use 0xFF0D instead of 0xF00D as trap opcode.
                   1583:        Do MMU "emulation" (no-op MMU instructions, probably many cases decoded
                   1584:        incorrectly).
                   1585: 960627 New file LIESMICH, with minimal German instructions. Somebody want to
                   1586:        translate the docs to French, Spanish, Italian, all the Scandinavian
                   1587:        languages, Hebrew, Polish, Dutch, Russian, Welsh, Gaelic and something
                   1588:        [email protected] understands? (No offense meant - I'm sure there are
                   1589:        brillant minds using AOL. There must be.)
                   1590: 960626 In zfile.c, make sure we delete the temporary file even if file
                   1591:        decompression fails.
                   1592:        Reimplemented sound support, this time following the HRM closely. Seems
                   1593:        to work fine most of the time, but occasionally loses drum beats in
                   1594:        TFMX modules. do_sound() is now unconditional, it calls
                   1595:        flush_sound_buffer(), which is system-dependent. This breaks everything
                   1596:        except Linux sound for now :(
                   1597:        Add Herman ten Brugge's 68020/68881 emulation code.
                   1598:        FreeBSD chokes if sys/mount.h is included without sys/types.h. Fix the
                   1599:        configure script.
                   1600: 960622 More work on AGA code.
                   1601:        Removed 2-bit display routines from custom.c. Ian: please use dithering
                   1602:        code.
                   1603:        Make slowmem and chipmem sizes run-time configurable.
                   1604:        Mask out the high bits in BLT?PTH().
                   1605:        Add exception 3 checks to Bcc/BSR instructions. Seems to be not quite
                   1606:        correct yet.
                   1607:        Completely rewrote the disk emulation. We now create a big track buffer
                   1608:        full of MFM data, used in a cyclic fashion by DSKBYTR() and friends. 
                   1609:        The current position in the buffer is determined by the cycle counter.
                   1610:        DMA reads are now done in one piece. Two new event types: ev_diskblk 
                   1611:        and ev_diskindex.
                   1612:        ARRGGHH! The RSI demo has _completely_ broken disk loading routines.
                   1613:        They start disk DMA on a block while the blitter is still working on 
                   1614:        the same memory region.
                   1615:        In zfile.c, unlink() the temporary file directly after opening it so
                   1616:        it will be freed by the OS as soon as we close it (or crash... :)
                   1617: 960621 Merge pfield_sprite_h() and pfield_sprite_l() into one function.
                   1618:        Split off new files blitter.c and blitter.h from custom.c.
                   1619:        Fixed null-pointer dereference in zfile.c when filename has no
                   1620:        extension.
                   1621:        Add new field maxline to gfxvidinfo that prevents writing past the
                   1622:        screen buffer if it has less lines than expected.
                   1623:        Modify the 256 color allocation routine to set nb_cols to the same
                   1624:        value first for r,g and b; allocate everything as usual and fill the
                   1625:        lost colors afterwards with those that have the greatest difference.
                   1626: 960620 For some extremely weird reason, it is faster to simply call the
                   1627:        assembly-optimized pfield_linetoscr_full routines _twice_ to double the
                   1628:        line than calling the new (also assembly-optimized)
                   1629:        pfield_linetoscr_full_double routines, at least when writing directly 
                   1630:        into the framebuffer. If someone has a good theory why, let me know 
                   1631:        about it.
                   1632:        Drawing into memory is faster with the _double routines, but not
                   1633:        noticeably (about 1%).
                   1634:        Consequence: Removed the new pfield_linetoscr_full_double assembly
                   1635:        routines again.
                   1636:        Add a "--disable-gui" option to configure.
                   1637:        Add Samuel Devulder's dithering code. Provide support for mono and
                   1638:        16 color X servers.
                   1639:        Put an assembly version of DitherLine() in X86.S.
                   1640:        New color mode (3) available, tells UAE to use 256 colors and dither
                   1641:        the image. This is meant for people who have only a 256 color X server
                   1642:        available, but it works with the SVGA version, too. It's much slower
                   1643:        than normal 256 color mode, though.
                   1644:        Use the color allocation algorithm from the dither code in
                   1645:        alloc_colors256(), too.
                   1646: 960619 New files: zfile.c and zfile.h, from Samuel Devulder. These provide
                   1647:        transparent decompression of various compressed file formats. Enabled
                   1648:        by configure only for Unix systems.
                   1649:        Eliminate dont_want_aspect. New option "-C", sets correct_aspect. Make
                   1650:        video mode 3 640x480, video mode 4 800x600. Honor correct_aspect in
                   1651:        320x400, 640x480 and 800x600 mode with SVGAlib.
                   1652:        Add fields maxlinetoscr and x_adjust to gfxvidinfo.
                   1653:        Rename pfield_slow_linetoscr() to pfield_do_linetoscr(). Use new fields
                   1654:        in gfxvidinfo to enable writing directly to the framebuffer in
                   1655:        resolutions with <800 horizontal pixels.
                   1656:        New function pfield_do_linetoscr_full(), called when sure that full
                   1657:        line update is being done.
                   1658:        Move some of the usage() information into some target_specific_usage() 
                   1659:        functions, defined in the various system-specific files.
                   1660:        Support lower resolutions with LOW_BANDWIDTH, too.
                   1661:        memcpy() within screen memory is dog slow. Prevent some common cases:
                   1662:        1. Use fill_line() to double a line in the border.
                   1663:        2. Add a parameter to pfield_do_linetoscr_full() to indicate whether 
                   1664:           the line has to be doubled. New functions
                   1665:           pfield_linetoscr_*_double_slow() that simply do a memcpy(), plus 
                   1666:          optimized ones in X86.S that are much faster by avoiding the copy.
                   1667:        Smart update code could get confused by lores modes when
                   1668:        prev_max_diwstop changed from one frame to the next. New variable
                   1669:        frame_redraw_necessary, which acts as a counter. It's initialized to
                   1670:        2 in interlace mode to handle that case properly, too.
                   1671:        Move sprite priority checks into pfield_sprite_?(), move HAM
                   1672:        calculations into new function decode_ham6() to simplify the various
                   1673:        linetoscr functions.
                   1674:        Fixed a bug that would cause sprites to get deformed in some cases
                   1675:        when they overlapped (never seen it).
                   1676: 960618 New file: dos-snd.c, from Gustavo.
                   1677: 
                   1678: 960617 Release 0.6.0
                   1679: 960617 Fix memory clobber in X86.S when diwfirstword==0. Eliminate double test
                   1680:        for HAVE_SYS_MOUNT_H in sysdeps.h.
                   1681: 960616 Handle programs that don't wait for the blitter by finishing a pending
                   1682:        blit as soon as a blitter register is written to (regardless of DMACON,
                   1683:        to be safe).
                   1684:        Call gui_led only if the LED changed.
                   1685: 960615 Fixed dual playfield sprite priorities. Optimized dual playfield code
                   1686:        in X86.S. More work on AGA code. Get joystick status only in
                   1687:        vsync_handler to speed things up.
                   1688:        Make blitter fill more intelligent with table lookups instead of loop.
                   1689: 960614 DOS update from Gustavo. Pass real bitplane pointer to
                   1690:        bpl_data_differs(), don't calculate it again.
                   1691: 960610 Fixed silly INTEL_FLAG_OPT bug: The new __asm__ expressions use
                   1692:        regflags, which is of course _regflags on a.out...
                   1693:        More BeBox fixes from Christian.
                   1694:        Make the CIA bank bigger (A0..BF) and relax the CIA A/B selection
                   1695:        checks to make broken software (Kingsoft's Emerald Mine, reportedly)
                   1696:        happy.
                   1697:        Default framerate is now 1.
                   1698: 960603 New BeBox code from Christian. Fix test for ELF in configure.in.
                   1699: 960529 genblitter.c: generate blitfunc as a function taking ULONGs and
                   1700:        returning an ULONG. This makes custom.o about 4500 bytes smaller on the
                   1701:        x86 by removing worthless size prefixes, and should increase
                   1702:        performance (better for the cache, and the P6 reportedly doesn't like 
                   1703:        16 bit instructions anyway).
                   1704:        memory.c: Load Kickstart in one block and swap bytes after that if
                   1705:        necessary (eliminates the need for the special bebox load routine)
                   1706:        custom.c: Some preliminary work for AGA support.
                   1707: 960528 Saw a real awful piece of code that detects the right mouse button by
                   1708:        reading a value from POT0DAT, counting up to 25, reading from POT0DAT
                   1709:        again, and deciding the button is pressed if the value changed. Urgl!
                   1710:        Added POT0DAT() in custom.c ...
                   1711:        Gustavo's latest patches.
                   1712: 960525 Do index pulse handling in CIA_hsync_handler(). Make sure bit 12 in 
                   1713:        INTREQ gets set on an index pulse. Don't call DISK_Index() for now,
                   1714:        since this breaks the Workbench.
                   1715:        The CIA code should _probably_ not be resetting the bits in INTREQ.
                   1716:        Disable this as an experiment, let's see what breaks.
                   1717: 960524 Z flag handling for ABCD/SBCD/ADDX/SUBX was wrong (must be clear if not
                   1718:        zero, was set if zero). Some other flag bugs in these functions fixed.
                   1719: 960523 gfxlib.c update from Christian Schmitt. Some new Mac code from Ernesto,
                   1720:        still not all of it, though. Italian keyboard from Alessandro Bissacco.
                   1721: 960522 Fix the CHK instruction. Implement middle mouse button.
                   1722: 960515 Fix some Nextstep problems in configure.in.
                   1723: 960513 New Makefile target "streifenfrei" to remove all output from configure.
                   1724:        Use autoconf 2.7; 2.9 is buggy.
                   1725: 960512 Remove BIG_ALIGNMENT hack. Remove superfluous pfield_fetchdata() call
                   1726:        in pfield_doline_slow_l() that resulted in garbage on the screen.
                   1727:        Move blttbl array from custom.h to genblitter.c
                   1728:        Use new lookup tables imm8_table and areg_byteinc in CPU emulation
                   1729:        instead of ?: expressions.
                   1730:        GCC appears to generate better code if the opcode is passed as ULONG to
                   1731:        the CPU emulation functions instead of as UWORD.
                   1732:        Modify some of the flag emulation __asm__ statements so that GCC uses
                   1733:        less registers for them.
                   1734: 960510 Cast malloc() results to char *, for C++ compilers.
                   1735: 960509 Use test for GCC and __i386__ in options.h to decide whether to use
                   1736:        intel flag optimization.
                   1737:        Use test for wish4.0 to decide whether to use the GUI.
                   1738: 960507 New bebox.cpp from Christian. AF sound patches from Marcus Sundberg.
                   1739: 960505 Fix the configuration stuff so it works. Fix some bugs in gfxlib.c
                   1740: 960504 Use GNU autoconf scripts to generate Makefile and sysconfig.h. Add new
                   1741:        files sysdeps.h that includes the right system header files. Remove
                   1742:        amiga.h and Makefile.
                   1743: 960502 More Next code from Ian (new Uae.app directory, 2 bit drawing for
                   1744:        custom.c).
                   1745: 960501 Allow the sound driver to set the frequency to a value that is slightly
                   1746:        different from the requested one.
                   1747: 960430 Added AmigaOS port from Olaf Barthel.
                   1748: 960427 Fixed single playfield sprite priorities in X86.S.
                   1749: 960426 Added new NeXTwin.m from Ian.
                   1750:        Turn off the blitter delay in line mode.
                   1751:        Added a CPU optimization from Olivier Raoul: gencpu now reads a file
                   1752:        "insncount" that can be generated by UAE during execution and generates
                   1753:        specific functions for the most common opcodes. Not documented yet.
                   1754: 960414 Reimplemented the fast disk emulation in a more sane way. Also it's
                   1755:        only done for reads now. (Plus, it no longer works :-/ Need to work
                   1756:        some more on this).
                   1757:        In blitter emulation, defer not only the setting of the bltfinish bit,
                   1758:        but actually defer the whole blit for the number of cycles it will
                   1759:        take. This makes programs the clear the screen while it is still being
                   1760:        displayed look much better.
                   1761:        Changed supervisor mode handling around a bit (was messy).
                   1762:        New DOS code from Gustavo.
                   1763: 960412 Removed smart update method 2. Added Alessandro Bissacco's blitter
                   1764:        optimization patch.
                   1765:        Fixed some sprite problems: during hysnc, clear sprpos and sprctl, and
                   1766:        don't do_sprites() in line 0.
                   1767: 960409 Be a little more intelligent about when to call pfield_linetoscr() from
                   1768:        pfield_doline_slow(). It's only necessary if a color register changed.
                   1769:        If it can be deferred to the end of the line, use the the _full
                   1770:        variants.
                   1771:        Some CIA TOD fixes.
                   1772:        Better transdisk, accepts first/last track parameters.
                   1773: 960405 New function memcmpy(), inline assembler for the i386. Compares two
                   1774:        memory blocks and copies them at the same time. Used in
                   1775:        bpl_data_differs.
                   1776: 960404 French keyboard from Tristan Cavelier. Parallel port emulation from
                   1777:        Stefan Reinauer.
                   1778:        Turn bpl?pt and r_bpl?pt into arrays, simplify some code using them.
                   1779: 960401 Some parts of Ernesto's new Mac sources.
                   1780: 960331 filesys.c: Close filedescriptors in free_key(). get_path() sometimes
                   1781:        read uninitialized bytes.
                   1782:        Minor cleanups all over the place.
                   1783:        unchain_mnn() leaves sibling intact, but clobbers next. customreset()
                   1784:        didn't care about that and crashed.
                   1785:        Use the __asm__("intel_flag_lookup") magic not only for DOS.
                   1786:        Support 320x300 for X (without LOW_BANDWIDTH).
                   1787:        Add new function fast_memcmp(), defined as memcmp if __i386__ is
                   1788:        undefined, otherwise a slightly optimized inline assembly function.
                   1789: 960329 Some bug fixes in gencpu.c
                   1790: 960328 Stupid programs write odd playfield modulos into the hw registers...
                   1791:        Eek! Sometimes, linedescr[] was indexed with a negative value... Add a
                   1792:        vpos >= minfirstline check to pfield_may_need_update(). I really need
                   1793:        to rewrite this in Oberon...
                   1794:        Don't turn off SHM when LOW_BANDWIDTH is selected.
                   1795:        Keep the nextpos and linepos variables from pfield_doline_slow_?() as
                   1796:        globals and initialize them in pfield_may_need_udpate().
                   1797:        Modified alloc_colors256() some more.
                   1798:        Try to make sprite DMA follow the Amiga DMA slots more closely by
                   1799:        adding a currhp parameter to do_sprites() and calling it at the end
                   1800:        of a scanline or in pfield_may_need_update().
                   1801: 960327 Added Gustavo's latest DOS code, as far as possible. Modified X86.S to
                   1802:        use a macro SYM() to create symbol names either with underscore or
                   1803:        without.
                   1804:        Fixed some very silly SVGAlib lores bugs. Move screen 8 pixels up in
                   1805:        low resolution.
                   1806:        Use diwstop instead of diwstart to caclulate the DIW for 320x200 modes.
                   1807:        Reset it not only in calcdiw(), but also in init_frame().
                   1808:        Speed up 256 color allocation a little bit.
                   1809: 960326 New function flush_block() in xwin.c and svga.c. Called from
                   1810:        do_flush_line() and (new function) do_flush_screen(). Modify struct
                   1811:        vidbuf_description, new member maxblocklines that records the maximum
                   1812:        number of scanlines that do_flush_line() should collect before calling
                   1813:        flush_block(). If it is zero, then flush_line() is used as before.
                   1814:        This makes the special case stuff for SHM unnecessary, so it's removed.
                   1815:        Fixed a stupid bug in events code: Put ev_hsync in front of ev_copper,
                   1816:        so that do_copper gets called with hpos == 0 instead of hpos == 227 at
                   1817:        the beginning of the line.
                   1818:        New function init_frame() that sets up some variables, called from 
                   1819:        customreset() and vsync_handler().
                   1820:        Move smart update code to pfield_doline() from pfield_doline_h() and 
                   1821:        ..._l(). Clean up these two with a macro DO_ONE_PLANE, removing
                   1822:        duplicate code.
                   1823:        Implement big blits and ECS chip ids. New configuration options
                   1824:        ECS_AGNUS and ECS_DENISE.
                   1825:        Implement MOVEP.
                   1826: 960325 Before calling pfield_may_need_update(), make sure the value that was
                   1827:        written to a register actually differs from the previous one.
                   1828:        New expansion code from Stefan Reinauer.
                   1829:        Modify struct mem_notify_node to contain a pointer to a valid bit 
                   1830:        instead of the valid bit itself, so that the playfield code has to
                   1831:        check only one flag to decide whether to draw the line (SU method 2)
                   1832: 960324 The chip_flags approach has several problems. A flag may cover an area
                   1833:        in memory that spans two scanlines, or several scanlines may use the
                   1834:        same area in memory.
                   1835:        Provide two other, different methods for the smart update:
                   1836:        1. Save all the bitplane data for each line and compare the chipmem
                   1837:           with the saved data to decide whether an update is necessary.
                   1838:        2. Use a chain of memory_notify_node structs instead of a single bit
                   1839:           for flags. Each scanline owns a set of these structs and chains them
                   1840:          into the right place, and the chipmem_?put routines walk the chains
                   1841:          and set the modified bit for each element.
                   1842:        Unfortunately, both methods are slower than the old one. Especially the
                   1843:        first one has some advantages though: it speeds up programs that clear
                   1844:        the screen each update and write the same contents back, and it
                   1845:        can speed up double-buffering programs at full framerate, since it does
                   1846:        not have to check whether the bitplane pointers have changed.
                   1847:        Remember the first and last drawn line for each frame, and pass them to
                   1848:        flush_screen. Use this in xwin.c for SHM. Modify SHM logic: if smart
                   1849:        update is selected, call XShmPutImage() from flush_line() instead of 
                   1850:        from flush_screen(). But gather blocks of consecutive lines to avoid
                   1851:        calling XShmPutImage() too often.
                   1852: 960323 "Smart update" method, based very loosely on Alessandro Bissacco's
                   1853:        work, implemented:
                   1854:        Add an array chip_flags that records any change made to specific words
                   1855:        in chip memory.
                   1856:        Move all the hardware registers relevant to playfield display into a
                   1857:        new structure bplinfo. Remember the contents of this structure in
                   1858:        struct line_description for every line on the screen. Avoid redrawing
                   1859:        in pfield_doline if the screen memory has not been modified for the
                   1860:        line to be drawn and if the information from the last frame matches
                   1861:        that in the current frame.
                   1862: 960322 Duplicate all functions responsible for drawing (pfield_doline,
                   1863:        pfield_doline_slow, pfield_sprite, pfield_*word_*res) and append _h
                   1864:        or _l (ah, the golden C++ days, when we had templates... which never
                   1865:        worked). Modify the *_l functions to support drawing in low resolution
                   1866:        (i.e. 320x200). Change the options -d and -H to support selecting color
                   1867:        mode and resolution, thereby getting rid of some SVGALIB_* options.
                   1868:        Get rid of the old pfield_*word_*res functions.
                   1869:        Collect information about the minimum diwstart value during the
                   1870:        previous frame and use that in case 320x200 was selected to fit the
                   1871:        image on the screen.
                   1872:        Get rid of HAVE_JOYSTICK (breaks the "-J" option)
                   1873: 960321 Give up in op_illg() if opcode is 0x4e7b and the exception handler for
                   1874:        it is NULL. In that case, it's a 68020 Kickstart.
                   1875: 960319 New Next code from Ian. SunOS target was still screwed (two CFLAGS).
                   1876:        Turn -x option into a "hair cursor" option. Support multiple mounts,
                   1877:        but warn if more than one is seen (still does not work with Kick 1.3).
                   1878:        Integrated Samuel Devulder's new LOW_BANDWIDTH patch.
                   1879: 960318 Integrated the start of Markus Gietzen's gfx library replacement.
                   1880:        Changed the interface between custom.c and the graphics code. There has
                   1881:        to be a buffer holding the data of all the lines on the screen. For
                   1882:        linear SVGAlib modes, this is the video memory. Eliminated -x option,
                   1883:        prepare_line(), DrawPixel() and the X_?BIT_SCREEN options, replace with
                   1884:        3 versions of pfield_linetoscr for different datatypes. Implement
                   1885:        proper handling of the borders above and below the DIW in custom.c
                   1886:        instead of in flush_screen().
                   1887:        Move common code (color allocation) from all the graphics files to new 
                   1888:        file gfxutil.c.
                   1889:        Swedish keyboard from Per Olofsson.
                   1890: 
                   1891: 960315 Release 0.5.0
                   1892: 960315 Newest DOS port from Gustavo. New sgi-gcc target.
                   1893: 960314 Add -lXext to osf target. Use "rb" for fopen() in main.c
                   1894: 960310 Play a bit with the __asm__ constraints. Implement CHK.
                   1895: 960307 Fix some stupid Makefile errors. Call parse_cmdline() if no init file
                   1896:        is found.
                   1897:        First round of NextStep patches; new file NeXTwin.m
                   1898:        Stupid bug in custom.c: The #define is called NO_FAST_DISK, not
                   1899:        NO_FAST_FLOPPY.
                   1900:        Fix one of the problems the Deform demo had with the blitter: The
                   1901:        line texture wasn't rotated to the right position in blitter_init().
                   1902: 960306 Use some black GCC __asm__ magic to calculate flags more quickly
                   1903:        (config INTEL_FLAG_OPT)
                   1904:        HAM was broken by pfield_linetoscr changes. Fixed.
                   1905:        LOW_BANDWIDTH sometimes got confused when the display window changed.
                   1906: 960305 BCD instructions work well enough for Locomotive Basic on CPE.
                   1907:        New function parse_cmdline_and_init_file() that reads ~/.uaerc or
                   1908:        ./.uaerc and adds the options found in those files to those in argv[].
                   1909:        Patch from Denis Sablic to make disk image filenames runtime 
                   1910:        configurable. Extend it for the ROM filename.
                   1911:        Remove some of the run-time configurable stuff from config.h.
                   1912:        More X keysym fixes (I finally got a proper .Xmodmap ...)
                   1913:        for SVGAlib: Delete key, and PgUp/PgDn as Amiga keys.
                   1914:        The sound driver can now handle 22050 Hz and/or 8 bit samples. Both of
                   1915:        these are the default with LINUX_SOUND_SLOW_MACHINE.
                   1916:        Also use the SNDCTL_DSP_GETBLKSIZE ioctl and write the buffer when 
                   1917:        there is enough data.
                   1918:        Abuse keybuf.c to provide a fake joystick emulation with the numeric
                   1919:        pad (enable with -J)
                   1920: 960304 bebox.cpp from Christian.
                   1921:        Rename pfield_linetoscr_full to pfield_linetoscr_full8.
                   1922:        More x86 assembly: pfield_linetoscr_full16.
                   1923: 960303 SunOS target from Dirk Vangestel. Put some not-so-superfluous includes
                   1924:        back in. Added the DOS specific patches to filesys.c.
                   1925:        Started x86 assembly optimizations. New file X86.S, includes an
                   1926:        optimized version of pfield_linetoscr (for 8 bit screens only).
                   1927:        Don't use SA_RESTART if it isn't defined.
                   1928:        prepare_line() wasn't called often enough (again...), leading to memory
                   1929:        corruption and "hit the reset button" bugs when using SVGAlib.
                   1930: 960226 Get rid of bool, true and false in amiga.h and everywhere else.
                   1931:        Copy yesterdays code to AF_SOUND code, too.
                   1932:        Include first round of Christian Bauer's BeBox patches. Add AIX fix
                   1933:        from Samuel Mackrill.
                   1934:        Add #include <string.h> and #include <stdlib.h> in some more places.
                   1935:        Modify gencpu.c and readcpu.c so that immediate types j and J (0..15
                   1936:        and 1..8) can be merged. Replace HAVE_ONE_GIG... option with a new
                   1937:        CPU_EMU_SIZE option that can be set to a value in the range 0..5,
                   1938:        where 0 is minimum size and 5 is equivalent to HAVE_ONE_GIG...
                   1939: 960225 Remove multiplications in sound code, use a big lookup table.
                   1940: 960222 Go back to having only one memory bank table of type addrbank instead
                   1941:        of several function pointer arrays. Eliminate the HAVE_BROKEN_SOFTWARE 
                   1942:        define by extending the memory bank table to 65536 entries.
                   1943:        Remove remaining DUALCPU code. Allow BTST src,imm instructions in
                   1944:        table68k.
                   1945: 960220 Back out filesys.c change from Stefan Reinauer: don't call V36 specific
                   1946:        functions in expansion.library.
                   1947:        Better fix for the filesys.c assign problems by Oliver Moehrke.
                   1948:        Make new playfield code conditional on EXPERIMENTAL_SCREEN_UPDATE.
                   1949:        Improve the 64bit variant of said code. Try to get alignment for
                   1950:        apixels by putting it into a union with a long.
                   1951:        Kill the child in gui_exit(). Make graphics_init() return a value and
                   1952:        check it in main.c to see whether graphics were initialized. If not,
                   1953:        call gui_exit() anyway.
                   1954:        Use new 256 color allocation routine from svga.c in xwin.c, too.
                   1955:        Make LOW_BANDWIDTH compile _and_ work (wow...).
                   1956: 960219 Fix bug in memory.c: When loading 256K Kickstart, copy 256K, not 128K.
                   1957: 960218 Finished the rest of the UI: reset, debug and quit buttons as well as
                   1958:        drive LEDs. New target linux-gui; all others use dummy file nogui.c
                   1959:        for now.
                   1960: 960217 The GUI now supports inserting and ejecting diskfiles and displays
                   1961:        their names. Two pipes are used now, one for reading and one for
                   1962:        writing. Properly wait for the process to start up.
                   1963:        Use sigaction() instead of signal() in debug.c.
                   1964:        More fixes for the new display routines: Need to do a final call to
                   1965:        pfield_*word_*res with the data shifted right from the last fetched
                   1966:        word.
                   1967: 960216 Copper & sprite bugfixes from Marco Nelissen. Better X keyboard support
                   1968:        from Bruno Coste.
                   1969:        Move my_strdup() from filesys.c to options.h
                   1970:        New files xui.c, uae-ui (shell script) and uae-ui.tk (wish script).
                   1971:        These create a GUI for the X version of the emulator. So far, the
                   1972:        power LED works.
                   1973: 960215 Don't rely on SVGAlib headers defining any keycodes at all.
                   1974:        Include Thorsten Frueauf's NetBSD patch. Apparently, the devname
                   1975:        variable in hardfile.c caused a namespace collision, so rename it to
                   1976:        uaedevname. Fastmem fixes, debugger help, and ConfigDev allocation in
                   1977:        hardfile and filesys from Stefan Reinauer.
                   1978:        xwin.c: Give the window a title.
                   1979:        Half-implemented the DIVU.L, DIVS.L, MULU.L and MULS.L instructions.
                   1980: 960213 AF sound system support from Marcus Sundberg. Win95 keyboard support
                   1981:        for SVGAlib from Thierry Lescot. Added most of Gustavo Goedert's MS-DOS
                   1982:        port.
                   1983:        When using the old pfield_*word_*res functions, the gen_pfield_tables()
                   1984:        function was undefined.
                   1985:        Hmmm, /dev/brain must have been unmounted when I wrote the new pfield_*
                   1986:        functions. Now they make sure they access the apixels array only with
                   1987:        addresses that are multiples of 16 bytes.
                   1988: 960212 Fix copy&paste bug in cia.c found by Marco Nelissen: Need to call
                   1989:        RethinkICRB() instead of RethinkICRA() for CIA B timers.
                   1990:        Added Stefan Reinauers autoconfig area/fastmem support. Added run-time
                   1991:        options for use_slow_mem and use_fast_mem.
                   1992:        Oops, the pfield_*word_*res() optimizations break completely on HPs and
                   1993:        Sparcs. Now use this optimization only if we are using GCC 2.7.
                   1994:        HPUX fixes in the Makefile. New target hpux-gcc.
                   1995:        The code for clearing the areas above and below the DIW was trying to
                   1996:        be a little too clever selecting the color. Just use the current 
                   1997:        background color.
                   1998:        Added channel attachment to the sound code. Untested.
                   1999: 960211 Found some flag setting bugs in the rotate/shift instructions and in
                   2000:        addx/subx (which I thought I had already fixed) by reimplementing 
                   2001:        DUALCPU mode to work with Ed's e68k.
                   2002:        Argh! The copper is completely disabled during DDF in Hires 4 bitplane
                   2003:        mode - so copper positions 0x30 and 0x34 are about 640 pixels apart.
                   2004:        The Kickstart uses FF39FFFE to wait for the end of line 256 instead of
                   2005:        FFDFFFFE as in all the other modes. This is implemented now, but
                   2006:        probably not 100% correct.
                   2007:        Added check whether SVGAlib doesn't support our mode.
                   2008:        If using GCC >= 2.7, define __attribute__((aligned(16))) as
                   2009:        BIG_ALIGNMENT in config.h. Use it for the apixels array to prevent
                   2010:        potential problems on the Alpha.
                   2011:        Tried to make the color selection routine produce better results in 256
                   2012:        color mode.
                   2013: 960210 readdisk didn't work at all for large files - fixed.
                   2014:        In pfield_doline(), clear the apixels array if playfield DMA is off.
                   2015:        In SPRxCTL(), reset sprite mode when sprpos==sprctl==0
                   2016:        Rewrite pfield_orword_hires() and friends to use lookup tables. No
                   2017:        noticeable improvement on my machine, but might be different on other
                   2018:        machines. Two versions of this code: one using 64bit longs on the Alpha.
                   2019:        New targets linux-debug and linux-prof.
                   2020:        Use 1MB slow mem.
                   2021:        -funroll-loops is a little excessive. Remove it.
                   2022:        Add support for linear addressing modes for SVGAlib version. Speedup
                   2023:        is 20-30% on my old 486 VLB. Now, would someone please fix SVGAlib to
                   2024:        support that for the S3-864 as well?
                   2025:        Set SVGAlib keyboard mode to DONT_CATCH_CTRLC.
                   2026:        Change custom.c, xwin.c and svga.c to keep track of the display window 
                   2027:        and background color and to clear the areas above and below the display
                   2028:        window if necessary to remove garbage images from previous frames.
                   2029:        Set the LOF bit in the Kickstart replacement init routine. Also
                   2030:        initialize CIAs to Kick 1.3-like values.
                   2031: 960209 Some more -DHAVE_xxx_H options in the Makefile and filesys.c. DEC Alpha
                   2032:        fixes for filesys.c from Ed and Marcus. HPUX fixes.
                   2033:        New field in table68k for CPU type, parsed by readcpu and compared to
                   2034:        CPU_LEVEL which is defined in config.h. New instructions MOVE2C, MOVEC2
                   2035:        and CAS. Also a new field for priviledge level that is used by gencpu to
                   2036:        generate tests for regs.s and Exception(8) calls if necessary.
                   2037:        Move parsing of table68k into a new file build68k.c. Generate a file
                   2038:        called cpudefs.c containing the information from table68k in 
                   2039:        machine-readable form. Change readcpu.c to use the array found in 
                   2040:        cpudefs.c.
                   2041:        Don't generate the d8(An,Dn) addressing mode in-line. Generate a call to
                   2042:        get_disp_ea(), which is an inline function in newcpu.h if UAE is
                   2043:        configured for 68000 emulation; for 68020 emulation, it is defined in
                   2044:        newcpu.c.
                   2045:        Debugger could crash on illegals because there was no mnemonic defined
                   2046:        in lookuptab[].
                   2047:        Return zero for SERDATR.
                   2048: 960207 It seems that the copper stops completely if an attempt to write to a
                   2049:        specific register fails because of COPDANG. Apparently, the Kickstarts
                   2050:        use this to stop the copper with a 0x00000000 longword. This leaves the
                   2051:        question why they don't do 0xFFFFFFFE like everybody else.
                   2052:        Enable 512K slow memory by default.
                   2053:        Integrate Stefan Reinauers battclock patch that makes it work with
                   2054:        newer Kickstarts.
                   2055:        In cia.c, do the little index pulse hack even if dskdmaen==1, because
                   2056:        DMA is only enabled when dskdmaen==2 (Helps the "Mad Decision" demo).
                   2057:        Add solaris entry to Makefile (GCC, Openwin, -DHAVE_STATFS_H)
                   2058:        Define HAVE_STRINGS_H for SGIs, change filesys.c accordingly.
                   2059: 960206 Build a smaller table instead of cputbl.c. Use readcpu and the smaller
                   2060:        table to build the cpufunctbl array at run-time.
                   2061:        Nuked the other half of the old CPU emulator. Reimplemented debugger to
                   2062:        use the information generated by readcpu.
                   2063:        Define HAVE_STATFS_H for SGIs in the Makefile, and use that as a test
                   2064:        in filesys.c instead of #ifndef __linux.
                   2065:        Hack filesys.c, get_path() to support the assign command.
                   2066:        Add -fstrength-reduce and -funroll-loops in Makefile to make people
                   2067:        nervous.
                   2068:        Rewrite Sam Devulder's LOW_BANDWIDTH patch and add it to xwin.c.
                   2069: 960205 Forgot some PC-relative bit instructions in table68k.
                   2070:        Nuked half of the old CPU emulator.
                   2071:        Split gencpu.c into two parts, new one is called readcpu.c and just
                   2072:        parses the table68k file. Link it to the main program.
                   2073: 
                   2074: 960205 Release 0.4
                   2075: 960203 filesys.c, action_read(): Slightly more efficient code (translate Amiga
                   2076:        address to real pointer).
                   2077:        Moved some common code in the generate_* functions in gencpu.c to a
                   2078:        separate function.
                   2079: 960202 Added an experimental fast disk option. Currently turned off by
                   2080:        default (it's not such a big win).
                   2081:        Attached sprite fixes (overlapping att. sprites looked bad, Katakis).
                   2082:        Add sleep(1) before resetting the console to text mode when using
                   2083:        SVGAlib: this might fix some screen corruption problems.
                   2084:        Add sprite/playfield priority checking to the most important case
                   2085:        (single playfield, no HAM).
                   2086:        In filesys.c, do_find(): open() returns -1 on error, not zero.
                   2087:        Return ERROR_OBJECT_WRONG_TYPE if do_find() is called for a directory
                   2088:        (fixes Champions of Krynn harddisk installation).
                   2089: 960201 Don't abort if sound driver not present, just set produce_sound to 0.
                   2090:        New files keybuf.c and keybuf.h to record keypresses in the right
                   2091:        order and without losing any. In cia.c, force 15 scanlines between
                   2092:        keypresses, just to be sure.
                   2093:        unixfs.device _does_ work with Kick 1.3: just don't trust what Kick 1.3 
                   2094:        sends in the startup packet. For now, disable more than one mount per 
                   2095:        command line.
                   2096:        Started integrating Ernesto's new Mac sources.
                   2097:        Remove superfluous includes from some files.
                   2098: 960131 Added Ed's unixfs.device (great stuff).
                   2099:        Adding ULONGs to pointers is a bad idea on the Alpha if the ULONG value
                   2100:        really is signed. Add some casts to LONG in (pc_p + src) expressions
                   2101:        in genpu.c.
                   2102:        If DMACON is written and copper DMA is enabled, do a COPJMP1 at once.
                   2103:        Helps the "Interference" demo.
                   2104: 960129 More SGI fixes from Ed. Bugfixes and transdisk improvements from Marcus 
                   2105:        Sundberg.
                   2106:        Remove EXTRA_DEFINES from Makefile. Breaks some systems.
                   2107:        Move common sprite code from pfield_doline() and pfield_doline_slow()
                   2108:        to new function pfield_sprite(). The same sprite may appear more than
                   2109:        once on the same line, so don't shift out the bits of sprdata[] and
                   2110:        sprdatb[] while displaying it (Turrican I).
                   2111:        In xwin.c and svga.c, barf if LINUX_SVGALIB doesn't match the file 
                   2112:        being compiled.
                   2113:        Make all .o files depend on config.h in the Makefile.
                   2114:        No need to exit if sound driver unavailable, but -S given.
                   2115:        Small debugger fix: Missing space in output.
                   2116:        Fix for the sprite logic: Specifically, use a state variable indicating
                   2117:        whether the sprite has been restarted after a VSYNC. Fixes most
                   2118:        Turrican problems.
                   2119: 960124 Added Denis Sablic's patch for sound run-time option.
                   2120:        Added Ed Hanway's patch for better Makefile, X mouse cursor blanking 
                   2121:        and more SGI compilation fixes.
                   2122: 960123 Include options.h everywhere.
                   2123:        Handle 8 bit GrayScale visuals like PseudoColor.
                   2124:        Remove C++ leftovers from joystick code.
                   2125: 960122 When using the joystick driver, the button test must come after
                   2126:        handle_events() in vsync_handler().
                   2127: 960118 Removed all the remaining C++ comments. Changed all inline keywords to
                   2128:        __inline__. Define __inline__ if not using gcc.
                   2129:        Make proper prototypes for everything. Compile with maximum warnings +
                   2130:        -ansi + -pedantic.
                   2131:        Remove CIA_cycle(), obsolete.
                   2132:        Reimplemented the STOP optimization in newcpu.c. Removed DualCPU
                   2133:        support in CPU emulator.
                   2134:        Real nasty bug in pfield_doline() fixed: sprxpos could be evaluated as
                   2135:        negative, with not-so-amusing results. (Need to rewrite this in 
                   2136:        Oberon to get array bounds checking :-)       
                   2137: 960117 Heroic effort: Rewrote the thing in C. This might help fix some
                   2138:        problems with users being unable to compile it.
                   2139:        Fixed a problem in hsync_handler(): Only call flush_line() for lines
                   2140:        in the display window, i.e. when we did a prepare_line() before.
                   2141:        Better code for relative branches: Don't use setpc(getpc()+x) calls,
                   2142:        increment regs.pc_p instead.
                   2143: 960116 Reimplemented the function to load the Kickstart ROM. Use stdio instead
                   2144:        of fstreams since this apparently does not work on the Mac. Detect 256K
                   2145:        Kickstarts. Detect corrupt ROM images (calculate checksum).
                   2146:        Added Ernesto Corvi's Mac port. Changed it around a bit, so it
                   2147:        probably won't compile.
                   2148: 960115 Reinstate config.h options for X screen depth, so that DrawPixel() can
                   2149:        be inlined in custom.cc for speed. xlinebuffer is now incremented in
                   2150:        each call to DrawPixel() (for both X and SVGAlib) to get rid of some
                   2151:        address calculations.
                   2152: 960114 Fixed X generic pixel drawing routine for SHM.
                   2153:        Still trying to fix the harddisk emulation.
                   2154:        uae.device no longer breaks the debugger (can step through uae.device
                   2155:        functions now)
                   2156:        Bugs affecting performance: SPCFLAG_STOP never got reset, and DSKLEN() 
                   2157:        would set SPCFLAG_DISK even if DMA was being turned off.
                   2158:        Made slow memory a run-time option.
                   2159:        Defer interrupts by one CPU instruction to give programs a chance to
                   2160:        read INTREQR ("Seeing is Believing" and "Substance" demos)
                   2161:        Added ScrollLock hack for X, too.
                   2162: 960113 SVGAlib version compiles again. Fixed SVGAlib mouse bug.
                   2163:        Fixed SHM bug: Maximum scanline is 313, not 312.
                   2164:        Sometimes, disk.cc missed a side change and would read the wrong data.
                   2165:        Fixed. Apparently, this was the worst compatibility problem.
                   2166:        Implemented trace mode.
                   2167: 960112 Changed layout of class amigamemory a little so that gcc can generate
                   2168:        better addressing modes.
                   2169:        Finally wrote functions in gencpu to generate MOVEMs.
                   2170: 960109 Integrated Ed Hanway's patches for better X support and run-time
                   2171:        configuration of some options. 
                   2172:        Got rid of the direct VGA memory access. (Need to do this differently).
                   2173:        Changed the method of drawing lines: custom.cc now tells the graphics
                   2174:        code the line number and whether it needs to be doubleed before drawing
                   2175:        it.
                   2176:        Added Andre Beck's MIT-SHM patch.
                   2177:        Remove warnings for newcpu.cc.
                   2178: 960108 Fixed exceptions in op_illg(): Need to decrement PC.
                   2179: 960107 Added an "uae.device" resident module at 0xF00000. This emulates a hard
                   2180:        disk (fixed size 8MB for now).
                   2181: 960106 Moved some common code from pfield_doline() and pfield_doline_slow() to
                   2182:        a separate function. This fixes a potential HAM bug (two static vars
                   2183:        for the same value).
                   2184:        Sound support for Linux. Works only with graphics off and the CPU
                   2185:        slowed down.
                   2186:        Better SVGAlib keyboard support.
                   2187: 960105 Added AvailMem(), AllocMem(), AllocAbs() and FreeMem() dummies.
                   2188:        The Hardwired demo times the multiplication instructions and prints
                   2189:        "This demo don't like Axel" if they are too fast. Apparently, Axel has
                   2190:        a 68040. Added a WANT_SLOW_MULTIPLY option to config.h.
                   2191:        Fixed the fast blitter emulation (seems to work now).
                   2192: 960104 Fixed all the ChangeLog entries from 95 that said 96 (oops??!)
                   2193:        pfield_may_need_update() should check whether bitplane DMA is on.
                   2194:        Added ersatz.cc and ersatz.h. The purpose of these files is to
                   2195:        implement one or two Kickstart functions that are commonly called from
                   2196:        bootblocks. This should help support some games and demos that only use
                   2197:        the Kickstart as an initial track loader. So far, it's only good enough
                   2198:        for one program.
                   2199: 951223 More intelligent event handling in the CPU emulator. Slightly faster.
                   2200: 951222 Optimize CPU emulation by inlining cctrue(). Also, the real PC no
                   2201:        longer needs to be incremented each instruction. The real PC value
                   2202:        now has to be fetched by m68k_getpc().
                   2203:        Added direct screen access for SVGAlib, but it didn't help much. I'll
                   2204:        probably remove it again.
                   2205:        The gencpu executable is 2M smaller if it allocates memory
                   2206:        dynamically.
                   2207: 951216 custom_bput() enhanced a little. Now remembers the value that was 
                   2208:        written in the other half of the register.
                   2209:        Apparently, the USEx bits of BLTCON0 are ignored in line draw mode.
                   2210:        (Silents-Demo)
                   2211: 
                   2212: 951212 Release 0.3
                   2213: 951212 Included Alessandro's battclock patch.
                   2214:        Fixed mouse autocalibration for wrong-aspect screens.
                   2215: 951210 Joystick support for Linux.
                   2216:        Better color matching for 256 color modes.
                   2217:        Rewrote most of the memory management in plain C, mainly to avoid the
                   2218:        various template bugs in some compilers, but also because gcc can't
                   2219:        handle the regparm attribute for virtual functions yet.
                   2220: 951209 Added Alessandro's patches for automatic mouse calibration.
                   2221:        Tried to optimize the blitter loop a bit. Doesn't work.
                   2222: 951205 Added Hannu's patches for diskfile write support.
                   2223: 951201 More portability fixes, especially for weird compilers that workstation
                   2224:        vendors ship.
                   2225: 951125 More keys for X, some keyboard support for SVGAlib (slightly 
                   2226:        dangerous); beginnings of US keyboard support.
                   2227: 951124 256 color mode support for SVGAlib. FAST!
                   2228: 951123 Tiny tweak to central loops in playfield code results in much better
                   2229:        assembly. Apparently, GCC does not feel too good about optimizing 
                   2230:        reference variables.
                   2231: 951113 Bug fix in the events code (nextevent must not be changed while events
                   2232:        are being processed).
                   2233: 951112 The playfield can now be drawn with the right aspect (i.e., every line
                   2234:        twice). Slower, but looks nicer and supports interlaced mode
                   2235:        (flickerfree!). The first 29 lines (blanking interval) are omitted
                   2236:        now to fit everything in 800x600.
                   2237:        Oops, disk drive identification did not work. Fixed, all four drives
                   2238:        appear now.
                   2239:        Oops, CIA_reset() was there all the time but never got called.
                   2240:        Optimized the planar->chunky conversion in pfield_doline() a little.
                   2241:        This really is time critical.
                   2242: 951111 If colors change on a line, we might still be able to use the full 
                   2243:        line update, if the change occurred outside the DIW. Have to be a 
                   2244:        little careful, though.
                   2245:        Playfield code now uses real pointers again, but makes sure it can
                   2246:        read enough bytes to complete the current line without segfaulting.
                   2247:        Oops, my "better estimate" (see below) was a mistake. Restored the
                   2248:        original 4 hw cycles per instruction relation. This slows down the
                   2249:        emulator while booting (more screen refreshs), but speeds up many
                   2250:        demos that otherwise spend most of their time waiting for a specific
                   2251:        raster position.
                   2252:        Playfield modulos must be added immediately when DDF stops. (WOC demo)
                   2253:        Portability fixes in disk.cc (null pointers).
                   2254:        Implemented average frame rate calculation ('c' in the debugger).
                   2255:        Debugger fixes.
                   2256:        Sprite fixes (height was wrong, wrong priorities in fast update)
                   2257:        Added an AutoConfig expansion RAM device. The OS seems to recognize
                   2258:        it, but breaks sometime later (seems to be the same bug that kills
                   2259:        the emulator when there's RAM at 0xC00000).
                   2260:        SVGAlib now has mouse support, too.
                   2261:        HAM mode implemented.
                   2262: 951110 Implemented fast complete line playfield update. Switches back if
                   2263:        necessary. Fixed attached sprites bug.
                   2264:        Copper wait no longer slows down the CPU emulation. (there were
                   2265:        lots of new copper bugs because of this, but I hope I fixed all
                   2266:        of them).
                   2267:        Changed cia?t? from UWORD to ULONG, since there were overflows in
                   2268:        the assertion (because of 65535+1 == 0).
                   2269: 951108 The DIVS remainder could have the wrong sign.
                   2270:        New HAVE_BROKEN_SOFTWARE define in config.h that makes the emulator
                   2271:        mask out the high byte of all addresses.
                   2272:        Wrote genblitter.cc and replaced the awful code in blitter_blit()
                   2273:        and blitter_line() with calls to the generated function.
                   2274: 951107 Implemented ?BCD. These don't really work yet.
                   2275: 
                   2276: 951106 Release 0.2
                   2277: 951105 Fixed a bug in the new CIA timer code.
                   2278:        Fixed flag settings for some cases of ADDX/SUBX
                   2279: 951104 Changed the main loop a bit - call all the *cycle() functions only if
                   2280:        it is really necessary. I hope everything still works - at least it is
                   2281:        twice as fast now :-D
                   2282:        Improved mouse emulation - avoid overflows, permit "wraparound".
                   2283:        Added debugger 'g' command.
                   2284:        Removed some useless casts from the CPU emulator.
                   2285:        Added a configuration option to prevent checks for odd addresses. Only
                   2286:        very bad programs need this check.
                   2287: 951103 The sprite emulation sometimes did not work too well, especially with
                   2288:        dual playfield mode. Hopefully fixed.
                   2289: 951102 The 10 cycle counter is more like a 5 cycle counter in this
                   2290:        implementation. (Fine, that makes floppy loading even faster :-)
                   2291:        Implemented mouse movement. Totally out of sync with the X pointer,
                   2292:        but at least something.
                   2293:        Found out about the XAutoRepeatOff() function. Real useful.
                   2294:        DualCPU mode works again.
                   2295:        Corrected flag settings for CMPA.W.
                   2296:        Fixed DIV instructions: Don't change dest in case of overflow.
                   2297: 951031 The PC is now converted to a real pointer. This is safe (much safer
                   2298:        than converting bitplane pointers, since the PC always has to be valid)
                   2299:        and should speed things up a little.
                   2300: 951029 Some primitive event handling: 2 mouse buttons and 1 joystick button
                   2301:        are emulated, as well as parts of the keyboard (only german mapping).
                   2302:        Fixes: Delay values and sprite widths are always LoRes. Playfield 2
                   2303:        uses colors 9..15.
                   2304:        Implemented a frame rate configuration option that can speed up the
                   2305:        emulation quite a bit.
                   2306: 951028 A-ha. The 68000 has one strange feature after all. MOVEM.W to Dn sign 
                   2307:        extends the value to a longword.
                   2308:        Katakis expects that accessing odd addresses causes exception 3, so 
                   2309:        we have to emulate this. *Sigh*
                   2310:        Do at least something with the index pulse bit. It's more or less a 
                   2311:        toggle now.
                   2312:        Implemented sprites & dual playfields, both with small glitches.
                   2313: 951027 When LOF is set, the frame is one line longer.
                   2314: 951026 Implemented a preliminary diskfile type for special formats. Turrican
                   2315:        boots up correctly (crashes if I want to play a game, though).
                   2316:        Implemented EHB and added a few missing masking operations in the color
                   2317:        handling.
                   2318:        Fixed the absw addressing mode - need to sign extend here as well.
                   2319: 951025 Fixed another extremely stupid bug, this time in the playfield code.
                   2320:        Each pixel was calculated four times...
                   2321:        Increased the size of the apixels array - this was being overrun.
                   2322: 951024 Fixed an extremely stupid bug in flag settings for byte and word
                   2323:        operations.
                   2324:        The "sectors until gap" field must be in the range 1..11 instead of
                   2325:        0..10, or very bad things will happen if it is used to calculate a
                   2326:        blit size.
                   2327: 951021 Don't use real pointers to fetch bitplane data - too many segfaults.
                   2328:        Delay the copper after executing an instruction, or wait sequences like
                   2329:        FFDF FFFE 0200 FFFE won't work.
                   2330:        Some programs expect that the CPU is completely turned off if the
                   2331:        blitter nasty bit is set. So be it.
                   2332:        The RSI Megademo chokes when disk DMA fetches two syncs. Leave one out.
                   2333:        The LOF bit wasn't set correctly.
                   2334: 951020 Blitter fixes: Load fill carry from FCI each line; keep the masked
                   2335:        value of bltadat in bltolda
                   2336:        Give the CPU twice as many "cycles" - this still is not even remotely
                   2337:        correct, but a better estimate.
                   2338: 951017 Added SVGAlib support. Unfortunately, my graphics card isn't fully
                   2339:        supported by the current SVGAlib version.
                   2340: 951015 More small optimizations to memory.h and custom.cc.
                   2341:        Added code for 256 color screens. The type of screen has to be
                   2342:        selected at compile time.
                   2343: 951014 Modified the memory management to be (hopefully) a little more
                   2344:        efficient.
                   2345:        Changed gencpu.cc to generate functions and a big function pointer
                   2346:        array instead of the old case labels. The generated C++ files now
                   2347:        compile a lot faster, and the code should be better as well.
                   2348: 951013 Implemented pseudo POTGOR to keep the RMB from being detected as
                   2349:        pressed all the time.
                   2350:        GenerateDecTab() generated TRAP incorrectly.
                   2351:        Made some more instructions (MOVE.B A0,D0 etc) illegal in gencpu.cc.
                   2352:        Fixed X colors. Fixed data fetching for HiRes screens.
                   2353: 951011 EXT.WL instructions set the flags.
                   2354:        Implemented second CPU emulator, plus "DualCPU" option. The new CPU
                   2355:        emulator is generated automatically from a file called table68k by
                   2356:        a program called gencpu.
                   2357: 951002 Removed version information from the file headers.
                   2358:        Removed some sillinesses in custom.cc. 
                   2359:        DSKLEN bug fixed (mask out 0xC000).
                   2360:        Playfield code rewritten. Now supports horizontal scrolling. Implemented
                   2361:        some primitive color support.
                   2362: 950927 Fixed predecrement/postincrement addressing with byte size for the
                   2363:        stack pointer.
                   2364: 950926 Fixes to the disk code: Terminate disk DMA, flip disk side, read more
                   2365:        than just two sectors during disk DMA, fix checksum calculation.
                   2366:        Fixed copper comparison bugs.
                   2367:        
                   2368: 950901 Release 0.1
                   2369: 950826 bugfix in GenerateDecTab(): LEA.W instructions were generated.
                   2370: 950312 New file disk.cc, for (guess what) disk support. Doesn't work yet.
                   2371: 950311 Multiplication instructions were generating 16 bit results.
                   2372:        Sign extension was wrong in some places.
                   2373:        Removed bugs in the blitter (one word width: ALWM & AFWM and line mode)
                   2374:        The Kickstart logo looks perfect now.
                   2375:        Playfield routine should check BPLCON0 instead of BLTCON0
                   2376: 950309 ASR D8,D0 is not a valid instruction.
                   2377:        Bitplane pointers were not incremented.
                   2378:        Copper comparison didn't work. COP2LC and bitplane pointers were written
                   2379:        incorrectly. Fixed.
                   2380:        Something that bears a striking resemblance to the familiar Kickstart
                   2381:        logo now appears in my X window!
                   2382: 950306 ROR used to set the X flag. Bug fixes in GenerateDecTab.
                   2383:        More bug fixes in several 68000 instructions.
                   2384:        Improved blitter. ?????? KS1.3 doesn't seem to set BLTDMOD on a 
                   2385:        line draw. What is this??
                   2386:        Fixed stupid bugs in playfield code.
                   2387: 950305 fixed bugs in opcode generation and interrupt handling. Implemented 
                   2388:        STOP. Fixed flag settings: Result wasn't masked. Ooops!!
                   2389:        ADDQ #imm,An doesn't set flags.
                   2390:        One-shot timer mode didn't work.
                   2391:        Implemented blitter, doesn't work.
                   2392:        Some primitive and slow playfield support, only to make the things that
                   2393:        hopefully will soon appear visible.
                   2394: 950304 CIA timers ought to work OK. Copper is emulated.
                   2395:        Emulator loops infinitely when trying to initialize the console.device
                   2396: 950303 experiments with X, figured out how to open a window and draw pixels.
                   2397:        No graphics emulation yet, though.
                   2398: 950301 Nearly all instructions work.
                   2399:        Fixed supervisor mode stack.
                   2400:        The memory manager now handles CIA chips.
                   2401: 950228 Bug fixes in 68000 code, exceptions and more instructions implemented
                   2402:        Memory management extended to handle custom chips as well.
                   2403:        Debugger improved.
                   2404:        Kickstart passes memory & CPU type test, builds up some system
                   2405:        structures.
                   2406: 950227 MC68000 & little debugger for tracing. It can execute the first couple
                   2407:        of KS1.3 instructions, but doesn't get past the memory test.
                   2408: 950225 Work begun

unix.superglobalmegacorp.com

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