Skip to content

r46211 Windows

Choose a tag to compare

@Zibri Zibri released this 14 Aug 17:00
6ce05f0

Changelog:

r46211 | gpz | 2026-08-14 16:30:46 +0000 (Fri, 14 Aug 2026) | 1 line

make sure to init mem at powerup, else mem_update_tab_ptrs() is called once with cbm2mem_bank_ind being -1
------------------------------------------------------------------------
r46210 | gpz | 2026-08-14 15:25:01 +0000 (Fri, 14 Aug 2026) | 1 line

add a --enable-sanitizer option to configure, might only work with clang right now
------------------------------------------------------------------------
r46209 | gpz | 2026-08-14 15:23:56 +0000 (Fri, 14 Aug 2026) | 1 line

massage the memory pointer init again, the old workaround did rely on pointer wraparound, which is undefined behaviour
------------------------------------------------------------------------
r46208 | gpz | 2026-08-14 12:35:48 +0000 (Fri, 14 Aug 2026) | 1 line

when looking up a resource, handle the case when the resource system was not initialized - prevents crash in c1541 (where this might happen)
------------------------------------------------------------------------
r46207 | gpz | 2026-08-13 16:52:04 +0000 (Thu, 13 Aug 2026) | 1 line

autostart related fixes and cleanups. autostart will fall back on using TDE when traps can not be enabled, eg with a custom kernal. should fix #2245
------------------------------------------------------------------------