#include <snes.h>
Public Attributes | |
uint8_t | type |
bool | latch_line_ |
uint16_t | current_state_ |
uint16_t | latched_state_ |
bool yaze::emu::Input::latch_line_ |
Definition at line 16 of file snes.h.
Referenced by yaze::emu::anonymous_namespace{snes.cc}::input_latch(), and yaze::emu::anonymous_namespace{snes.cc}::input_read().
uint16_t yaze::emu::Input::current_state_ |
Definition at line 18 of file snes.h.
Referenced by yaze::emu::anonymous_namespace{snes.cc}::input_latch(), and yaze::emu::anonymous_namespace{snes.cc}::input_read().
uint16_t yaze::emu::Input::latched_state_ |
Definition at line 19 of file snes.h.
Referenced by yaze::emu::anonymous_namespace{snes.cc}::input_latch(), and yaze::emu::anonymous_namespace{snes.cc}::input_read().