Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: skurk on December 13, 2006, 09:51:59 AM

Title: Super-hires copperlist?
Post by: skurk on December 13, 2006, 09:51:59 AM
Hi,

I'm sort of "new" to AGA coding, I have only done OCS/ECS stuff earlier.

My simplified 4-bpl lores copperlist would look like this:

copper:
  dc.w $00e0,$0000,$00e2,$0000
  dc.w $00e4,$0000,$00e6,$0000
  dc.w $00e8,$0000,$00ea,$0000
  dc.w $00ec,$0000,$00ee,$0000
  dc.w $0100,$4200
  dc.w $008e,$2881,$0090,$28c1
  dc.w $0092,$0038,$0094,$00d0
  dc.w $0108,$0000,$010a,$0000
  dc.w $01fc,$0000,$0102,$0000
; ..colours here..
  dc.w $ffff,$fffe

Will it be enough to modify the BPLCON0 register ($0100) to gain super-hires?  In that case, what's the new value?

-skurk