fix debugging code

This commit is contained in:
Ian Curtis 2018-10-17 22:36:33 +00:00
parent 42eaa7f3d8
commit 3dc69f89b8

View file

@ -109,7 +109,7 @@ public:
else
rom_set.get_rom("vrom").CopyTo(m_vrom.get(), 64*0x100000);
int stepping = ((m_game.stepping[0] - '0') << 4) | (m_game.stepping[2] - '0');
m_real3D.SetStepping(stepping);
m_real3D.SetStepping(stepping, false);
return OKAY;
}