Changeset e4a1376 in buchla-68k for ram/swinit.x
- Timestamp:
 - 07/16/2017 01:26:25 PM (8 years ago)
 - Branches:
 - master
 - Children:
 - 661ae9d
 - Parents:
 - 83ea432
 - File:
 - 
      
- 1 edited
 
- 
          
  ram/swinit.x (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
ram/swinit.x
r83ea432 re4a1376 14 14 #include "stddefs.h" 15 15 #include "stdint.h" 16 17 #include "vtyper.x" 16 18 17 19 /* … … 159 161 extern int8_t *vlbptr[3]; 160 162 extern int16_t vmtab[NUMHARM]; 161 extern v oid (*vt_adv)(void);162 extern v oid (*vt_bsp)(void);163 extern v oid (*vt_cdn)(void);164 extern v oid (*vt_cup)(void);165 extern v oid (*vt_dsp)(uint16_t *obj, uint16_t fg, uint16_t bg, int16_t row, int16_t col, int8_t *buf);166 extern v oid (*vt_stop)(void);163 extern vtcurs vt_adv; 164 extern vtcurs vt_bsp; 165 extern vtcurs vt_cdn; 166 extern vtcurs vt_cup; 167 extern vtchar vt_dsp; 168 extern vtcurs vt_stop; 167 169 extern int8_t *vtdeptr; 168 170 extern int16_t wsbuf[NUMWPCAL];  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)