diff options
author | 2015-05-13 11:33:24 +0200 | |
---|---|---|
committer | 2015-05-13 11:33:24 +0200 | |
commit | 9f1788f65c243208e1ea386bc476dfb71f89bcb7 (patch) | |
tree | 476b446c352f7c27e1aab972cf5eee7fe94e77b2 /src/emu/cpu/pdp1/pdp1dasm.c | |
parent | 475e90ca8b6cc97c1d021fdeab23a05ba9b93a53 (diff) |
Sorted out cpu cores (nw)
Diffstat (limited to 'src/emu/cpu/pdp1/pdp1dasm.c')
-rw-r--r-- | src/emu/cpu/pdp1/pdp1dasm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/pdp1/pdp1dasm.c b/src/emu/cpu/pdp1/pdp1dasm.c index 97e589f3951..036aa3e2f22 100644 --- a/src/emu/cpu/pdp1/pdp1dasm.c +++ b/src/emu/cpu/pdp1/pdp1dasm.c @@ -1,5 +1,5 @@ // license:??? -// copyright-holders:??? +// copyright-holders:Raphael Nabet #include "emu.h" #include "cpu/pdp1/pdp1.h" |