gb6/src/bootstrap.h

9 lines
103 B
C

#ifndef _BOOTSTRAP_H
#define _BOOTSTRAP_H
#include "types.h"
extern const u8 dmg_boot_rom[];
#endif