X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=testpico%2Fasmtools.h;h=63974f8a1b1dce621daa22761615f9d9427fcd27;hb=234c45567cc77a4eca9cddca7daaacab27cab767;hp=5b53023bdec5ac34d1a50e8e4ba3b1018bbd3be4;hpb=06d7984c0110c58104633dc4359fa7a8343bac11;p=megadrive.git diff --git a/testpico/asmtools.h b/testpico/asmtools.h index 5b53023..63974f8 100644 --- a/testpico/asmtools.h +++ b/testpico/asmtools.h @@ -15,6 +15,7 @@ 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); +short read_sr(void); void memcpy_(void *dst, const void *src, unsigned short size); void memset_(void *dst, int d, unsigned short size); @@ -32,5 +33,7 @@ extern const char test_f_vint[]; extern const char test_f_vint_end[]; extern const char x32x_enable[]; extern const char x32x_enable_end[]; +extern const char x32x_disable[]; +extern const char x32x_disable_end[]; extern const char test_32x_b_c0[]; extern const char test_32x_b_c0_end[];