KCC - Kayte C Compiler 1.10.0
A C compiler implementation with preprocessor, lexer, parser, and code generator
Loading...
Searching...
No Matches
PSX_Memory_Map Struct Reference

Data Fields

unsigned int main_ram_bytes
unsigned int vram_bytes
unsigned int spu_ram_bytes
unsigned int bios_rom_bytes
unsigned int cdrom_buffer_bytes

Detailed Description

Definition at line 85 of file psx.h.

Field Documentation

◆ bios_rom_bytes

unsigned int PSX_Memory_Map::bios_rom_bytes

Definition at line 89 of file psx.h.

◆ cdrom_buffer_bytes

unsigned int PSX_Memory_Map::cdrom_buffer_bytes

Definition at line 90 of file psx.h.

◆ main_ram_bytes

unsigned int PSX_Memory_Map::main_ram_bytes

Definition at line 86 of file psx.h.

◆ spu_ram_bytes

unsigned int PSX_Memory_Map::spu_ram_bytes

Definition at line 88 of file psx.h.

◆ vram_bytes

unsigned int PSX_Memory_Map::vram_bytes

Definition at line 87 of file psx.h.


The documentation for this struct was generated from the following file: