mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
sm510: fix ktmnt starts with bomb instead of key
This commit is contained in:
parent
4cd7523ec7
commit
fb213e1943
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user