Browse Source

+ added comments for the 6502 revisions

Nikolay Nikolov 1 year ago
parent
commit
c4f0f1a99f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      compiler/mos6502/cpuinfo.pas

+ 2 - 2
compiler/mos6502/cpuinfo.pas

@@ -88,8 +88,8 @@ Const
    ];
    ];
 
 
    cputypestr : array[tcputype] of string[13] = ('',
    cputypestr : array[tcputype] of string[13] = ('',
-     'MOS6502 rev.A',
-     'MOS6502 rev.B'
+     'MOS6502 rev.A',  { Pre-June 1976, doesn't support the ROR instruction }
+     'MOS6502 rev.B'   { After June 1976, the ROR instruction is added }
    );
    );
 
 
    fputypestr : array[tfputype] of string[6] = (
    fputypestr : array[tfputype] of string[6] = (