robmcmullen-apple2/src/dis65c02.h

17 lines
217 B
C

//
// DIS65C02.H
//
// by James Hammons
// (C) 2004 Underground Software
//
#ifndef __DIS65C02_H__
#define __DIS65C02_H__
#include <stdint.h>
int Decode65C02(char * outbuf, uint16_t pc);
#endif // __DIS65C02_H__