sgdk
genesis.h
00001 #ifndef _GENESIS_H_
00002 #define _GENESIS_H_
00003 
00004 #define SGDK_VERSION    1.65
00005 
00006 #include "types.h"
00007 
00008 #define SGDK            TRUE
00009 
00010 #include "config.h"
00011 #include "asm.h"
00012 
00013 #include "sys.h"
00014 #include "sram.h"
00015 #include "mapper.h"
00016 #include "memory.h"
00017 #include "tools.h"
00018 
00019 #include "font.h"
00020 #include "string.h"
00021 
00022 #include "tab_cnv.h"
00023 
00024 #include "maths.h"
00025 #include "maths3D.h"
00026 
00027 #include "vdp.h"
00028 #include "vdp_bg.h"
00029 #include "vdp_dma.h"
00030 #include "vdp_spr.h"
00031 #include "vdp_tile.h"
00032 #include "vdp_pal.h"
00033 
00034 #include "pal.h"
00035 
00036 #include "vram.h"
00037 #include "dma.h"
00038 
00039 #include "map.h"
00040 
00041 #include "bmp.h"
00042 #include "sprite_eng.h"
00043 
00044 #include "sound.h"
00045 #include "xgm.h"
00046 #include "z80_ctrl.h"
00047 #include "ym2612.h"
00048 #include "psg.h"
00049 #include "joy.h"
00050 #include "timer.h"
00051 
00052 #include "task.h"
00053 
00054 // modules
00055 #if (MODULE_EVERDRIVE != 0)
00056 #include "ext/everdrive.h"
00057 #endif
00058 
00059 #if (MODULE_FAT16 != 0)
00060 #include "ext/fat16.h"
00061 #endif
00062 
00063 #if (MODULE_MEGAWIFI != 0)
00064 #include "ext/mw/megawifi.h"
00065 #endif
00066 
00067 // preserve compatibility with old resources name
00068 #define logo_lib sgdk_logo
00069 #define font_lib font_default
00070 #define font_pal_lib font_pal_default
00071 
00072 #endif // _GENESIS_H_
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines