X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=testpico%2Fasmtools.h;h=94bcfea05708e4d9bf32d7dbc06e60b3ac8ef48a;hb=5073ab5adb8157c35014505385575473284788df;hp=0b34a1ae76f8ab7733cb7d7de837a80f2cc1345d;hpb=be6b619d40e776f814ea8fd8b25c5a178ee5d7fc;p=megadrive.git diff --git a/testpico/asmtools.h b/testpico/asmtools.h index 0b34a1a..94bcfea 100644 --- a/testpico/asmtools.h +++ b/testpico/asmtools.h @@ -30,6 +30,8 @@ void test_ym_stopped_tick(void); short test_ym_ab_sync(void); short test_ym_ab_sync2(void); +extern const char get_input_s[]; +extern const char get_input_end[]; extern const char test_hint[]; extern const char test_hint_end[]; extern const char test_vint[]; @@ -40,5 +42,7 @@ 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 x32x_switch_rv[]; +extern const char x32x_switch_rv_end[]; extern const char test_32x_b_c0[]; extern const char test_32x_b_c0_end[];