Skip to content

Commit 49bd0ac

Browse files
committed
Updated AneConstant for Chip6510.cs
This now passes Disk2.d64's "TRAP1" test. Does this need to change in Drive1541.cs as well?
1 parent cc2fb95 commit 49bd0ac

File tree

1 file changed

+1
-1
lines changed
  • src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS

1 file changed

+1
-1
lines changed

src/BizHawk.Emulation.Cores/Computers/Commodore64/MOS/Chip6510.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public Chip6510()
5454
_cpu = new MOS6502X<CpuLink>(new CpuLink(this))
5555
{
5656
// Required to pass the Lorenz test suite.
57-
AneConstant = 0xEF,
57+
AneConstant = 0xEE,
5858
LxaConstant = 0xEE
5959
};
6060

0 commit comments

Comments
 (0)