bugzmanov / nes_ebook

A mini book on writing NES emulator using rust lang
https://bugzmanov.github.io/nes_ebook/index.html
385 stars 68 forks source link

Possibly a grammar mistake; Chapter 6.1 #32

Closed M-Phuykong closed 3 months ago

M-Phuykong commented 9 months ago

Emulating PPU memory access: Address and Data registers Let's try to emulate two the most complex registers: Address (0x2006) and Data(0x2007)

I believe it should be:

"Let's try to emulate two of the most complex registers: Address (0x2006) and Data(0x2007)

bugzmanov commented 3 months ago

This is fixed. Thank you!