sm510: fix ktmnt starts with bomb instead of key

This commit is contained in:
hap 2016-03-28 01:38:18 +02:00
parent 4cd7523ec7
commit fb213e1943

View File

@ -67,7 +67,7 @@ void sm510_base_device::op_lb()
UINT8 hi = 0;
switch (m_bl)
{
case 0: hi = 3; break;
case 0: hi = 0; break;
case 1: hi = 0; break;
case 2: hi = 0; break;
case 3: hi = 3; break;