8#define BIOS_SIZE 512 * 1024
18 BIOS(std::string path);
Class to emulate the BIOS.
uint32_t read32_cpu(uint32_t offset)
Reads a 32-bit word from the BIOS.
uint8_t read8_cpu(uint32_t offset)
Reads a 8-bit word from the BIOS.
std::vector< uint8_t > data
Data of the BIOS.
BIOS(std::string path)
Construct a new BIOS:: BIOS object.