/* Copyright (C) 2014 Ben Kurtovic Released under the terms of the MIT License. See LICENSE for details. */ #pragma once typedef struct { char* name; char* data; } rom_type;