From: Thorsten O. <ad...@th...> - 2025-01-31 10:09:57
|
On Samstag, 4. Januar 2025 11:55:02 CET Thorsten Otto via Freemint-discuss wrote: > In TOS 1.04 and later, such addresses typically only differ by a few bytes, > caused by different handling of alt-keys in the bios. But in this case, > they differ by more than 800 bytes. So, given the different dates of the > ROMs, i wonder whether language versions like de/fr were maybe already > compiled from slightly newer versions of the code? BTW, that address differences are just caused by the way the ROMs are organized. In TOS 1.00 (and also 1.02), the resource data is at the end of the BIOS/GEMDOS/VDI segment, therefor the length of that file affects all AES/ DESKTOP addresses. Nevertheless, the US version uses a slightly older version of code in the showfile() function. Which, btw, also has an influence on the linef table (there are 2 more entries, and some others are swapped). |