]> Shamusworld >> Repos - apple2/blob - src/dis65c02.h
ab6ba2d691f1be82572a26d5b3e8c28264a5cd73
[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 <stdint.h>
12
13 int Decode65C02(char * outbuf, uint16_t pc);
14
15 #endif  // __DIS65C02_H__
16