Changeset 6dc5ea7 in buchla-68k for ram/etavgr.c


Ignore:
Timestamp:
07/02/2017 12:06:10 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
f394e7b
Parents:
c091ef8
Message:

Linked RAM without errors.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/etavgr.c

    rc091ef8 r6dc5ea7  
    112112
    113113        if (tmpval > 0)
    114                 execinst(vce, (ins2grp[tmpval - 1] & 0x00FF), 1);
     114                execins(vce, (ins2grp[tmpval - 1] & 0x00FF), 1);
    115115
    116116        modasg();
Note: See TracChangeset for help on using the changeset viewer.