www.pudn.com > ncdzsrc.rar > neogeocd.h


/*************************************************************************** 
 
	neogeocd.c 
 
	エミュレータのメインルーチン 
 
***************************************************************************/ 
 
#ifndef _CRT_SECURE_NO_DEPRECATE 
#define _CRT_SECURE_NO_DEPRECATE 
#endif 
 
#ifndef NEOGEOCD_H 
#define NEOGEOCD_H 
 
#include "osdepend.h" 
#include "memintrf.h" 
#include "cpuintrf.h" 
#include "config.h" 
#include "input.h" 
#include "png.h" 
#include "sndintrf.h" 
#include "usrintrf.h" 
#include "timer.h" 
#include "cpu/m68000/m68000.h" 
#include "cpu/z80/z80.h" 
#include "drivers/driver.h" 
#include "machine/machine.h" 
#include "vidhrdw/vidhrdw.h" 
 
int  neogeo_main(void); 
void updatescreen(void); 
 
#endif /* NEOGEOCD_H */