|
| class | AMemory |
| | Abstract class representing a continuous block of memory. More...
|
| |
| class | ARectangleMemory |
| | Base memory class to map non continuous rectangle to the memory. (A rectangle that spam across more than one bank but that does not start at $0000 or end at $FFFF). More...
|
| |
| class | IMemory |
| | Common interface implemented by all components mapping memory. More...
|
| |
| class | IMemoryBus |
| | The memory bus is the component responsible of mapping addresses to components address and transmitting the data. More...
|
| |
| class | MemoryBus |
| | The memory bus is the component responsible of mapping addresses to components address and transmitting the data. More...
|
| |
| class | MemoryShadow |
| |
| class | RectangleShadow |
| |