robmcmullen-apple2/src/dis65c02.h

16 lines
201 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 "types.h"
int Decode65C02(uint16 pc);
#endif // __DIS65C02_H__