Changelog:
r44752 | rhialto | 2023-11-19 13:28:52 +0000 (Sun, 19 Nov 2023) | 8 lines
Fix texi2html a bit.
It complained a lot about "*** unknown texi style: xref at ../../../vice/doc/html/texi2html line 1842, <FH001> line 35984" which is a really useless message because the first line number is from the script and the FH001 reference refers to the input file (which itt doesn't say) and the line number is that of the last line (probably because it reads in the whole file at once).
The complaint was because it tried to simplify style directives (looking like @style{text}) before processing @xref{text}, and was then indignant that xref isn't a style.
The solution is simple: swap the order of those two steps.
------------------------------------------------------------------------
r44751 | gpz | 2023-11-19 13:17:20 +0000 (Sun, 19 Nov 2023) | 1 line
add extra zero_xxx_dma functions for accessing zeropage in DMA transfers, bypassing the CPU port. Fixes #1965
------------------------------------------------------------------------
r44749 | gpz | 2023-11-19 12:22:52 +0000 (Sun, 19 Nov 2023) | 1 line
fix building docs out of tree
------------------------------------------------------------------------
r44747 | dqh | 2023-11-19 03:58:50 +0000 (Sun, 19 Nov 2023) | 1 line
Fixed macOS bindist when vice.pdf isn't built
------------------------------------------------------------------------
r44746 | compyx | 2023-11-18 15:12:43 +0000 (Sat, 18 Nov 2023) | 5 lines
Gtk3: VSID: remove "Speed" node from settings dialog
We don't use the speed settings dialog node in other emus anymore and it makes
even less sense to keep using it in VSID.
------------------------------------------------------------------------