sgdk
|
00001 #ifndef _GENESIS_H_ 00002 #define _GENESIS_H_ 00003 00004 00005 #define SGDK_VERSION 1.51 00006 00007 00008 #include "config.h" 00009 #include "asm.h" 00010 #include "types.h" 00011 00012 #include "sys.h" 00013 #include "sram.h" 00014 #include "mapper.h" 00015 #include "memory.h" 00016 #include "tools.h" 00017 00018 #include "font.h" 00019 #include "string.h" 00020 00021 #include "tab_cnv.h" 00022 00023 #include "maths.h" 00024 #include "maths3D.h" 00025 00026 #include "vdp.h" 00027 #include "vdp_bg.h" 00028 #include "vdp_dma.h" 00029 #include "vdp_spr.h" 00030 #include "vdp_tile.h" 00031 #include "vdp_pal.h" 00032 00033 #include "pal.h" 00034 00035 #include "vram.h" 00036 #include "dma.h" 00037 00038 #include "bmp.h" 00039 #include "sprite_eng.h" 00040 00041 #include "sound.h" 00042 #include "xgm.h" 00043 #include "z80_ctrl.h" 00044 #include "ym2612.h" 00045 #include "psg.h" 00046 #include "joy.h" 00047 #include "timer.h" 00048 00049 // preserve compatibility with old resources name 00050 #define logo_lib sgdk_logo 00051 #define font_lib font_default 00052 #define font_pal_lib font_pal_default 00053 00054 00055 #endif // _GENESIS_H_