summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-03-26 12:19:02 +0100
committer hap <happppp@users.noreply.github.com>2020-03-26 12:19:14 +0100
commit9f2a29e08ecb1b55eda092764934d0533b6b4ed9 (patch)
treec59d9496c0f8d9c64eea79c9b02e01c71d711f68 /src/mame
parenta8c0abadea40f6f65a4ac55583d678aa5be31993 (diff)
about: remove auto pause (nw)
reason: inconsistent with other Tab menu entries including the fullscreen popup for selecting new machine, and also a bug where it refuses to unpause when closing About popup with Tab.
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/conic_cchess2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/conic_cchess2.cpp b/src/mame/drivers/conic_cchess2.cpp
index d27ba8036b5..dcb90d16121 100644
--- a/src/mame/drivers/conic_cchess2.cpp
+++ b/src/mame/drivers/conic_cchess2.cpp
@@ -282,4 +282,4 @@ ROM_END
******************************************************************************/
// YEAR NAME PARENT CMP MACHINE INPUT STATE INIT COMPANY, FULLNAME, FLAGS
-CONS( 1980, cncchess2, 0, 0, cncchess2, cncchess2, cchess2_state, empty_init, "Conic", "Computer Chess (Conic, model 7012)", MACHINE_IMPERFECT_SOUND | MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )
+CONS( 1980, cncchess2, 0, 0, cncchess2, cncchess2, cchess2_state, empty_init, "Conic", "Computer Chess (Conic, model 7012)", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )