mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
Fixes 00429 (fastlane: the random function of this doesn't work well and always gives a "no bonus").
This patch adds to the simulation of the K051733. Please credit ShimaPong.
This commit is contained in:
parent
fdbdbfbead
commit
847e160223
@ -5311,6 +5311,9 @@ READ8_HANDLER( K051733_r )
|
||||
case 0x05:
|
||||
return int_sqrt(op3<<16) & 0xff;
|
||||
|
||||
case 0x06:
|
||||
return K051733_ram[0x13];
|
||||
|
||||
case 0x07:{
|
||||
if (xobj1c + rad < xobj2c)
|
||||
return 0x80;
|
||||
|
Loading…
Reference in New Issue
Block a user