robmcmullen-apple2/src/dis65c02.h

16 lines
204 B
C
Raw Normal View History

2007-05-29 03:06:33 +00:00
//
// DIS65C02.H
//
// by James L. Hammons
// (C) 2004 Underground Software
//
#ifndef __DIS65C02_H__
#define __DIS65C02_H__
#include <stdint.h>
2007-05-29 03:06:33 +00:00
int Decode65C02(uint16_t pc);
2007-05-29 03:06:33 +00:00
#endif // __DIS65C02_H__