View Single Post
Old 08 October 2022, 16:43   #40
Rock'n Roll
German Translator
 
Rock'n Roll's Avatar
 
Join Date: Aug 2018
Location: Drübeck / Germany
Age: 49
Posts: 185
Hi Toni,

i checked a little bit the winuae debugger funcionalaty.
Some point are new and good. Thanks.

I found also some bugs:
1.) Wf <addr> <endaddr> 'string" don't works anymore
2.) the dma debugger output is wrong formated or little bit mess
there is also often a '|' symbol or free lines
3.) Debugger sp command parsed sprites incorrectly
that is incorrect for normal sprites and attached sprites
(Action replay is correct) eg. spr 0 or spr 0 1 (for attached)
WinUAE debugger
sp addr(sprite0) or sp addr(sprite0) addr(sprite1)

for normal sprite: eg mouspointer
43 000C84 1111110000000000 ; 0 --> 0 correct
44 000C88 1333331000000000 ; 1 --> has to be 2
45 000C8C 1222231000000000 ; 2 --> has to be 1
46 000C90 1222310000000000 ; 3 --> 3 correct
47 000C94 1222231000000000

1A0 COLOR16 ; 0 ; binary 00=COLOR 0
1A2 COLOR17 ; 1 ; binary 10=COLOR 1
1A4 COLOR18 ; 2 ; binary 01=COLOR 2
1A6 COLOR19 ; 3 ; binary 11=COLOR 3
...
1BE COLOR31 ; F
Rock'n Roll is offline  
 
Page generated in 0.04278 seconds with 11 queries