mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
kt76: compile fix (nw)
This commit is contained in:
parent
e7de5b6191
commit
dadf8e7d79
@ -110,7 +110,7 @@ public:
|
||||
required_device<m68ec020_device> m_maincpu;
|
||||
required_device<es5510_device> m_esp;
|
||||
required_device<mc68681_device> m_duart;
|
||||
required_device<esqpanel2x40_sq1_device> m_sq1panel;
|
||||
required_device<esqpanel2x16_sq1_device> m_sq1panel;
|
||||
required_device<midi_port_device> m_mdout;
|
||||
|
||||
virtual void machine_reset() override;
|
||||
@ -203,8 +203,8 @@ static MACHINE_CONFIG_START( kt, esqkt_state )
|
||||
MCFG_CPU_ADD("esp", ES5510, XTAL_10MHz)
|
||||
MCFG_DEVICE_DISABLE()
|
||||
|
||||
//MCFG_ESQPANEL2x40_SQ1_ADD("sq1panel")
|
||||
//MCFG_ESQPANEL_TX_CALLBACK(DEVWRITELINE("duart", mc68681_device, rx_b_w))
|
||||
MCFG_ESQPANEL2x16_SQ1_ADD("sq1panel")
|
||||
MCFG_ESQPANEL_TX_CALLBACK(DEVWRITELINE("duart", mc68681_device, rx_b_w))
|
||||
|
||||
MCFG_MC68681_ADD("duart", 4000000)
|
||||
MCFG_MC68681_IRQ_CALLBACK(WRITELINE(esqkt_state, duart_irq_handler))
|
||||
|
Loading…
Reference in New Issue
Block a user