Table of Contents

Class RomHeader

Namespace
SceneGate.Ekona.Containers.Rom
Assembly
SceneGate.Ekona.dll

Header of the program in a ROM.

public class RomHeader : IFormat
Inheritance
RomHeader
Implements
IFormat
Inherited Members

Properties

Gets or sets the compressed copyright logo.

public byte[] CopyrightLogo { get; set; }

Property Value

byte[]

Remarks

The logo is compressed with Huffman with a header present in the BIOS.

The logo must be the original or the device won't boot the game.

ProgramInfo

Gets or sets the information of the program.

public ProgramInfo ProgramInfo { get; set; }

Property Value

ProgramInfo

SectionInfo

Gets or sets the information of the sections of the ROM.

public RomSectionInfo SectionInfo { get; set; }

Property Value

RomSectionInfo