summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.cpp
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-12-14 23:44:37 +0100
committer mooglyguy <therealmogminer@gmail.com>2018-12-14 23:45:04 +0100
commitbf0cfcf13d2a1e9b3baac38f47f02c094e99cae0 (patch)
tree3fdd99ed1938aeb4b7dc6c63ef301452a30ae3a7 /src/emu/validity.cpp
parent3cbc7627cabd29242b3df66a366c998f92104102 (diff)
-keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, qix, quizpun2, stfight, tigeroad: Removed MACHINE_CONFIG. [Ryan Holtz]
-m68705, m68hc05: Removed MCFG. [Ryan Holtz] -qix: First-pass cleanup. [Ryan Holtz] -core: Fixed spelling of "nonexistent". [Ryan Holtz]
Diffstat (limited to 'src/emu/validity.cpp')
-rw-r--r--src/emu/validity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/validity.cpp b/src/emu/validity.cpp
index 93c06eff52d..5b073568163 100644
--- a/src/emu/validity.cpp
+++ b/src/emu/validity.cpp
@@ -1462,7 +1462,7 @@ void validity_checker::validate_driver()
if (compatible_with != nullptr && strcmp(compatible_with, "0") == 0)
compatible_with = nullptr;
- // check for this driver being compatible with a non-existant driver
+ // check for this driver being compatible with a nonexistent driver
if (compatible_with != nullptr && m_drivlist.find(m_current_driver->compatible_with) == -1)
osd_printf_error("Driver is listed as compatible with nonexistent driver %s\n", m_current_driver->compatible_with);