some irq tests
[megadrive.git] / testpico / asmtools.h
index 0de0dd6..6154eb8 100644 (file)
@@ -11,5 +11,16 @@ void write16_x16(unsigned int addr, unsigned short count, short data);
 #define BTNM_D (1 << 1)
 #define BTNM_U (1 << 0)
 
-int  get_input(void);
-void do_vcnt_vb(void);
+int   get_input(void);
+void  write_and_read1(unsigned int a, unsigned short d, void *dst);
+void  move_sr(unsigned short sr);
+short move_sr_and_read(unsigned short sr, unsigned int a);
+void  memcpy_(void *dst, const void *src, unsigned short size);
+void  memset_(void *dst, int d, unsigned short size);
+
+void  do_vcnt_vb(void);
+
+extern const char test_hint[];
+extern const char test_hint_end[];
+extern const char test_vint[];
+extern const char test_vint_end[];