]> Shamusworld >> Repos - apple2/blob - src/dis65c02.h
Added support for the Apple High Speed SCSI card.
[apple2] / src / dis65c02.h
1 //
2 // DIS65C02.H
3 //
4 // by James Hammons
5 // (C) 2004-2018 Underground Software
6 //
7
8 #ifndef __DIS65C02_H__
9 #define __DIS65C02_H__
10
11 #include <stdint.h>
12 #include "v65c02.h"
13
14 int Decode65C02(V65C02REGS *, char * outbuf, uint16_t pc);
15
16 #endif  // __DIS65C02_H__
17