Right side of GO screen

This commit is contained in:
Pecusx
2025-07-21 08:39:49 +02:00
parent b3e94e1638
commit 50ed25b8b2
3 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
dta $00,$00,$00,$2E,$B9,$00,$00,$00,$08,$09,$1F,$0A,$08,$09,$26,$27,$19,$09,$16,$17,$19,$14,$28,$2B,$2C,$00,$00,$C0,$2F,$00,$00,$00
dta $00,$00,$00,$2E,$B9,$00,$00,$00,$B3,$31,$31,$35,$B3,$31,$35,$00,$32,$31,$31,$31,$32,$31,$B3,$31,$00,$00,$00,$C0,$2F,$00,$00,$00
dta $00,$00,$00,$5E,$A8,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$B4,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$AE,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$BC,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$AE,$C0,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$BC,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$AE,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$BE,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$AE,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$C0,$5F,$00,$00,$00
dta $00,$00,$00,$5E,$00,$00,$0C,$0D,$0C,$0D,$0C,$0D,$0C,$0D,$31,$00,$20,$21,$20,$21,$20,$21,$20,$21,$20,$21,$31,$BC,$5F,$00,$00,$00
dta $00,$00,$00,$2E,$4D,$CE,$4F,$50,$50,$4F,$50,$4F,$50,$50,$50,$50,$50,$CE,$CE,$CE,$D1,$D2,$D2,$D2,$D2,$D3,$D4,$D5,$2F,$00,$00,$00
dta $00,$00,$00,$2E,$4D,$CE,$4F,$50,$50,$4F,$50,$4F,$50,$50,$50,$50,$50,$CE,$CE,$CE,$D1,$D2,$CE,$CE,$D2,$D3,$D4,$D5,$2F,$00,$00,$00
+9 -2
View File
@@ -12,7 +12,7 @@
;---------------------------------------------------
.macro build
dta d"0.80" ; number of this build (4 bytes)
dta d"0.81" ; number of this build (4 bytes)
.endm
.macro RMTSong
@@ -2927,7 +2927,7 @@ datalines_tlogo=11
; prepare sides
ldx #datalines_over2-1
@ lda #$ff
;lda sides_data_a,x
lda sides_data_a,x
sta PMmemory+$200+Hoffset_over2,x ; P0
lda #%00000011
;lda sides_data_b,x
@@ -2954,6 +2954,13 @@ datalines_tlogo=11
sta HPOSM0_u
lda #%00010001
sta VDELAY
; player 0
sides_data_a
dta $0F,$03,$01,$3F,$0F,$00,$01,$01
dta $1F,$01,$03,$01,$1F,$0F,$01,$01
dta $71,$07,$00,$01,$03,$1F,$0F,$00
dta $00,$01,$01,$03,$3F,$00,$01,$03
dta $FF,$03,$01,$07,$01,$1F,$03,$07
Hoffset_over = 30
High_over=78
Hoffset_over2=60
BIN
View File
Binary file not shown.