]> Shamusworld >> Repos - apple2/blobdiff - src/dis65c02.h
Created new MMU based code for R/W handling. Should be much faster now.
[apple2] / src / dis65c02.h
index 16bb8051b9bf4ade4900d8601e9ad262ad990add..fc1e4ac4c0e3e706575d0df49ad9e5537288aee1 100755 (executable)
@@ -1,15 +1,16 @@
-//\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 Underground Software
+//
+
+#ifndef __DIS65C02_H__
+#define __DIS65C02_H__
+
+#include <stdint.h>
+
+int Decode65C02(char * outbuf, uint16_t pc);
+
+#endif // __DIS65C02_H__
+