SVP stubs
[picodrive.git] / Pico / carthw / carthw.h
diff --git a/Pico/carthw/carthw.h b/Pico/carthw/carthw.h
new file mode 100644 (file)
index 0000000..e066cac
--- /dev/null
@@ -0,0 +1,8 @@
+
+
+/* svp */
+void PicoSVPInit(void);
+
+unsigned int PicoSVPRead16(unsigned int a, int realsize);
+void PicoSVPWrite8(unsigned int a,unsigned int d,int realsize);
+