mirror of
https://github.com/holub/mame
synced 2025-04-16 13:34:55 +03:00
fix build
This commit is contained in:
parent
9a0c63f673
commit
bd89e921a3
@ -1411,7 +1411,7 @@ end
|
||||
|
||||
--------------------------------------------------
|
||||
--
|
||||
--@src/lib/formats/adam_cas.h,FORMATS["ADAM_CAS"] = true
|
||||
--@src/lib/formats/p2000t_cas.h,FORMATS["P2000T_CAS"] = true
|
||||
--------------------------------------------------
|
||||
|
||||
if (FORMATS["P2000T_CAS"]~=null or _OPTIONS["with-tools"]) then
|
||||
|
@ -1065,6 +1065,7 @@ FORMATS["OPD_DSK"] = true
|
||||
FORMATS["ORAO_CAS"] = true
|
||||
FORMATS["ORIC_DSK"] = true
|
||||
FORMATS["ORIC_TAP"] = true
|
||||
FORMATS["P2000T_CAS"] = true
|
||||
FORMATS["P6001_CAS"] = true
|
||||
FORMATS["PASTI_DSK"] = true
|
||||
FORMATS["PC98FDI_DSK"] = true
|
||||
|
@ -103,7 +103,7 @@ void apple3_state::apple3(machine_config &config)
|
||||
m_a2bus->set_space(m_maincpu, AS_PROGRAM);
|
||||
m_a2bus->irq_w().set(FUNC(apple3_state::a2bus_irq_w));
|
||||
m_a2bus->nmi_w().set(FUNC(apple3_state::a2bus_nmi_w));
|
||||
m_a2bus->inh_w().set(FUNC(apple3_state::a2bus_inh_w));
|
||||
//m_a2bus->inh_w().set(FUNC(apple3_state::a2bus_inh_w));
|
||||
m_a2bus->dma_w().set_inputline(m_maincpu, INPUT_LINE_HALT);
|
||||
A2BUS_SLOT(config, "sl1", m_a2bus, apple3_cards, nullptr);
|
||||
A2BUS_SLOT(config, "sl2", m_a2bus, apple3_cards, nullptr);
|
||||
|
Loading…
Reference in New Issue
Block a user