I am making a new year's resolution to learn programming for the SNES! I am a fairly experienced web dev who's also done a fair bit of spare-time hardware projects, so low-level stuff isn't completely foreign to me. However, I'm going to have many, many questions as I go, and it's considerably less clutter to ask all my questions in a single thread. So with that, I've been going through bazz's tutorials (very helpful) but there's a few things I don't yet understand.
Yoshi's doc describes $2118 as the video port data register, what is written to the location set in the address register $2116. However, what is the purpose of register $2119? Assuming these registers are word-size, does this simply allow me to write two words to VRAM?
Yoshi's doc describes $2118 as the video port data register, what is written to the location set in the address register $2116. However, what is the purpose of register $2119? Assuming these registers are word-size, does this simply allow me to write two words to VRAM?