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:
MooglyGuy 2024-12-13 02:02:25 +01:00 committed by GitHub
parent 9838ede130
commit 436ac7ace1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)