mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
hh_sm510: add note for tsjam (nw)
This commit is contained in:
parent
f7ce343c49
commit
5136d391d9
@ -1533,7 +1533,7 @@ INPUT_PORTS_END
|
|||||||
static MACHINE_CONFIG_START( tsjam )
|
static MACHINE_CONFIG_START( tsjam )
|
||||||
|
|
||||||
/* basic machine hardware */
|
/* basic machine hardware */
|
||||||
MCFG_CPU_ADD("maincpu", SM510, XTAL_32_768kHz)
|
MCFG_CPU_ADD("maincpu", SM510, XTAL_32_768kHz) // no external XTAL
|
||||||
MCFG_SM510_WRITE_SEGS_CB(WRITE16(hh_sm510_state, sm510_lcd_segment_w))
|
MCFG_SM510_WRITE_SEGS_CB(WRITE16(hh_sm510_state, sm510_lcd_segment_w))
|
||||||
MCFG_SM510_READ_K_CB(READ8(tsjam_state, input_r))
|
MCFG_SM510_READ_K_CB(READ8(tsjam_state, input_r))
|
||||||
MCFG_SM510_WRITE_S_CB(WRITE8(hh_sm510_state, input_w))
|
MCFG_SM510_WRITE_S_CB(WRITE8(hh_sm510_state, input_w))
|
||||||
|
Loading…
Reference in New Issue
Block a user