Functions | |
| void | input_latch (Input *input, bool value) |
| uint8_t | input_read (Input *input) |
| void yaze::emu::anonymous_namespace{snes.cc}::input_latch | ( | Input * | input, |
| bool | value | ||
| ) |
Definition at line 21 of file snes.cc.
References yaze::emu::Input::current_state_, input_latch(), yaze::emu::Input::latch_line_, and yaze::emu::Input::latched_state_.
Referenced by input_latch().

| uint8_t yaze::emu::anonymous_namespace{snes.cc}::input_read | ( | Input * | input | ) |
Definition at line 28 of file snes.cc.
References yaze::emu::Input::current_state_, input_read(), yaze::emu::Input::latch_line_, and yaze::emu::Input::latched_state_.
Referenced by input_read().
