Changeset 6aa430b in buchla-68k for rom


Ignore:
Timestamp:
07/10/2017 07:11:13 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
e877e55
Parents:
14ad9c9
Message:

More accurate headers.

Location:
rom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rom/booter.x

    r14ad9c9 r6aa430b  
    3131
    3232extern  int16_t         booter(int8_t *fn, int32_t textadr);
    33 
  • rom/romp.x

    r14ad9c9 r6aa430b  
    22
    33#include "regs.h"
     4#include "setjmp.h"
    45#include "stdint.h"
    56
     
    156157extern  int16_t         wdump(uint16_t *loc, uint16_t *lastloc, int16_t nwide, int16_t unit);
    157158extern  int16_t         xdtoi(int16_t c);
    158 
Note: See TracChangeset for help on using the changeset viewer.