View Single Post
Old 06 July 2023, 20:56   #38
Rock'n Roll
German Translator
 
Rock'n Roll's Avatar
 
Join Date: Aug 2018
Location: Drübeck / Germany
Age: 49
Posts: 187
I don't know how long I have been dealing with the topic of Copper Wait+Mask.
Then I had written myself a little program to understand the mask bits better.
The last time I used the program, I found an error.
I corrected the error and I added a graphical output to the program.
for use: https://processing.org/download

further more explanation on this tool.
copper waits like this: dc.w $2139,$fffe it's clear
but what about this: dc.w $0001,$80fe, dc.w $8001,$00fe or dc.w $9189,$6630, etc.

With this tool it is possible to adjust all 4 parameters VP,HP,VE,HE over sliders and set the Wait/Skip Bit and the BFD Bit.
The result is in realtime on the screen and shows the copper wait positions to the current setting and in the console.
You get an imagine how the mask bit works and where the copper wait position is.
Maybe nobody programs such a tool before? By the way, it's also a nice effect to watch the result.
With processing it's easy to start. Program Download, Open the File and Run.

It's clear every copper wait needs its own time. A next programstep could be to consider a distance between to copper waits.
(not implemented yet). Also normally the last line is 313. The program shows further more, but it is easy to change and the
program shows also copper waits behind $E2 till $FF.
Attached Thumbnails
Click image for larger version

Name:	Screen_Copper_Wait.png
Views:	28
Size:	13.0 KB
ID:	79576  
Attached Files
File Type: 7z Screen_Copper_Wait.7z (3.5 KB, 21 views)

Last edited by Rock'n Roll; 09 July 2023 at 21:32. Reason: further more explanation
Rock'n Roll is offline  
 
Page generated in 0.05012 seconds with 11 queries