summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ckingbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ckingbase.cpp')
-rw-r--r--src/mame/drivers/ckingbase.cpp15
1 files changed, 6 insertions, 9 deletions
diff --git a/src/mame/drivers/ckingbase.cpp b/src/mame/drivers/ckingbase.cpp
index 65dd6b41e90..e4c01f59a3b 100644
--- a/src/mame/drivers/ckingbase.cpp
+++ b/src/mame/drivers/ckingbase.cpp
@@ -2,12 +2,12 @@
// copyright-holders:hap
/******************************************************************************
- Chess King chess computer driver base class
+Chess King chess computer driver base class
- NOTE: MAME doesn't include a generalized implementation for boardpieces yet,
- greatly affecting user playability of emulated electronic board games.
- As workaround for the chess games, use an external chess GUI on the side,
- such as Arena(in editmode).
+NOTE: MAME doesn't include a generalized implementation for boardpieces yet,
+greatly affecting user playability of emulated electronic board games.
+As workaround for the chess games, use an external chess GUI on the side,
+such as Arena(in editmode).
******************************************************************************/
@@ -52,11 +52,8 @@ void ckingbase_state::machine_reset()
}
-
/***************************************************************************
-
- Helper Functions
-
+ Helper Functions
***************************************************************************/
// The device may strobe the outputs very fast, it is unnoticeable to the user.