1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-05-31 22:41:37 +00:00

Rename regression test 2020 to reflect the CPU configuration

Cycle counting is CPU-specific.  The 2020 test exercises the
65816, but there are things unique to 6502 and 65C02 that should
also be checked if we want to be thorough.

No changes to the test itself.
This commit is contained in:
Andy McFadden 2019-09-15 17:02:21 -07:00
parent 2828cc8ca7
commit 88e72d1eb8
9 changed files with 2 additions and 1 deletions

View File

@ -2049,6 +2049,7 @@ namespace Asm65 {
Opcode = 0x6c,
AddrMode = AddressMode.AbsInd,
CycDef = 5 | (int)(CycleMod.OneIf65C02)
// takes one extra cycle on CMOS 6502 if low byte is 0xff?? (it also has a bug)
};
public static readonly OpDef OpADC_Abs = new OpDef(OpADC) {
Opcode = 0x6d,

View File

@ -1,4 +1,4 @@
# 6502bench SourceGen generated linker script for 2020-cycle-counts
# 6502bench SourceGen generated linker script for 2020-cycle-counts-65816
MEMORY {
MAIN: file=%O, start=%S, size=65536;
# MEM000: file=%O, start=$10f0, size=126;