mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
note
This commit is contained in:
parent
833094f88c
commit
74b39e26d2
@ -13,6 +13,8 @@
|
||||
|
||||
TODO:
|
||||
- MCU clocks are unknown where noted
|
||||
- fake-press ON button when emulation starts for calculators that have
|
||||
it on the button matrix (doesn't look like any relies on it though)
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -1153,6 +1153,8 @@ static MACHINE_CONFIG_START( snspellc, tispeak_state )
|
||||
MCFG_TMS1XXX_WRITE_O_CB(WRITE16(tispeak_state, snspellc_write_o))
|
||||
MCFG_TMS1XXX_WRITE_R_CB(WRITE16(tispeak_state, snspellc_write_r))
|
||||
|
||||
/* no visual feedback! */
|
||||
|
||||
/* sound hardware */
|
||||
MCFG_DEVICE_ADD("tms6100", TMS6100, MASTER_CLOCK/4)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user