wpc: increased number of main CPU bank entries to account for the two versions of White Water that use 1MB ROMs. (no whatsnew)

This commit is contained in:
mahlemiut 2013-10-30 23:50:37 +00:00
parent bffa0fd1cf
commit 7ca83c47a5

View File

@ -160,7 +160,7 @@ DRIVER_INIT_MEMBER(wpc_dot_state,wpc_dot)
{
UINT8 *fixed = memregion("code")->base();
UINT32 codeoff = memregion("code")->bytes() - 0x8000;
m_cpubank->configure_entries(0, 32, &fixed[0], 0x4000);
m_cpubank->configure_entries(0, 64, &fixed[0], 0x4000);
m_cpubank->set_entry(0);
m_fixedbank->configure_entries(0, 1, &fixed[codeoff],0x8000);
m_fixedbank->set_entry(0);