Changelog:
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.
------------------------------------------------------------------------
r44109 | dqh | 2023-06-24 06:22:54 +0000 (Sat, 24 Jun 2023) | 1 line
commit++
------------------------------------------------------------------------
r44108 | dqh | 2023-06-24 06:17:25 +0000 (Sat, 24 Jun 2023) | 1 line
Fixed shutdown locking bug found by an assertion
------------------------------------------------------------------------
r44107 | compyx | 2023-06-24 06:12:56 +0000 (Sat, 24 Jun 2023) | 8 lines
Gtk3: CRT controls: better checking for validity of resources
Also check `is_pal()` and make `is_pal() return `false` when the chip is Crtc
or VDC, only *create* sliders or delayline checkbox if the resources exist, do
not try to "grey out" widgets that trigger a resource error.
Needs further work to regenerate the CRT status bar controls when switching
machine video standard during runtime.
------------------------------------------------------------------------