Search found 2 matches

by bytemaniak
Wed Jun 13, 2018 6:14 am
Forum: SNESdev
Topic: Loading data to VRAM
Replies: 2
Views: 3664

Re: Loading data to VRAM

Indeed changing the background color works. I have written a color palette to CGRAM prior to this. I did not know the VBLANK part though! Worth a try.

Edit: Turning the screen off prior to DMA did the trick. Thanks a lot!
by bytemaniak
Wed Jun 13, 2018 2:46 am
Forum: SNESdev
Topic: Loading data to VRAM
Replies: 2
Views: 3664

Loading data to VRAM

Hello, I'm new to this forum and to SNES programming in general, but not new to 6502/65816. So I was writing a pong game and in the meantime I accidentally deleted some important files, and thus I was forced to rewrite the entire source code. However, I seem to have hit a very big wall. I followed t...