Modifier and Type | Field and Description |
---|---|
protected Event |
Event.next
The next event in sequence
|
Modifier and Type | Method and Description |
---|---|
void |
EventScheduler.cancel(Event event)
Cancel the specified event.
|
boolean |
EventScheduler.isPending(Event event)
Is the event pending in this scheduler?
|
void |
EventScheduler.schedule(Event event,
long cycles)
Add event to pending queue in the same phase as current event.
|
void |
EventScheduler.schedule(Event event,
long cycles,
Event.Phase phase)
Add event to pending queue.
|
void |
EventScheduler.scheduleAbsolute(Event event,
long absoluteCycles,
Event.Phase phase)
Schedule event to occur at some absolute time.
|
void |
EventScheduler.scheduleThreadSafe(Event event)
Schedule an event in a thread-safe manner.
|
void |
EventScheduler.scheduleThreadSafeKeyEvent(Event event)
Schedule a key event in a thread-safe manner.
|
Modifier and Type | Class and Description |
---|---|
class |
C1541Runner |
class |
SameThreadC1541Runner |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
VIACore.alarmSet(Event alarm,
long ti) |
protected abstract void |
VIACore.alarmUnset(Event alarm) |
Modifier and Type | Class and Description |
---|---|
protected class |
REU.DMAEvent |
Modifier and Type | Field and Description |
---|---|
protected Event |
REU.dmaEndEvent |
Modifier and Type | Field and Description |
---|---|
protected Event |
Flash040Core.Flash040Context.eraseAlarm |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
Flash040Core.alarmSet(Event erase_alarm,
long i) |
protected abstract void |
Flash040Core.alarmUnset(Event erase_alarm) |
Modifier and Type | Class and Description |
---|---|
protected class |
MOS6526.InterruptSource |
protected class |
MOS6526.InterruptSource6526
InterruptSource that acts like old CIA
|
protected class |
MOS6526.InterruptSource6526A
InterruptSource that acts like new CIA
|
protected class |
MOS6526.Timer
This class implements a Timer A or B of a MOS6526 chip.
|
Modifier and Type | Field and Description |
---|---|
protected Event |
MOS6526.m_todEvent |
Modifier and Type | Class and Description |
---|---|
class |
Sprite
Sprite class to handle all data for sprites.
|
Modifier and Type | Field and Description |
---|---|
protected Event |
VIC.rasterYIRQEdgeDetector
RasterY IRQ edge detector.
|
Copyright © 2018 Ken Händel. All rights reserved.