gb6/src/bootstrap.h

9 lines
103 B
C
Raw Normal View History

2019-04-16 20:25:13 +00:00
#ifndef _BOOTSTRAP_H
#define _BOOTSTRAP_H
#include "types.h"
extern const u8 dmg_boot_rom[];
#endif