commit an ancient comment that's meaningless to me now

This commit is contained in:
zeromus 2015-06-16 10:00:11 +00:00
parent f2c62161a9
commit b5d5cb03e1
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ using BizHawk.Common;
//1. Have a hardcoded NSF driver rom loaded to 0x3800
//2. Have fake registers at $3FFx for the NSF driver to use
//3. These addresses are chosen because no known NSF could possibly use them for anything.
//4. Patch the PRG with our own IRQ vectors when the NSF play and init routines aren't running.
// That way we can use NMI for overall control and cause our code to be the NMI handler without breaking the NSF data by corrupting the last few bytes
//NSF:
//check nsfspec.txt for more on why FDS is weird. lets try not following FCEUX too much there.