This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
LaiNES/src/joypad.hpp
2020-05-20 14:14:37 -05:00

12 lines
110 B
C++

#pragma once
#include "common.hpp"
namespace Joypad {
u8 read_state(int n);
void write_strobe(bool v);
}