File To Load - aaronboult/emulator-8080 GitHub Wiki

FileToLoad

A struct representing a ROM file that should be loaded into memory.

Fields

  • name: String - The name of the file to be loaded (inclusive of any directories and file extension)
  • offset: usize - The offset in memory, in terms of bytes, that the file should be loaded at
  • size: usize - The size, in bytes, of the file