mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
04484: rushhero: tms57002: sfmr - Contact Mamedev [Phil Bennett]
tms57002: Implement SFMR instruction [Phil Bennett]
This commit is contained in:
parent
90e53abd38
commit
e68246c6dd
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ sfmo 2a 63 1 n f
|
|||
|
||||
sfmr 1 35 1 y
|
||||
sfmr
|
||||
macc = (macc & 0x8000000000000ULL) | ((macc >> 1) & 0x7ffffffffffffULL);
|
||||
|
||||
slmh 2a 06 1 y
|
||||
slmh %d
|
||||
|
|
Loading…
Reference in a new issue