#ifndef EMUL_H #define EMUL_H enum { ROM_START = 0xF800, ROM_SIZE = 2048 }; #endif