SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
drv_xgm.h
1#ifndef _DRV_XGM_H_
2#define _DRV_XGM_H_
3
4extern const u8 drv_xgm[0x1700];
5
6#endif // _DRV_XGM_H_
unsigned char u8
Definition types.h:95