This commit is contained in:
hap 2016-01-10 18:42:23 +01:00
parent 833094f88c
commit 74b39e26d2
2 changed files with 4 additions and 0 deletions

View File

@ -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)
***************************************************************************/

View File

@ -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)