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

Data Fields

union { 
 
   uint32_t   words [3] 
 
   char   digits [sizeof(uint32_t) *3] 
 
};  
 
int start
 

Detailed Description

Definition at line 25 of file diag.c.

Field Documentation

◆ words

uint32_t IntString::words[3]

Definition at line 29 of file diag.c.

◆ digits

char IntString::digits[sizeof(uint32_t) *3]

Definition at line 30 of file diag.c.

◆ start

int IntString::start

Definition at line 32 of file diag.c.


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