Add 'teensytp/' from commit 'be48e888050f18a31e788269c8f47358036a8e3b'
[megadrive.git] / megaed-sv / asmtools.h
1 void read_joy_responses(u8 resp[8*5]);
2 void test_joy_read_log(u8 *dest, int size, int do_sync);
3 void test_joy_read_log_vsync(u8 *dest, int size);
4 void test_byte_write(u8 *dest, int size, int seed);
5 void run_game(u16 mapper, int tas_sync);