Skip to content

Commit

Permalink
williams.cpp: fixed MT07389
Browse files Browse the repository at this point in the history
  • Loading branch information
Osso13 committed Mar 7, 2021
1 parent 1ec0a8b commit 9097e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mame/drivers/williams.cpp
Expand Up @@ -1837,6 +1837,8 @@ void inferno_state::inferno(machine_config &config)
m_pia[0]->readpa_handler().set("mux", FUNC(ls157_x2_device::output_r));
m_pia[0]->ca2_handler().set("mux", FUNC(ls157_x2_device::select_w));

m_pia[2]->set_port_a_input_overrides_output_mask(0xff);

LS157_X2(config, m_mux, 0); // IC45 (for PA4-PA7) + IC46 (for PA0-PA3) on CPU board
m_mux->a_in_callback().set_ioport("INP1");
m_mux->b_in_callback().set_ioport("INP2");
Expand Down

0 comments on commit 9097e89

Please sign in to comment.