GameBoy Emulator 1
Game Boy emulator core and tooling
Loading...
Searching...
No Matches
PPU::RomInfo Struct Reference

Public Attributes

std::string title
u8 type {}
u8 rom_size {}
u8 ram_size {}
std::string mbc_name
std::vector< u8 > rom_bytes

Detailed Description

Definition at line 18 of file ppu.hpp.

Member Data Documentation

◆ mbc_name

std::string PPU::RomInfo::mbc_name

Definition at line 23 of file ppu.hpp.

◆ ram_size

u8 PPU::RomInfo::ram_size {}

Definition at line 22 of file ppu.hpp.

◆ rom_bytes

std::vector<u8> PPU::RomInfo::rom_bytes

Definition at line 24 of file ppu.hpp.

◆ rom_size

u8 PPU::RomInfo::rom_size {}

Definition at line 21 of file ppu.hpp.

◆ title

std::string PPU::RomInfo::title

Definition at line 19 of file ppu.hpp.

◆ type

u8 PPU::RomInfo::type {}

Definition at line 20 of file ppu.hpp.


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