1#pragma once
2#include "common.hpp"
3
4namespace Joypad {
5
6
7u8 read_state(int n);
8void write_strobe(bool v);
9
10
11}
12