mirror of
https://github.com/deater/tb1.git
synced 2025-04-09 15:38:44 +00:00
snes: use mode 3 for title screen
For some reason was using mode 4, but that has crazy offset mode which was doing weird things on some of the emulators.
This commit is contained in:
parent
78c0113545
commit
80dc74f5d9
@ -1,2 +1,2 @@
|
||||
.word $c807 ; Complement of checksum
|
||||
.word $37f8 ; Unsigned 16-bit sum of ROM
|
||||
.word $c808 ; Complement of checksum
|
||||
.word $37f7 ; Unsigned 16-bit sum of ROM
|
||||
|
@ -225,8 +225,8 @@ setup_video:
|
||||
; abcd = 8 (0) or 16 width for BG1234
|
||||
; e = priority for BG3
|
||||
; fff = background mode
|
||||
lda #$04
|
||||
sta $2105 ; set Mode 4
|
||||
lda #$03
|
||||
sta $2105 ; set Mode 3
|
||||
|
||||
; a000 bbbb
|
||||
; a = screen on/off (0=on), ffff = brightness
|
||||
|
Loading…
x
Reference in New Issue
Block a user