| Modifier and Type | Class and Description |
|---|---|
class |
EventScheduler |
static class |
EventScheduler.EventTimeWarp |
| Modifier and Type | Field and Description |
|---|---|
Event |
Event.m_next
Link to the next and previous events in the list.
|
Event |
Event.m_prev
Link to the next and previous events in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IEventContext.cancel(Event event) |
void |
EventScheduler.cancel(Event event)
Cancel a pending event
|
void |
IEventContext.schedule(Event event,
long cycles,
Event.event_phase_t phase) |
void |
EventScheduler.schedule(Event event,
long cycles,
Event.event_phase_t phase)
Add event to ordered pending queue
|
| Modifier and Type | Field and Description |
|---|---|
protected Event |
MOS6510.event
Resolve multiple inheritance
|
| Modifier and Type | Class and Description |
|---|---|
protected static class |
MOS6526.EventTa |
protected static class |
MOS6526.EventTb |
protected static class |
MOS6526.EventTod |
| Modifier and Type | Class and Description |
|---|---|
class |
C64VIC
The VIC emulation is very generic and here we need to effectively wire it
into the computer (like adding a chip to a PCB).
|
class |
MOS656X
References below are from:
The MOS 6567/6569 video controller (VIC-II) and its application in the Commodore 64 http://www.uni-mainz.de/~bauec002/VIC-Article.gz |
Copyright © 2014. All rights reserved.