Changelog:
r44601 | pottendo | 2023-10-20 12:02:28 +0000 (Fri, 20 Oct 2023) | 2 lines
removed LOG_DEFAULTs, added wic64 log.
------------------------------------------------------------------------
r44600 | compyx | 2023-10-20 09:48:34 +0000 (Fri, 20 Oct 2023) | 6 lines
Gtk3: VSID: Look up STIL info for file passed on command line
When passing a file to VSID on the command line, try to look up STIL info for
that file and update the UI accordingly. Doesn't work for files outside
`HVSC_BASE` since we look up STIL info by path, not MD5 sum.
------------------------------------------------------------------------
r44599 | pottendo | 2023-10-19 18:45:30 +0000 (Thu, 19 Oct 2023) | 2 lines
Minor cleanup, new cmdline option '-wic64trace', updated docs.
------------------------------------------------------------------------
r44598 | rhialto | 2023-10-19 17:10:37 +0000 (Thu, 19 Oct 2023) | 2 lines
Unspace the end of the line.
------------------------------------------------------------------------
r44597 | rhialto | 2023-10-19 17:02:14 +0000 (Thu, 19 Oct 2023) | 6 lines
Adjust the horizontal cycle counting of the CRTC to the principle that alarm
handlers run after the cycle with the same number. Previously the counting must have
been off-by-one, and now we're trying to do cycle exact effects on the PET,
this sort of thing counts.
------------------------------------------------------------------------