Search found 17 matches

by isosceles
Sun Apr 19, 2015 2:47 pm
Forum: NESemdev
Topic: Games that use unofficial opcodes
Replies: 25
Views: 9366

Re: Games that use unofficial opcodes

It appears Rollergames uses $03 (SLO), at $C7EE - this happens almost immediately upon the start of the first level, and periodically thereafter.
by isosceles
Fri Apr 17, 2015 9:34 pm
Forum: NESemdev
Topic: Games that use unofficial opcodes
Replies: 25
Views: 9366

Games that use unofficial opcodes

I've noticed a few other games seem to use unofficial opcodes other than the ones mentioned here: http://wiki.nesdev.com/w/index.php/Tricky-to-emulate_games http://wiki.nesdev.com/w/index.php/CPU_unofficial_opcodes#Games_using_unofficial_opcodes Dynowarz uses $DA and $FA (one byte NOPs) - you can se...