List of all members.
Public Member Functions |
| c64cpu (c64env *env) |
uint8_t | cpuRead (uint_least16_t addr) |
void | cpuWrite (uint_least16_t addr, uint8_t data) |
Member Function Documentation
uint8_t c64cpu::cpuRead |
( |
uint_least16_t |
addr | ) |
[inline, virtual] |
Get data from system environment
- Parameters:
-
- Returns:
- data byte CPU requested
Implements MOS6510.
void c64cpu::cpuWrite |
( |
uint_least16_t |
addr, |
|
|
uint8_t |
data |
|
) |
| [inline, virtual] |
Write data to system environment
- Parameters:
-
Implements MOS6510.
The documentation for this class was generated from the following file: