--- uae/src/ChangeLog 2018/04/24 16:41:55 1.1.1.5 +++ uae/src/ChangeLog 2018/04/24 16:44:38 1.1.1.7 @@ -1,3 +1,58 @@ +981229 Miscellaneous fixes in the new config file stuff. + In config files, allow 68ec020 as CPU type, and get rid of 24 bit + addressing option. + Make the get_disp_ea non-inline. + SGI sound support (Ari Heikkinen). + More updates by Brian: + audio.c: Handle frequency, too, when changing sound prefs. Do some + work in update_audio even if not generating sound output. + filesys.c: Request 50 buffers in our parampacket. + Assorted right control key fixes. + Some updates in od-win32 (not nearly done...) +981228 Config file and option handling redone; based on work by Brian. + Rename UAEn: devices to DHn: (Brian). + filesys.c: Implement ACTION_CHANGE_MODE, ACTION_PARENT_FH; add support + for variable hardfile blocksizes (Brian). + Some Picasso96 updates (Brian). +981226 Win32 fsusage.c fixes; zfile bug fix; gui_fps addition (Brian). +981221 Fix gtkui to work with newer versions of gtk. + Fix gencpu so that FPU emulation doesn't crash when unswapped word reads + are available. +981129 gencpu.c: Delete all the queue_amode stuff again. + xwin.c: Allow switching between DGA and window mode (Marcus Sundberg). + DGA seems broken in X 3.3.3, however :( +981011 Teach cpuopti.c about epilogues that increment esp by popping. +980930 Add BSD socket code (Mathias Ortmann). +980923 filesys.c: Implement FH_FROM_LOCK (Brian King) +980823 xwin.c: French keyboard patch (Raphaël Poss). +980810 Fix RDTSC detection (Raphaël Poss). + newcpu.c: Patch by Brian King to display what kind of CPU table is + built. +980716 More AGA patches: use new macro GET_PLANES to calculate number of + bitplanes from BPLCON0; adapt the copper code; add BPLPT[HL][78] and + BPLDAT[78] (Toni Wilen) +980715 Change sd-uss/sound.c not to keep a file open in setup_sound, to + support reconfiguration. +980713 Fix m68k detection in configure.in. Clear execbase after allocating + chipmem (Holger Jakob) + od-dos update, tui.c patches (Gustavo Goedert) + Get rid of --enable-sound, always enable sound. + Make svga.c compilable. +980712 md-ppc-gcc patches (Holger Jakob) +980707 gtk ui: Better CPU speed selection. + Move initializations from add_filesys_unit to set_filesys_unit. +980706 AGA patches by Toni Wilen: Call calcdiw when changing fmode; fix + references to bplcon variables to go through dp_for_drawing; ifdef out + some code that's too hard to fix for now. + "Fix" the AGA color code. In pfield_linetoscr_aga, add lframe_end and + diw_end parameters and use them. Add some fill_line code for AGA. Make + sure no code touches acolors if [AGA_CHIPSET != 0] + New function finish_line_aga. +980705 drawing.c/custom.c: Get rid of line_changed, replace with a single + variable thisline_changed. Pass it to hsync_record_line_state and + evaluate it there. Get rid of BORDER_PREV and BORDER_NEXT states; + add LINE_BLACK/LINE_REMEMBERED_AS_BLACK to implement scanlines option. + Remove code in pfield_draw_line that checks line_changed. 980702 filesys.c: New function move_filesys_unit. Win32 GUI fixes. 980701 gtk UI beautification and code cleanup (Michael Krause)