]> Shamusworld >> Repos - thunder/blob - src/dis63701.h
Code cleanup, final fix for sprite lag problem.
[thunder] / src / dis63701.h
1 //
2 // DIS63701.H
3 //
4 // by James Hammons
5 // (C) 2004, 2014 Underground Software
6 //
7 #ifndef __DIS63701_H__
8 #define __DIS63701_H__
9
10 #include <stdint.h>
11
12 uint32_t Decode63701(uint8_t * mem, uint16_t pc, char *);
13
14 #endif  // __DIS63701_H__
15