mirror of
https://github.com/holub/mame
synced 2025-06-25 22:04:15 +03:00
e01.c: attempt at fixing MT06048 (nw)
This commit is contained in:
parent
841fd6adf6
commit
c7cf9ee627
@ -396,7 +396,8 @@ e01_device::e01_device(const machine_config &mconfig, const char *tag, device_t
|
|||||||
m_fdc_irq(CLEAR_LINE),
|
m_fdc_irq(CLEAR_LINE),
|
||||||
m_fdc_drq(CLEAR_LINE),
|
m_fdc_drq(CLEAR_LINE),
|
||||||
m_adlc_irq(CLEAR_LINE),
|
m_adlc_irq(CLEAR_LINE),
|
||||||
m_clk_en(0)
|
m_clk_en(0),
|
||||||
|
m_variant(TYPE_E01)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -425,7 +426,8 @@ e01_device::e01_device(const machine_config &mconfig, device_type type, const ch
|
|||||||
m_fdc_irq(CLEAR_LINE),
|
m_fdc_irq(CLEAR_LINE),
|
||||||
m_fdc_drq(CLEAR_LINE),
|
m_fdc_drq(CLEAR_LINE),
|
||||||
m_adlc_irq(CLEAR_LINE),
|
m_adlc_irq(CLEAR_LINE),
|
||||||
m_clk_en(0)
|
m_clk_en(0),
|
||||||
|
m_variant(TYPE_E01)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user