Changelog:
r43609 | gpz | 2023-03-28 23:10:19 +0000 (Tue, 28 Mar 2023) | 1 line
use separate resource per localized chargen, use right chargen for italian/french, use localized c64 kernal for norwegian/swedish
------------------------------------------------------------------------
r43608 | dqh | 2023-03-28 22:47:53 +0000 (Tue, 28 Mar 2023) | 1 line
Fixed annoying warning about unused mem_burst_read
------------------------------------------------------------------------
r43607 | dqh | 2023-03-28 22:40:34 +0000 (Tue, 28 Mar 2023) | 1 line
Fixed dtv crash on shutdown. There was an assumption that 4 printer drivers were set up that had a form feed callback, in this case there were only 3
------------------------------------------------------------------------
r43606 | dqh | 2023-03-28 22:29:53 +0000 (Tue, 28 Mar 2023) | 1 line
another unsigned -> signed warning
------------------------------------------------------------------------
r43605 | dqh | 2023-03-28 22:26:58 +0000 (Tue, 28 Mar 2023) | 1 line
Fixed a bunch of intptr_t / void * comparison warnings by defining CBM_FILE as void *
------------------------------------------------------------------------