(MESS) a2600.c: Fixed pitfall2 regression. (nw)

This commit is contained in:
Wilbert Pol 2012-10-17 20:51:27 +00:00
parent 27097fb4a5
commit 8987b3f6a2

View File

@ -2012,6 +2012,7 @@ void a2600_state::machine_reset()
break;
case modeDPC:
m_current_reset_bank_counter = 0;
install_banks(1, 0x0000);
break;