summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/unsp/unspdasm.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2018-11-04 17:57:08 +1100
committer Vas Crabb <vas@vastheman.com>2018-11-04 17:57:08 +1100
commit9cbc957076af5c91b4d797811dfc8eea09d6ed50 (patch)
treed0b0872b6fba60e98e926ad56183ab1ef63af071 /src/devices/cpu/unsp/unspdasm.h
parent04a32321628c8af794c4f987ba3ae55aab69de33 (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/unspdasm.h')
-rw-r--r--src/devices/cpu/unsp/unspdasm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/unsp/unspdasm.h b/src/devices/cpu/unsp/unspdasm.h
index c60ca14f382..3fc4b8802f8 100644
--- a/src/devices/cpu/unsp/unspdasm.h
+++ b/src/devices/cpu/unsp/unspdasm.h
@@ -2,7 +2,7 @@
// copyright-holders:Segher Boessenkool
/*****************************************************************************
- SunPlus micro'nSP disassembler
+ SunPlus µ'nSP disassembler
Copyright 2008-2017 Segher Boessenkool <segher@kernel.crashing.org>
Licensed under the terms of the GNU GPL, version 2