mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-10 12:29:26 +00:00
KA10: Fix WAITS FIX instruction.
This commit is contained in:
@@ -5749,9 +5749,6 @@ dpnorm:
|
||||
#endif
|
||||
#if WAITS
|
||||
if (QWAITS) { /* WAITS FIX instruction */
|
||||
if (Mem_read(0, 0, 0))
|
||||
goto last;
|
||||
AR = MB;
|
||||
BR = get_reg(AC);
|
||||
if (hst_lnt) {
|
||||
hst[hst_p].mb = AR;
|
||||
|
||||
Reference in New Issue
Block a user