Home
last modified time | relevance | path

Searched refs:osd_fopen (Results 1 – 25 of 46) sorted by relevance

12

/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/
H A Dhiscore.c196 void *f = osd_fopen (Machine->gamedrv->name, 0, OSD_FILETYPE_HIGHSCORE, 0); in hs_load()
224 void *f = osd_fopen (Machine->gamedrv->name, 0, OSD_FILETYPE_HIGHSCORE, 1); in hs_save()
254 void *f = osd_fopen (NULL, db_filename, OSD_FILETYPE_HIGHSCORE_DB, 0); in hs_open()
H A Dcommon.c145 f = osd_fopen(drv->name,name,OSD_FILETYPE_ROM,0); in readroms()
158 f = osd_fopen(drv->name,crc,OSD_FILETYPE_ROM,0); in readroms()
647 if ((f = osd_fopen(basename,samplenames[i+skipfirst],OSD_FILETYPE_SAMPLE,0)) == 0) in readsamples()
649 f = osd_fopen(samplenames[0]+1,samplenames[i+skipfirst],OSD_FILETYPE_SAMPLE,0); in readsamples()
959 if ((fp = osd_fopen(Machine->gamedrv->name, name, OSD_FILETYPE_SCREENSHOT, 1)) != NULL) in save_screen_snapshot()
H A Daudit.c334 f = osd_fopen (gamedrv->name, samplenames[j], OSD_FILETYPE_SAMPLE, 0); in AuditSampleSet()
336 f = osd_fopen (sharedname, samplenames[j], OSD_FILETYPE_SAMPLE, 0); in AuditSampleSet()
H A Dosdepend.h288 void *osd_fopen(const char *gamename,const char *filename,int filetype,int read_or_write);
H A Dmame.c660 f = osd_fopen(Machine->gamedrv->name,0,OSD_FILETYPE_NVRAM,0); in run_machine()
671 if ((f = osd_fopen(Machine->gamedrv->name,0,OSD_FILETYPE_NVRAM,1)) != 0) in run_machine()
H A Dstate.c103 state->file = osd_fopen( name, NULL, OSD_FILETYPE_STATE, 1 ); in state_create()
120 state->file = osd_fopen( name, NULL, OSD_FILETYPE_STATE, 0 ); in state_open()
H A Ddatafile.c281 fp = osd_fopen (NULL, pszFilename, OSD_FILETYPE_HISTORY, 0); in ParseOpen()
/dports/emulators/quasi88/quasi88-0.6.4/src/
H A Dsuspend.c653 (fp = osd_fopen(FTYPE_STATE_LOAD, file_state, "rb"))) { in statesave_check_file_exist()
673 if( (statesave_fp = osd_fopen( FTYPE_STATE_SAVE, file_state, "wb" )) ){ in statesave()
710 (stateload_fp = osd_fopen(FTYPE_STATE_LOAD, file_state, "rb"))) { in stateload_check_file_exist()
737 if( (stateload_fp = osd_fopen( FTYPE_STATE_LOAD, file_state, "rb" )) ){ in stateload()
H A Dfile-op.h269 OSD_FILE *osd_fopen(int type, const char *path, const char *mode);
H A Dgetconf.c1234 if (fname) fp = osd_fopen(FTYPE_CFG, fname, "r"); in config_init()
1547 fp = osd_fopen(FTYPE_CFG, fname, "rb"); /* ����ե�������� */ in config_save()
1569 fp_bak = osd_fopen(FTYPE_CFG, fname_bak, "wb"); in config_save()
1599 fp_bak = osd_fopen(FTYPE_CFG, fname_bak, "r"); in config_save()
1607 fp = osd_fopen(FTYPE_CFG, fname, "w"); in config_save()
1636 fp = osd_fopen(FTYPE_CFG, fname, "a"); in config_save()
H A Dfname.c536 fp = osd_fopen(FTYPE_DISK, file, "rb"); in filename_alloc_diskname()
584 fp = osd_fopen( FTYPE_ROM, buf, "rb" ); in filename_alloc_romname()
H A Dmemory.c207 if( (fp = osd_fopen( FTYPE_ROM, buf, "rb" )) ){ in load_rom()
257 OSD_FILE *fp = osd_fopen( FTYPE_ROM, file_compatrom, "rb" ); in load_compat_rom_open()
H A Dpc88main.c1586 if( (fp_ti = osd_fopen( FTYPE_TAPE_LOAD, filename, "rb" )) ){ in sio_open_tapeload()
1612 if( (fp_to = osd_fopen( FTYPE_TAPE_SAVE, filename, "ab" )) ){ in sio_open_tapesave()
1633 if( (fp_si = osd_fopen( FTYPE_COM_LOAD, filename, "rb" )) ){ in sio_open_serialin()
1668 if( (fp_so = osd_fopen( FTYPE_COM_SAVE, filename, "ab" )) ){ in sio_open_serialout()
2312 if( (fp_prn = osd_fopen( FTYPE_PRN, filename, "ab") ) ){ in printer_open()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/quasi88/
H A Dmame-quasi88.c700 fp = osd_fopen( FTYPE_ROM, buf, "rb" ); in mame_fopen()
708 fp = osd_fopen( FTYPE_ROM, buf, "rb" ); in mame_fopen()
717 fp = osd_fopen( FTYPE_ROM, buf, "rb" ); in mame_fopen()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/quasi88/
H A Dmame-quasi88.c757 file = osd_fopen( FTYPE_ROM, buf, "rb" ); in mame_fopen()
765 file = osd_fopen( FTYPE_ROM, buf, "rb" ); in mame_fopen()
774 file = osd_fopen( FTYPE_ROM, buf, "rb" ); in mame_fopen()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dfileio.c293 FILE* osd_fopen(int pathtype, int pathindex, const char *filename, const char *mode) in osd_fopen() function
963 file.file = osd_fopen(pathtype, pathindex, name, access_modes[flags & 3]); in generic_fopen()
965 file.file = osd_fopen(pathtype, pathindex, name, "w+b"); in generic_fopen()
1102 f = osd_fopen(pathtype, pathindex, file, "rb"); in checksum_file()
H A Dfileio.h80 FILE* osd_fopen(int pathtype, int pathindex, const char *filename, const char *mode);
H A Dmame_unzip.c190 zip->fp = osd_fopen(pathtype, pathindex, zipfile, "rb"); in openzip()
388 zip->fp = osd_fopen(zip->pathtype, zip->pathindex, zip->zip, "rb"); in revivezip()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dfileio.c292 FILE* osd_fopen(int pathtype, int pathindex, const char *filename, const char *mode) in osd_fopen() function
962 file.file = osd_fopen(pathtype, pathindex, name, access_modes[flags & 3]); in generic_fopen()
964 file.file = osd_fopen(pathtype, pathindex, name, "w+b"); in generic_fopen()
1101 f = osd_fopen(pathtype, pathindex, file, "rb"); in checksum_file()
H A Dfileio.h80 FILE* osd_fopen(int pathtype, int pathindex, const char *filename, const char *mode);
H A Dmame_unzip.c190 zip->fp = osd_fopen(pathtype, pathindex, zipfile, "rb"); in openzip()
388 zip->fp = osd_fopen(zip->pathtype, zip->pathindex, zip->zip, "rb"); in revivezip()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/machine/
H A Dneogeo.c897 if ((f=osd_fopen(0, name, OSD_FILETYPE_MEMCARD,0))!=0) in neogeo_memcard_load()
914 if ((f=osd_fopen(0, name, OSD_FILETYPE_MEMCARD,1))!=0) in neogeo_memcard_save()
940 if ((f1=osd_fopen(0, name, OSD_FILETYPE_MEMCARD,0))==0) in neogeo_memcard_create()
942 if ((f2=osd_fopen(0, name, OSD_FILETYPE_MEMCARD,1))!=0) in neogeo_memcard_create()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dwavwrite.c7 #define fopen(filename, mode) osd_fopen(FTYPE_WRITE, filename, mode)
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv/src/sound/
H A Dwavwrite.c10 #define fopen(filename, mode) osd_fopen(FTYPE_WRITE, filename, mode)
/dports/emulators/quasi88/quasi88-0.6.4/src/FDUMMY/
H A Dfile-op.c125 OSD_FILE *osd_fopen(int type, const char *path, const char *mode) in osd_fopen() function

12