Changelog:
r44115 | compyx | 2023-06-24 18:11:15 +0000 (Sat, 24 Jun 2023) | 6 lines
Gtk3: Update CRT controls on status bar when machine video standard changes
When changing either machine model or chip model, detect if the video standard
changes from PAL to NTSC or vice (heh) versa and if so, recreate the CRT
controls on the status bar of the window(s).
------------------------------------------------------------------------
r44114 | blackystardust | 2023-06-24 18:00:15 +0000 (Sat, 24 Jun 2023) | 1 line
Fix x64* cia2 mirrors.
------------------------------------------------------------------------
r44113 | blackystardust | 2023-06-24 17:56:40 +0000 (Sat, 24 Jun 2023) | 1 line
Fix typo.
------------------------------------------------------------------------
r44111 | rhialto | 2023-06-24 15:02:49 +0000 (Sat, 24 Jun 2023) | 2 lines
Dedangle spaces.
------------------------------------------------------------------------
r44110 | rhialto | 2023-06-24 14:52:51 +0000 (Sat, 24 Jun 2023) | 6 lines
Do a TODO: move clk to diskunit.
Actually it's not really moving clk, because diskunit_context_t already has clk_ptr,
so it's more a de-duplication. Using the clock from the unit makes more clear
that both drives in a unit share their clock.
------------------------------------------------------------------------