X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=megaed-sv%2Fasmtools.h;h=ff3c42b43e1b5e799c5f470da4988b0872dd864a;hb=eea25dd137e6a818db0a31e35cd57090c47dff08;hp=6305339edb9b9b5110e2cf30303c7ccff6cd2cc3;hpb=65d9165cf790c51d46b68866f47b042105083f43;p=megadrive.git diff --git a/megaed-sv/asmtools.h b/megaed-sv/asmtools.h index 6305339..ff3c42b 100644 --- a/megaed-sv/asmtools.h +++ b/megaed-sv/asmtools.h @@ -1,2 +1,5 @@ void read_joy_responses(u8 resp[8*5]); +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);