Changeset f537c48 in buchla-68k for include


Ignore:
Timestamp:
11/12/2017 03:48:02 PM (6 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
6f49665
Parents:
5c977dd
git-author:
Thomas Lopatic <thomas@…> (11/12/2017 03:47:58 PM)
git-committer:
Thomas Lopatic <thomas@…> (11/12/2017 03:48:02 PM)
Message:

Cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/patch.h

    r5c977dd rf537c48  
    3838struct  patch   {       /* patch table entry (16 bytes per entry) */
    3939
    40         uint16_t        nextstm;        /* index of next entry in stm chain */
    41         uint16_t        prevstm;        /* index of previous entry in stm chain */
     40        int16_t         nextstm;        /* index of next entry in stm chain */
     41        int16_t         prevstm;        /* index of previous entry in stm chain */
    4242        uint16_t        defnum;         /* definer */
    4343        uint16_t        stmnum;         /* stimulus */
     
    5050struct  defent  {       /* definition table entry -- 10 bytes per entry */
    5151
    52         uint16_t        nextdef;        /* index of next in def chain */
     52        int16_t         nextdef;        /* index of next in def chain */
    5353        uint16_t        stm;            /* stimulus */
    5454        uint16_t        adspec;         /* destination type */
Note: See TracChangeset for help on using the changeset viewer.