summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cxgbase.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cxgbase.cpp')
-rw-r--r--src/mame/drivers/cxgbase.cpp17
1 files changed, 7 insertions, 10 deletions
diff --git a/src/mame/drivers/cxgbase.cpp b/src/mame/drivers/cxgbase.cpp
index 141a07740ef..a62f6e5f94a 100644
--- a/src/mame/drivers/cxgbase.cpp
+++ b/src/mame/drivers/cxgbase.cpp
@@ -2,13 +2,13 @@
// copyright-holders:hap
/******************************************************************************
- CXG* chess computer driver base class
- *later known as CXG Newcrest Technology Ltd.
+CXG* chess computer driver base class
+*later known as CXG Newcrest Technology Ltd.
- 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).
******************************************************************************/
@@ -53,11 +53,8 @@ void cxgbase_state::machine_reset()
}
-
/***************************************************************************
-
- Helper Functions
-
+ Helper Functions
***************************************************************************/
// The device may strobe the outputs very fast, it is unnoticeable to the user.