From d0193727e7986e91ef1c0824125a0bf2bd905adc Mon Sep 17 00:00:00 2001 From: misc Date: Sun, 22 Jan 2017 12:58:48 +1000 Subject: [PATCH] Updated contact details --- 6502tests/test.c | 2 +- APPLEII/APPLEII.ino | 2 +- APPLEII/cpu.ino | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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