]> Shamusworld >> Repos - stargem2/blob - src/dis6808.h
c2505e3aca8129045427cd2ca64f63b83e05223d
[stargem2] / src / dis6808.h
1 //
2 // DIS6809.H
3 //
4 // by James L. Hammons
5 // (C) 2004 Underground Software
6 //
7
8 #ifndef __DIS6809_H__
9 #define __DIS6809_H__
10
11 #include <stdint.h>
12
13 int Decode6808(uint16_t pc);
14
15 #endif  // __DIS6809_H__