Previous 199869 Revisions Next

r17596 Sunday 2nd September, 2012 at 20:54:51 UTC by R. Belmont
pwrmac doesn't need the ROM overlay (nw)
[src/mess/machine]mac.c

trunk/src/mess/machine/mac.c
r17595r17596
19521952
19531953WRITE_LINE_MEMBER(mac_state::cuda_reset_w)
19541954{
1955    if (state == ASSERT_LINE)
1955    if ((state == ASSERT_LINE) && (m_model < MODEL_MAC_POWERMAC_6100))
19561956    {
19571957        set_memory_overlay(0);
19581958        set_memory_overlay(1);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team