pico9918-core 1.3.0
TMS9918A / F18A video display processor emulation in C99
Loading...
Searching...
No Matches
pico9918_config_field_t Struct Reference

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)
 

Detailed Description

one config field's descriptor

Definition at line 161 of file pico9918_config.h.

Field Documentation

◆ offset

uint8_t pico9918_config_field_t::offset

◆ max

uint8_t pico9918_config_field_t::max

bounds-check is value > max

Definition at line 164 of file pico9918_config.h.

◆ defaultValue

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().

◆ pendingMirror

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().

◆ introducedIn

uint16_t pico9918_config_field_t::introducedIn

packed major(4) | minor(4) | patch(8)

Definition at line 167 of file pico9918_config.h.


The documentation for this struct was generated from the following file: