diff options
author | 2018-10-28 14:00:12 +1100 | |
---|---|---|
committer | 2018-10-28 14:00:12 +1100 | |
commit | 82501770dedcdeddb20aa1ef8fe2f46a3d4179bb (patch) | |
tree | 80bfc8b02b9b19f7281c96e3b7c203358e3e5db9 /src/devices/cpu/unsp/unsp.cpp | |
parent | 112bce124d581c5c8d240283c869969029cd90e8 (diff) |
srcclean and cleanup (nw)
Diffstat (limited to 'src/devices/cpu/unsp/unsp.cpp')
-rw-r--r-- | src/devices/cpu/unsp/unsp.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/unsp/unsp.cpp b/src/devices/cpu/unsp/unsp.cpp index 8b8ce63ba42..4f9c5e64745 100644 --- a/src/devices/cpu/unsp/unsp.cpp +++ b/src/devices/cpu/unsp/unsp.cpp @@ -2,13 +2,13 @@ // copyright-holders:Segher Boessenkool,Ryan Holtz /***************************************************************************** - SunPlus micro'nSP emulator + SunPlus micro'nSP emulator - Copyright 2008-2017 Segher Boessenkool <segher@kernel.crashing.org> - Licensed under the terms of the GNU GPL, version 2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt + Copyright 2008-2017 Segher Boessenkool <segher@kernel.crashing.org> + Licensed under the terms of the GNU GPL, version 2 + http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt - Ported to MAME framework by Ryan Holtz + Ported to MAME framework by Ryan Holtz *****************************************************************************/ |