diff options
author | 2018-11-04 17:57:08 +1100 | |
---|---|---|
committer | 2018-11-04 17:57:08 +1100 | |
commit | 9cbc957076af5c91b4d797811dfc8eea09d6ed50 (patch) | |
tree | d0b0872b6fba60e98e926ad56183ab1ef63af071 /src/devices/cpu/unsp/unsp.cpp | |
parent | 04a32321628c8af794c4f987ba3ae55aab69de33 (diff) |
(nw) misc cleanup:
* tabify a JSON file (not currently handled by srcclean)
* get rid of stray printf
* µ'nSP in header comments - we do UTF-8 source
* spg2xx.cpp: make room for LOG_GENERAL - it's defined as (1U << 0) if you don't give it a different value
* spg2xx.h: inline on member function declarations generally doesn't do anything useful - it's implicit when the function body is inlined at declaration, and in other cases you usually want to put the inline qualifier on the definition, not the declaration
* rainbow.cpp: revert mouse changes - there's no reason a Mouse Systems driver couldn't be loaded, and the Logitech mouse is Microsoft-compatible
* video21.cpp: use deal/stand for blackjack control buttons now that we're not using deal for vblank
Diffstat (limited to 'src/devices/cpu/unsp/unsp.cpp')
-rw-r--r-- | src/devices/cpu/unsp/unsp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/unsp/unsp.cpp b/src/devices/cpu/unsp/unsp.cpp index 4f9c5e64745..af964f713f9 100644 --- a/src/devices/cpu/unsp/unsp.cpp +++ b/src/devices/cpu/unsp/unsp.cpp @@ -2,7 +2,7 @@ // copyright-holders:Segher Boessenkool,Ryan Holtz /***************************************************************************** - SunPlus micro'nSP emulator + SunPlus µ'nSP emulator Copyright 2008-2017 Segher Boessenkool <segher@kernel.crashing.org> Licensed under the terms of the GNU GPL, version 2 |