English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Asm / Hardware

 
 
Thread Tools
Old 14 October 2014, 22:29   #21
mc6809e
Registered User
 
Join Date: Jan 2012
Location: USA
Posts: 372
Old thread, but I found this in an old usenet post:

Quote:
In article <2pjom5$d...@hpsystem1.informatik.tu-muenchen.de>, fisc...@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer) writes:
> I made the same experiences. No pattern reload in line mode. Reloading with cpu
This is NOT TRUE! I have done it! But it works too slow....sorry...
You may start the B channel (as usual, in CONx), but you are limited to where the
lines can go. The BLTBMOD must be 2, and you get the restrictions of this, as the
BLTBMOD is used as something else. You CAN actuallu draw lines with angels about
0,45,90,135,180,225,270,315,360 degrees. The B pos is incremented (a word) in
every pixel, and the pixel is shifted:

bdata: $8000 Set the start bit in one of the CONx regs (can't remember wich)
$4000
$2000
$efff
... This would read the pattern 1110 if startpos is 15, and 0001 if the startpos
is not 15. Drawing like this:

.
.
.
. Should do it... (some modulo changes on each line are needed)
(This needs interleaved planes!)

Too sad it's too slow...
The post seems to suggest that if BLTBMOD is 2, then a fetch happens for B channel into B data register (data is also shifted).
mc6809e is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Is it possible to have scanlines enabled in native mode but disabled in RTG? Dr.Venom support.WinUAE 4 22 May 2011 10:04
Line mode blitter absence Coders. General 4 25 September 2009 20:50
WinUAE still freezes with "Faster RTG mode" enabled StingRay support.WinUAE 4 13 April 2007 08:34
TV line mode Avanze request.UAE Wishlist 0 25 July 2006 17:37
Blinking Taskbar Line in FS mode ;(( Leo42 support.WinUAE 3 31 May 2003 13:48

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 10:48.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.06628 seconds with 15 queries