X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=megaed-sv%2Fasmtools.h;h=ff3c42b43e1b5e799c5f470da4988b0872dd864a;hb=eea25dd137e6a818db0a31e35cd57090c47dff08;hp=46ce1c081820a21bb145257b90982577fc18496c;hpb=c6d1079a7b38a586ea977236d1075075d1e50d57;p=megadrive.git diff --git a/megaed-sv/asmtools.h b/megaed-sv/asmtools.h index 46ce1c0..ff3c42b 100644 --- a/megaed-sv/asmtools.h +++ b/megaed-sv/asmtools.h @@ -1,4 +1,5 @@ void read_joy_responses(u8 resp[8*5]); -void test_joy_read_log(u8 *dest, int size); +void test_joy_read_log(u8 *dest, int size, int do_sync); void test_joy_read_log_vsync(u8 *dest, int size); +void test_byte_write(u8 *dest, int size, int seed); void run_game(u16 mapper, int tas_sync);