tebe6502 / Mad-Pascal

Mad Pascal Compiler for 6502 (Atari XE/XL, C64, C4Plus, Neo6502)
122 stars 19 forks source link

Update romoff.asm #115

Closed GSoftwareDevelopment closed 1 year ago

GSoftwareDevelopment commented 1 year ago

The introduced change allows you to disable, from the Pascal code level, the copying of font data from ROM to RAM when ROM is disabled. This process (unfortunate) overwrites the data in the area $E000..$E3FF, when we put in the resources that are loaded into this area. Using the definition of '{$DEFINE NOROMFONT}` you can disable the metastasis of font data from ROM to RAM, thus preserving, loaded resources.