|
pico9918-core 1.3.0
TMS9918A / F18A video display processor emulation in C99
|
one config field's descriptor More...
#include <pico9918_config.h>
Data Fields | |
| uint8_t | offset |
| the field's config byte index | |
| uint8_t | max |
| bounds-check is value > max | |
| uint8_t | defaultValue |
| what a reset or a migration writes | |
| uint8_t | pendingMirror |
| PICO9918_CONF_PENDING_* offset, or PENDING_MIRROR_NONE. | |
| uint16_t | introducedIn |
| packed major(4) | minor(4) | patch(8) | |
one config field's descriptor
Definition at line 161 of file pico9918_config.h.
| uint8_t pico9918_config_field_t::offset |
the field's config byte index
Definition at line 163 of file pico9918_config.h.
Referenced by pico9918_config_defaults(), pico9918_config_pending_capture(), pico9918_config_pending_restore(), and pico9918_config_refresh_pending_mirror().
| uint8_t pico9918_config_field_t::max |
bounds-check is value > max
Definition at line 164 of file pico9918_config.h.
| uint8_t pico9918_config_field_t::defaultValue |
what a reset or a migration writes
Definition at line 165 of file pico9918_config.h.
Referenced by pico9918_config_defaults().
| uint8_t pico9918_config_field_t::pendingMirror |
PICO9918_CONF_PENDING_* offset, or PENDING_MIRROR_NONE.
Definition at line 166 of file pico9918_config.h.
Referenced by pico9918_config_pending_capture(), pico9918_config_pending_restore(), and pico9918_config_refresh_pending_mirror().
| uint16_t pico9918_config_field_t::introducedIn |
packed major(4) | minor(4) | patch(8)
Definition at line 167 of file pico9918_config.h.