mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
ditto: wrong mcu type (nw)
This commit is contained in:
parent
be3fba32a5
commit
2eac30e284
@ -11572,7 +11572,7 @@ INPUT_PORTS_END
|
||||
void ditto_state::ditto(machine_config &config)
|
||||
{
|
||||
/* basic machine hardware */
|
||||
TMS1730(config, m_maincpu, 275000); // approximation - RC osc. R=100K, C=47pF
|
||||
TMS1700(config, m_maincpu, 275000); // approximation - RC osc. R=100K, C=47pF
|
||||
m_maincpu->k().set_ioport("IN.0");
|
||||
m_maincpu->r().set(FUNC(ditto_state::write_r));
|
||||
m_maincpu->o().set(FUNC(ditto_state::write_o));
|
||||
|
Loading…
Reference in New Issue
Block a user