Jump to content
Sign in to follow this  
Jetboot Jack

Scrolling - 8bit Atari

Recommended Posts

Hi Steve,

 

Depends on what you are scrolling?

If you have a graphics mode (line at a time) memory layout

then get the VBI to adjust the dlist's 'load memory' pointer, e.g.

 

DLIST:

.byte $70,$70,$70,$4E

LM_PTR:

.word SCR_MEM

.byte $0E,$0E etc

 

You can get clever and shuffle some LM pointers through the dlist

such that you reuse the memory you're not displaying :)

 

In a character based display you'll need to use the scroll

registers to scroll things smoothly and then adjust the LM

pointer(s) when reseting the scroll register.

 

Regards,

 

Mark

Share this post


Link to post
Share on other sites

Mark,

 

I have several simple MC scrolling routines that I'm tinkering with, but was wondering if anyone has a favorite for a 40 or 48 byte wide screen, using data laid out contigiously in RAM...

 

My horizontal routines were never very good, so I thought I'd tackle some vertical ones :) and was wondering if anyone had a "best"....

 

sTeVE

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...