summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2017-11-05 23:45:18 +0100
committer hap <happppp@users.noreply.github.com>2017-11-05 23:45:18 +0100
commitefebf3417bba6fc6fcc22d918a6740f1977d5e74 (patch)
tree4a660dadecfb85268b9189673608f215819ca5c1
parente364cd685bbcfa713326e2f7ff384b6d65d7dccb (diff)
tti: change "Unknown" to lowercase (nw)
-rw-r--r--src/mame/drivers/tti.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tti.cpp b/src/mame/drivers/tti.cpp
index ea03bba1ac9..099ae41bf10 100644
--- a/src/mame/drivers/tti.cpp
+++ b/src/mame/drivers/tti.cpp
@@ -70,4 +70,4 @@ ROM_START( tti )
ROM_LOAD( "tti_10012000_rev1.7.bin", 0x0000, 0x8000, CRC(6660c059) SHA1(05d97009b5b8034dda520f655c73c474da97f822) )
ROM_END
-COMP( 1989, tti, 0, 0, tti, tti, tti_state, 0, "Transitional Technology Inc", "Unknown TTI SBC", MACHINE_IS_SKELETON )
+COMP( 1989, tti, 0, 0, tti, tti, tti_state, 0, "Transitional Technology Inc", "unknown TTI SBC", MACHINE_IS_SKELETON )