From e436548ac1adba36cf50259b05b1a8e7713894f2 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 19 Dec 2022 17:24:08 -0330 Subject: [PATCH] Updated changelog. --- Changes.txt | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/Changes.txt b/Changes.txt index 527716690..fdac5948c 100644 --- a/Changes.txt +++ b/Changes.txt @@ -14,27 +14,31 @@ 6.7 to 7.0 (XXXXX XX, 202X) - * Enhanced ROM launcher to allow multiple images per ROM + * Enhanced ROM launcher to allow multiple images per ROM. - * Made heaps of additional images available for the ROM launcher + * Made heaps of additional images available for the ROM launcher. - * Added searching by filename for ROM launcher images + * Added searching by filename for ROM launcher images. - * Enhanced Game Properties dialog for multigame ROMs + * Enhanced Game Properties dialog for multigame ROMs. - * Added optional type format detection based on colors used + * Added optional type format detection based on colors used. - * Added Joy2B+ controller support + * Added Joy2B+ controller support. - * Enhanced Kid Vid support to play tape audio + * Enhanced Kid Vid support to play tape audio. * Acclerated emulation up to ~15% (ARM). - * Added BUS bankswitching support for some older demos + * Added BUS bankswitching support for some older demos. - * Fixed broken 7800 pause key support + * Fixed broken 7800 pause key support. - * Added user defined CPU cycle timers to debugger + * Added user defined CPU cycle timers to debugger. + + * For UNIX systems: Now defaults to using system-installed libsqlite3 + when available, and fixes delay on exiting app experienced on some + systems. -Have fun!