openMSX
Public Attributes | List of all members
openmsx::VDP::BlinkStateCount Struct Reference

Calculates what 'blinkState' and 'blinkCount' would be at a specific line. More...

#include <VDP.hh>

Public Attributes

bool state
 
int count
 

Detailed Description

Calculates what 'blinkState' and 'blinkCount' would be at a specific line.

(The actual 'blinkState' and 'blinkCount' variables represent the values for line 0 and remain fixed for the duration of the frame.

Definition at line 480 of file VDP.hh.

Member Data Documentation

◆ count

int openmsx::VDP::BlinkStateCount::count

Definition at line 482 of file VDP.hh.

◆ state

bool openmsx::VDP::BlinkStateCount::state

Definition at line 481 of file VDP.hh.


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