home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / Random / Commodore 64c / SOURCE / Vectors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-26  |  110 b   |  9 lines  |  [TEXT/KAHL]

  1. #ifndef VECTORS_H
  2. #define VECTORS_H
  3.  
  4. #define ResetTo    0xfffc
  5. #define IrqTo    0xfffe
  6. #define NMITo    0xfffa
  7.  
  8. #endif
  9.