From a6d8d1170b7b165851f0d13a791f600840f0318e Mon Sep 17 00:00:00 2001 From: Willem Date: Mon, 1 Jul 2024 22:40:06 +0200 Subject: [PATCH] Added backlog sync flag for export to not overwrite equal files. --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fa8395..6c85f78 100644 --- a/README.md +++ b/README.md @@ -173,14 +173,17 @@ Current set is WIP. * Bug: screenshots sometimes segfaults when using SDL renderer * Bug: screenshots don't work without throttle * Bug: Imported folders in openMSX; `cd utils;cd ..;dir` breaks, use `cd utils:cd a:\;dir` as workaround -* Audio+midi device init option + warning messages on computer without sound card +* (FIXED) Audio device init option + warning messages on computer without sound card +* MIDI device init option + warning messages on computer without sound card * Enhancing the IDE CD-ROM support * Command setcolor does not work on MSX1 vdp TMS9918 -* Diskmanipulator export fully non-cased filename compare (duplicates) +* Diskmanipulator export (sync) fully non-cased filename compare (duplicates) +* Diskmanipulator export (sync) don't touch/overwrite unmodified files * Diskmanipulator reuse the device defined filename * run instance-id or run/process-label to replace hardcoded "untitled1" path * Remove msg or add ignore sram-fully or blank setting: SRAM file nms8250.cmos not found, assuming blank SRAM content. * Video record append mode + optional multiple previds to glue videos as one +* (FIXED) Allow for `set renderer none` in TCL or command argument for headless mode * SDL-NULL as window less renderer so that screenshot and/or video works headless * DocUpdate: Add speed note because it is slow + add example "after quit {export hdd}" * DocUpdate: Wrap all TCL commands in catch+stderr+exit1