|
ComSquare
|
| ▼NComSquare | |
| ▼NAPU | |
| ▼NDSP | |
| CDSP | |
| CRegisters | All the registers of the DSP |
| CAPU | |
| ▼CInternalRegisters | |
| Cpsw | Program Status Word register |
| CRegisters | |
| ▼NCartridge | |
| CCartridge | Contains the rom's memory/instructions |
| CHeader | |
| CInterruptVectors | |
| ▼NCPU | |
| CCPU | The main CPU |
| CInternalRegisters | Struct containing internal registers of the CPU |
| ▼CRegisters | Struct containing registers for the main CPU |
| Cp | The Processor status register; |
| ▼NMemory | |
| CIMemory | Common interface implemented by all components mapping memory |
| CIRectangleMemory | Superset of the IMemory 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) |
| CMemoryBus | The memory bus is the component responsible of mapping addresses to components address and transmitting the data |
| CMemoryShadow | |
| ▼NPPU | |
| CPPU | The struct containing all the registers the PPU |
| ▼NRam | |
| CRam | |
| ▼NRenderer | |
| CIRenderer | |
| CSFRenderer | |
| CInvalidAction | Exception thrown when someone tries to load an invalid rom |
| CInvalidAddress | Exception thrown when trying to read/write to an invalid address |
| CInvalidRomException | Exception thrown when someone tries to load an invalid rom |
| CNotImplementedException | When this is thrown, it means that we should work more |
| CSNES | Container of all the components of the SNES |
1.8.17