diff --git a/6502tests/test.c b/6502tests/test.c index 9d341e4..1d6fad7 100644 --- a/6502tests/test.c +++ b/6502tests/test.c @@ -4,7 +4,7 @@ Bunch of unit tests I wrote during the development of the emulator. These are very nasty and not really release worthy but someone might find them useful! -Copyright (c) 2015, Damian Peckett +Copyright (c) 2015, Damian Peckett All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/APPLEII/APPLEII.ino b/APPLEII/APPLEII.ino index 655b764..8cb4cea 100644 --- a/APPLEII/APPLEII.ino +++ b/APPLEII/APPLEII.ino @@ -1,5 +1,5 @@ /* -Copyright (c) 2015, Damian Peckett +Copyright (c) 2015, Damian Peckett All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/APPLEII/cpu.ino b/APPLEII/cpu.ino index 561a4e8..cdefe6e 100644 --- a/APPLEII/cpu.ino +++ b/APPLEII/cpu.ino @@ -1,5 +1,5 @@ -// μ6502 - Barebones 6502 Emulator By Damian Peckett -// dpeckett.com, +// μ6502 - Barebones 6502 Emulator By Damian Peckett +// dpeckett.com, // Address Modes #define AD_IMP 0x01