]> Shamusworld >> Repos - apple2/blob - src/dis65c02.h
484910786bc876b9be993644ca031987c7fb876b
[apple2] / src / dis65c02.h
1 //
2 // DIS65C02.H
3 //
4 // by James L. Hammons
5 // (C) 2004 Underground Software
6 //
7
8 #ifndef __DIS65C02_H__
9 #define __DIS65C02_H__
10
11 #include "types.h"
12
13 int Decode65C02(uint16 pc);
14
15 #endif  // __DIS65C02_H__