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