User Tools

Site Tools


base:removing_the_sideborders

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

base:removing_the_sideborders [2015-04-17 04:33] – external edit 127.0.0.1base:removing_the_sideborders [2018-11-04 13:16] (current) mrr19121970
Line 7: Line 7:
 <code> <code>
         sei         sei
 +        
 +;Fix PAL, otherwise NTSC
 +        lda $02a6
 +        beq +
 +        lda #$49 ; ie EOR #$xx (time 2 cycles)
 +        sta PALFIX
 ++
 +
 loop1 loop1
         lda #$1b ; Set y-scroll to normal position (because we do FLD later on..)         lda #$1b ; Set y-scroll to normal position (because we do FLD later on..)
Line 39: Line 47:
  dey  dey
  bne *-1  bne *-1
 +PALFIX  nop
  nop  nop
  
base/removing_the_sideborders.txt · Last modified: 2018-11-04 13:16 by mrr19121970