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

the identity bytes at 0-3, which only the host knows More...

#include <pico9918_config.h>

Data Fields

uint8_t picoModel
 
uint8_t hwVersion
 
uint8_t swVersion
 
uint8_t swPatch
 

Detailed Description

the identity bytes at 0-3, which only the host knows

swVersion is packed major(4) | minor(4) as byte 2 stores it, so the running version compared against the field table's introducedIn is (swVersion << 8) | swPatch. Host version numbers arrive here and nowhere else - the library must never see a host's version defines.

Definition at line 220 of file pico9918_config.h.

Field Documentation

◆ picoModel

uint8_t pico9918_config_host_id_t::picoModel

Definition at line 222 of file pico9918_config.h.

◆ hwVersion

uint8_t pico9918_config_host_id_t::hwVersion

Definition at line 223 of file pico9918_config.h.

◆ swVersion

uint8_t pico9918_config_host_id_t::swVersion

Definition at line 224 of file pico9918_config.h.

◆ swPatch

uint8_t pico9918_config_host_id_t::swPatch

Definition at line 225 of file pico9918_config.h.


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