mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-26 20:30:16 +00:00
Corrections to comments
This commit is contained in:
parent
6722ad3c14
commit
272683e056
@ -37,7 +37,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
// . The exception is, what he calls "SKB" and "SKW" I call "NOP",
|
||||
// . for consistency's sake. Several other naming conventions exist.
|
||||
// . Of course, only the 6502 has illegal opcodes, the 65C02 doesn't.
|
||||
// . Thus they're not emulated in Enhanced //e g_nAppMode. Games relying on them
|
||||
// . Thus they're not emulated in Enhanced //e mode. Games relying on them
|
||||
// . don't run on a real Enhanced //e either. The old mixture of 65C02
|
||||
// . emulation and skipping the right number of bytes for illegal 6502
|
||||
// . opcodes, while working surprisingly well in practice, was IMHO
|
||||
@ -71,7 +71,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
//
|
||||
// NB2. bSlowerOnPagecross can't be used for r/w detection, as these
|
||||
// . opcodes don't init this flag:
|
||||
// . $EC CPX ABS (since there's no addressing g_nAppMode of CPY which has variable cycle number)
|
||||
// . $EC CPX ABS (since there's no addressing mode of CPY which has variable cycle number)
|
||||
// . $CC CPY ABS (same)
|
||||
//
|
||||
// 65C02 info:
|
||||
|
Loading…
Reference in New Issue
Block a user