#include <mmu.h>
◆ cpuRead()
Access memory as seen by CPU.
- Parameters
-
addr | the address where to read from |
- Returns
- value at address
◆ cpuWrite()
Access memory as seen by CPU.
- Parameters
-
addr | the address where to write |
data | the value to write |
◆ fillRam() [1/2]
Copy a buffer into a ram area.
- Parameters
-
start | the start of memory location where to write |
source | the source buffer |
size | the number of bytes to copy |
Implements libsidplayfp::sidmemory.
◆ fillRam() [2/2]
Fill ram area with a constant value.
- Parameters
-
start | the start of memory location where to write |
value | the value to write |
size | the number of bytes to fill |
Implements libsidplayfp::sidmemory.
◆ installBasicTrap()
◆ installResetHook()
◆ readMemByte()
Read one byte from memory.
- Parameters
-
addr | the memory location from which to read from |
Implements libsidplayfp::sidmemory.
◆ readMemWord()
Read two contiguous bytes from memory.
- Parameters
-
addr | the memory location from which to read from |
Implements libsidplayfp::sidmemory.
◆ setBasic()
◆ setBasicSubtune()
void libsidplayfp::MMU::setBasicSubtune |
( |
uint8_t | tune | ) |
|
|
inlineoverridevirtual |
◆ setChargen()
◆ setKernal()
◆ writeMemByte()
Write one byte to memory.
- Parameters
-
addr | the memory location where to write |
value | the value to write |
Implements libsidplayfp::sidmemory.
◆ writeMemWord()
Write two contiguous bytes to memory.
- Parameters
-
addr | the memory location where to write |
value | the value to write |
Implements libsidplayfp::sidmemory.
The documentation for this class was generated from the following files: