Moderators: simonsunnyboy, thothy, Moderator Team
Faucon2001 wrote:In falcon mode and with Videl Inside, I reach 1280x1024x256c without pb.
Faucon2001 wrote:For TC, 1008x1024. I believe it can go higher for vertical resolution, but 1008 in horizontal is the maximum. Anything higher will crash, but I don’t know why.
Cyprian wrote:$FF8210 is for virtual screen only and it means how much words have to be skipped between lines
Code: Select all
$FF820F|byte |Width of a scanline (width in words-1) |R/W (STe)
$FF8210|word |Width of a scanline (width in words) |R/W (F030)
Cyprian wrote:ok, never programmed VIdel.
I was sure both registers are the same:Code: Select all
$FF820F|byte |Width of a scanline (width in words-1) |R/W (STe)
$FF8210|word |Width of a scanline (width in words) |R/W (F030)
Code: Select all
$FF820E|word |Offset to next line in words (9-bit value) |R/W (F030)
$FF8210|word |Linewidth in words |R/W (F030)
Code: Select all
$FF820F|byte |Width of a scanline (width in words-1) |R/W (STe)
Users browsing this forum: No registered users and 3 guests