summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mattelchess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mattelchess.cpp')
-rw-r--r--src/mame/drivers/mattelchess.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/mattelchess.cpp b/src/mame/drivers/mattelchess.cpp
index 5a8ec04460e..96b00890237 100644
--- a/src/mame/drivers/mattelchess.cpp
+++ b/src/mame/drivers/mattelchess.cpp
@@ -83,7 +83,7 @@ void mchess_state::machine_reset()
void mchess_state::update_reset(ioport_value state)
{
- // assume that SAVE switch powers off the CPU
+ // battery is disconnected from CPU VCC pin when power switch is in SAVE mode
// (at reboot, the game will read the chessboard positions from LCD RAM)
m_maincpu->set_input_line(INPUT_LINE_RESET, state ? ASSERT_LINE : CLEAR_LINE);
}