Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Scrolling: it goes too slow. Anything I can do?
#11
Before your loop:

Code:
DEF SEG = &HA000

To plot a pixel:

Code:
POKE y%*320& + x%, colour%

After your loop:

Code:
DEF SEG

Faster in compiled mode, but gives an error on the IDE is this:

Code:
POKE y%*320 + x%, colour%

(odd, but in EXE form integers seem to be unsigned sometimes Tongue)
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply


Messages In This Thread
Scrolling: it goes too slow. Anything I can do? - by na_th_an - 02-27-2004, 04:58 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)