Changeset 6dc5ea7 in buchla-68k for ram


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.

Location:
ram
Files:
2 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();
  • ram/verdate.s

    rc091ef8 r6dc5ea7  
    2323                .xdef   _VerDate
    2424
    25 _VerDate:       dc.b    "19881027.01"           | Date and version number
    26                 dc.b    0
     25_VerDate:       .asciz  "19881027.01"           | Date and version number
    2726
    2827                .end
Note: See TracChangeset for help on using the changeset viewer.