From 42e1fdb51802f17043822dbaf4d6459c64bdf12c Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Sun, 29 Aug 2021 09:29:38 +0200 Subject: [PATCH] updated docs and WhatsNewDialog --- Changes.txt | 4 +++- docs/index.html | 1 + src/gui/WhatsNewDialog.cxx | 7 +++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Changes.txt b/Changes.txt index 07b70ecf6..50111ad30 100644 --- a/Changes.txt +++ b/Changes.txt @@ -19,9 +19,11 @@ * Added web links for many games + * Debugger: enhanced prompt's auto complete and history + * Debugger: added optional logging of breaks and traps - * Debugger: enhanced prompt's auto complete and history + * Debugger: added Thumb cycle counting -Have fun! diff --git a/docs/index.html b/docs/index.html index 1203181c2..d6e5a7ff8 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4757,6 +4757,7 @@ Ms Pac-Man (Stella extended codes): FC Amiga Power Play Aracde 16/32K .FC FE 8K Decathlon .FE MDM Menu Driven Megacart .MDM + MVC Movie Cart.MVC SB 128-256K SUPERbanking .SB TVBOY512K TV Boy (127 games).TVB, .TVBOY UA 8K UA Ltd. .UA diff --git a/src/gui/WhatsNewDialog.cxx b/src/gui/WhatsNewDialog.cxx index 2d53412db..b09b4cdbb 100644 --- a/src/gui/WhatsNewDialog.cxx +++ b/src/gui/WhatsNewDialog.cxx @@ -61,6 +61,7 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, add(ypos, "fixed QuadTari support for some controller types"); add(ypos, "fixed palette and TV effects saving"); } + add(ypos, "added MovieCart support"); #else if(version < "6.5") { @@ -72,17 +73,15 @@ WhatsNewDialog::WhatsNewDialog(OSystem& osystem, DialogContainer& parent, add(ypos, "added tooltips to many UI items"); add(ypos, "added sound to Time Machine playback"); add(ypos, "moved settings, properties etc. to an SQLite database"); - add(ypos, "fixed paddle button bug for jittering controllers"); - add(ypos, "fixed broken Driving Controller support for Stelladaptor/2600-daptor devices"); - add(ypos, "fixed missing QuadTari option in UI"); add(ypos, "added context-sensitive help"); add(ypos, "improved analog input reading"); add(ypos, "improved multi-monitor support"); - add(ypos, "fixed QuadTari support for some controller types"); } + add(ypos, "added MovieCart support"); add(ypos, "added weblinks for many games"); add(ypos, "debugger: added optional logging of breaks and traps"); add(ypos, "debugger: enhanced prompt auto complete and history"); + add(ypos, "debugger: added Thumb cycle counting"); add(ypos, ELLIPSIS + " (for a complete list see 'docs/Changes.txt')"); #endif