summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2018-11-07 23:59:38 +0100
committer hap <happppp@users.noreply.github.com>2018-11-07 23:59:38 +0100
commit4bbfd2b20a05ad02cec4a81b54b4ab898376cd35 (patch)
tree10294acca782415b8a4cf20c7731416a723052c3
parentba8aba7ba36aa6aa0ed58ef93ab295a9f39813a7 (diff)
hh_sm510: algestam confirmed gnw_tfish R mask option (nw)
-rw-r--r--src/mame/drivers/hh_sm510.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/hh_sm510.cpp b/src/mame/drivers/hh_sm510.cpp
index c599eb10129..1aa7a42916e 100644
--- a/src/mame/drivers/hh_sm510.cpp
+++ b/src/mame/drivers/hh_sm510.cpp
@@ -1777,7 +1777,7 @@ MACHINE_CONFIG_START(gnw_tfish_state::gnw_tfish)
/* basic machine hardware */
MCFG_DEVICE_ADD("maincpu", SM510)
- MCFG_SM510_R_MASK_OPTION(2)
+ MCFG_SM510_R_MASK_OPTION(2) // confirmed
MCFG_SM510_WRITE_SEGS_CB(WRITE16(*this, hh_sm510_state, sm510_lcd_segment_w))
MCFG_SM510_READ_K_CB(READ8(*this, hh_sm510_state, input_r))
MCFG_SM510_WRITE_S_CB(WRITE8(*this, hh_sm510_state, input_w))