mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
MAME Testers bugs fixed (#13076)
----------------------- - 08942: [Gameplay] (misc/vamphalf.cpp) coolmini: Minigames don't work properly/softlock -e132xs: Sign-extend the divisor in DIVS instructions. [Ryan Holtz] Co-authored-by: Ryan Holtz <TheMogMiner>
This commit is contained in:
parent
9838ede130
commit
436ac7ace1
@ -665,6 +665,7 @@ void hyperstone_device::generate_divsu(drcuml_block &block, compiler_state &comp
|
||||
{
|
||||
UML_DTEST(block, I1, 0x8000000000000000LL);
|
||||
UML_JMPc(block, uml::COND_NZ, no_result);
|
||||
UML_DSEXT(block, I0, I0, SIZE_DWORD);
|
||||
}
|
||||
|
||||
if (SIGNED)
|
||||
|
Loading…
Reference in New Issue
Block a user