Changelog:
r45176 | gpz | 2024-05-31 21:35:53 +0000 (Fri, 31 May 2024) | 1 line
make an explicit machine_powerup function and call this explicitly from machine_trigger_reset, instead of doing the related init indirectly in machine_reset. makes machine_reset more worm 'as expected'. should fix #2036
------------------------------------------------------------------------
r45175 | gpz | 2024-05-31 17:59:57 +0000 (Fri, 31 May 2024) | 1 line
tweak resid dac leakage. patch by leandro nini
------------------------------------------------------------------------
r45174 | compyx | 2024-05-28 16:17:41 +0000 (Tue, 28 May 2024) | 2 lines
Gtk3: cart base dialogs: add comments on signal handlers
------------------------------------------------------------------------
r45173 | compyx | 2024-05-28 16:13:57 +0000 (Tue, 28 May 2024) | 5 lines
Gtk3: base dialogs: update signal handler connecting
Connect "destroy" signal handlers unlocked, add comments about why the other
signal handles cannot be connected unlocked.
------------------------------------------------------------------------
r45172 | compyx | 2024-05-28 16:05:07 +0000 (Tue, 28 May 2024) | 2 lines
Gtk3: Cart attach dialog: connect more signal handlers unlocked
------------------------------------------------------------------------