mame/src
Vas Crabb 519cbd956c cpu/drcbearm64.cpp: Fixed more cases where ROLAND clobbered source registers.
ROLAND could clobber source registers or produce incorrect results if
the desination was the same UML register as the shift or mask.

Fixed a bug in the logic for deciding whether to use a temporary
register for the mask for ROLINS.

Also optimised ROLAND and ROLINS some more (particularly translation
from UML's left rotate to ARM's right rotate) and removed a special case
that the simplifier now takes care of.
2025-04-17 03:29:30 +10:00
..
devices cpu/drcbearm64.cpp: Fixed more cases where ROLAND clobbered source registers. 2025-04-17 03:29:30 +10:00
emu devcb: add remove function to unset a devcb 2025-04-14 15:48:53 +02:00
frontend/mame
lib
mame -misc/dgpix.cpp: Marked Elfin as having unemulated protection. 2025-04-17 00:56:56 +10:00
osd
tools
zexall