summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mephisto_glasgow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mephisto_glasgow.cpp')
-rw-r--r--src/mame/drivers/mephisto_glasgow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/mephisto_glasgow.cpp b/src/mame/drivers/mephisto_glasgow.cpp
index 52957925163..5d44d424ccd 100644
--- a/src/mame/drivers/mephisto_glasgow.cpp
+++ b/src/mame/drivers/mephisto_glasgow.cpp
@@ -160,10 +160,10 @@ WRITE8_MEMBER( amsterd_state::write_lcd )
WRITE8_MEMBER( amsterd_state::write_lcd_flag )
{
+ // The key function in the rom expects a value from the
+ // second key row after writing to here
m_key_select = 1;
- // The key function in the rom expects after writing to
- // the a value from the second key row;
m_led7 = data ? 255 : 0;
}