--- generator/ChangeLog 2020/03/04 04:46:43 1.1.1.2 +++ generator/ChangeLog 2020/03/04 04:47:08 1.1.1.4 @@ -206,3 +206,33 @@ [CONSOLE] Add multiple keyboard positions for two keyboard players [CONSOLE] Add -j option to control input devices for players [68000] Optimised 68k writes in favour of RAM + +0.34 [VDP] Fix bug in vsram (Pengo) + [VDP] General clean up of redundant routines in source etc. + [VDP] Fixed column 0 vsram issue (Charles MacDonald) + [SOUND] Updated sound code + [VDP] Added support for border emulation (only gtk version uses + this currently) + [SOUND] Added support for turning off psg/fm/z80 and sound + [SOUND] GYM, GNM file logging added (only gtk version uses this + currently) + [CORE] Added welcome ROM + [CORE] Re-implemented save state with new block-based format + [CORE] Completely changed the way sound is saved + [DOS] Tweaked sound code to more compatible + +0.35 [CORE] Support for Genecyst patch files / Game Genie + [CORE] Support for AVI uncompressed and MJPEG output + [68000] Re-added busy wait removal that got lost + [SOUND] Added configurable single-pole low-pass filter + [CORE] Added autoconf/automake version checks + [VDP] Fix FIFO busy flag (Nicholas Van Veen) + [SOUND] Various further endian improvements from Bastien Nocera + and andi@fischlustig.de (Debian) + [SOUND] Various BSD compatibility improvements from + Alistair Crooks and Michael Core (NetBSD) + [UI] SDL Joystick support from Matthew N. Dodd (FreeBSD) + [68000] Do pre-decrement with two reads (Steve Snake) + [68000] Make TAS not write (Steve Snake) fixes Gargoyles, Ex Mutant + [68000] Re-write ABCD,etc based on info from Bart Trzynadlowski + [68000] Implement missing BTST op-code (fixes NHL Hockey 94)