]> Shamusworld >> Repos - stargem2/blob - src/dis6808.h
Finally fixed problems with demo mode.
[stargem2] / src / dis6808.h
1 //
2 // DIS6808.H
3 //
4 // by James Hammons
5 // (C) 2004 Underground Software
6 //
7 #ifndef __DIS6808_H__
8 #define __DIS6808_H__
9
10 #include <stdint.h>
11
12 int Decode6808(uint16_t pc);
13
14 #endif  // __DIS6808_H__