trunk/src/mame/drivers/esqkt.cpp
| r253573 | r253574 | |
| 110 | 110 | required_device<m68ec020_device> m_maincpu; |
| 111 | 111 | required_device<es5510_device> m_esp; |
| 112 | 112 | required_device<mc68681_device> m_duart; |
| 113 | | required_device<esqpanel2x40_sq1_device> m_sq1panel; |
| 113 | required_device<esqpanel2x16_sq1_device> m_sq1panel; |
| 114 | 114 | required_device<midi_port_device> m_mdout; |
| 115 | 115 | |
| 116 | 116 | virtual void machine_reset() override; |
| r253573 | r253574 | |
| 203 | 203 | MCFG_CPU_ADD("esp", ES5510, XTAL_10MHz) |
| 204 | 204 | MCFG_DEVICE_DISABLE() |
| 205 | 205 | |
| 206 | | //MCFG_ESQPANEL2x40_SQ1_ADD("sq1panel") |
| 207 | | //MCFG_ESQPANEL_TX_CALLBACK(DEVWRITELINE("duart", mc68681_device, rx_b_w)) |
| 206 | MCFG_ESQPANEL2x16_SQ1_ADD("sq1panel") |
| 207 | MCFG_ESQPANEL_TX_CALLBACK(DEVWRITELINE("duart", mc68681_device, rx_b_w)) |
| 208 | 208 | |
| 209 | 209 | MCFG_MC68681_ADD("duart", 4000000) |
| 210 | 210 | MCFG_MC68681_IRQ_CALLBACK(WRITELINE(esqkt_state, duart_irq_handler)) |