View Single Post
Old 12 September 2021, 15:11   #4
DanScott
Lemon. / Core Design
 
DanScott's Avatar
 
Join Date: Mar 2016
Location: Tier 5
Posts: 1,213
you could save the area of memory in the WinUAE debugger perhaps ?

create a routine somewhere that goes:

lea AddressOfColours,a0
move.w #size,d0
clr.w $100


then use the "w" command to set a memory watch breakpoint on $100

w 1 100 (i think?)


winuae will break on the "clr.w $100" and A0 will contain your address, and D0 the size

you can then use the "save memory to file" command..don't remember what it is exactly
DanScott is offline  
 
Page generated in 0.04338 seconds with 11 queries