1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-01-13 15:27:04 +00:00

KA10: Fix WAITS FIX instruction.

This commit is contained in:
Richard Cornwell 2020-02-22 21:22:13 -05:00
parent 3c7a609fed
commit c69db46fd3

View File

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