]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.h
Miscellaneous bugfixes.
[apple2] / src / dis65c02.h
old mode 100755 (executable)
new mode 100644 (file)
index 16bb805..5efda23
@@ -1,15 +1,17 @@
-//\r
-// DIS65C02.H\r
-//\r
-// by James L. Hammons\r
-// (C) 2004 Underground Software\r
-//\r
-\r
-#ifndef __DIS65C02_H__\r
-#define __DIS65C02_H__\r
-\r
-#include "types.h"\r
-\r
-int Decode65C02(uint16 pc);\r
-\r
-#endif // __DIS65C02_H__\r
+//
+// DIS65C02.H
+//
+// by James Hammons
+// (C) 2004-2018 Underground Software
+//
+
+#ifndef __DIS65C02_H__
+#define __DIS65C02_H__
+
+#include <stdint.h>
+#include "v65c02.h"
+
+int Decode65C02(V65C02REGS *, char * outbuf, uint16_t pc);
+
+#endif // __DIS65C02_H__
+