diff --git a/src/sim65/cpucore.c b/src/sim65/cpucore.c index 814085c1e..934b76670 100644 --- a/src/sim65/cpucore.c +++ b/src/sim65/cpucore.c @@ -6,9 +6,9 @@ /* */ /* */ /* */ -/* (C) 2002 Ullrich von Bassewitz */ -/* Wacholderweg 14 */ -/* D-70597 Stuttgart */ +/* (C) 2002-2003 Ullrich von Bassewitz */ +/* Römerstrasse 52 */ +/* D-70794 Filderstadt */ /* EMail: uz@cc65.org */ /* */ /* */ @@ -1024,7 +1024,6 @@ static void OPC_6502_6C (void) /* 65C02 and above have this bug fixed */ PC = MemReadWord (Addr); } - PC += 3; }