|
constexpr CycleTable | openmsx::VDPAccessSlots::tabSpritesOn (false, slotsSpritesOn) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabSpritesOff (false, slotsSpritesOff) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabCharSpritesOn (false, slotsCharSpritesOn) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabCharSpritesOff (false, slotsCharSpritesOff) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabText (false, slotsText) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabScreenOff (false, slotsScreenOff) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabMsx1Gfx12 (true, slotsMsx1Gfx12) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabMsx1Gfx3 (true, slotsMsx1Gfx3) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabMsx1Text (true, slotsMsx1Text) |
|
constexpr CycleTable | openmsx::VDPAccessSlots::tabMsx1ScreenOff (true, slotsMsx1ScreenOff) |
|
EmuTime | openmsx::VDPAccessSlots::getAccessSlot (EmuTime::param frame, EmuTime::param time, Delta delta, const VDP &vdp) |
| Return the time of the next available access slot that is at least 'delta' cycles later than 'time'. More...
|
|
Calculator | openmsx::VDPAccessSlots::getCalculator (EmuTime::param frame, EmuTime::param time, EmuTime::param limit, const VDP &vdp) |
| When many calls to getAccessSlot() are needed, it's more efficient to instead use this function. More...
|
|