Home
last modified time | relevance | path

Searched refs:eepromfile (Results 1 – 19 of 19) sorted by relevance

/dports/emulators/stella/stella-6.6/src/emucore/
H A DSaveKey.cxx25 const FilesystemNode& eepromfile, const onMessageCallback& callback, in SaveKey() argument
28 myEEPROM{make_unique<MT24LC256>(eepromfile, system, callback)} in SaveKey()
36 const FilesystemNode& eepromfile, const onMessageCallback& callback) in SaveKey() argument
37 : SaveKey(jack, event, system, eepromfile, callback, Controller::Type::SaveKey) in SaveKey()
H A DSaveKey.hxx49 const FilesystemNode& eepromfile, const onMessageCallback& callback);
58 const FilesystemNode& eepromfile,
H A DAtariVox.cxx25 const string& portname, const FilesystemNode& eepromfile, in AtariVox() argument
27 : SaveKey(jack, event, system, eepromfile, callback, Controller::Type::AtariVox), in AtariVox()
H A DMT24LC256.cxx46 MT24LC256::MT24LC256(const FilesystemNode& eepromfile, const System& system, in MT24LC256() argument
50 myDataFile{eepromfile}
H A DAtariVox.hxx51 const string& portname, const FilesystemNode& eepromfile,
H A DMT24LC256.hxx44 MT24LC256(const FilesystemNode& eepromfile, const System& system,
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/trunk/javr/
H A Djavr.cpp115 char const *eepromfile= 0; in main() local
158 eepromfile = optarg; in main()
237 if(!eepromfile) in main()
238 eepromfile= DefName; in main()
242 strncpy(fname, eepromfile, 250); in main()
249 printf("Error Opening Eeprom File: %s or %s\n",eepromfile, fname); in main()
/dports/devel/xc3sprog/xc3sprog-r769/javr/
H A Djavr.cpp115 char const *eepromfile= 0; in main() local
158 eepromfile = optarg; in main()
237 if(!eepromfile) in main()
238 eepromfile= DefName; in main()
242 strncpy(fname, eepromfile, 250); in main()
249 printf("Error Opening Eeprom File: %s or %s\n",eepromfile, fname); in main()
/dports/games/libretro-stella2014/stella2014-libretro-64f9364/stella/src/emucore/
H A DSaveKey.cxx26 const string& eepromfile) in SaveKey() argument
30 myEEPROM = new MT24LC256(eepromfile, system); in SaveKey()
H A DAtariVox.cxx28 const string& eepromfile) in AtariVox() argument
41 myEEPROM = new MT24LC256(eepromfile, system); in AtariVox()
H A DSaveKey.hxx49 const string& eepromfile);
H A DAtariVox.hxx53 const string& eepromfile);
/dports/games/libretro-handy/libretro-handy-94c0ab5/lynx/
H A Dsystem.cpp293 char eepromfile[1024]; in CSystem() local
294 strncpy(eepromfile, gamefile,1024-10); in CSystem()
295 strcat(eepromfile,".eeprom"); in CSystem()
296 mEEPROM->SetFilename(eepromfile); in CSystem()
297 printf("filename %d %s %s\n",mCart->mEEPROMType,gamefile,eepromfile); in CSystem()
/dports/devel/papilio-loader/Papilio-Loader-dd111c4/xc3sprog/trunk/
H A Djavr.h69 const char * eepromfile, const char * fusefile);
H A Djavr.cpp6 const char * eepromfile, const char * fusefile) in jAVR() argument
52 if (eepromfile) in jAVR()
H A Dxc3sprog.cpp634 char const *eepromfile= 0; in main() local
730 eepromfile = optarg; in main()
915 return jAVR (jtag, id, args[0],verify, lock, eepromfile, fusefile); in main()
/dports/devel/xc3sprog/xc3sprog-r769/
H A Djavr.h69 const char * eepromfile, const char * fusefile);
H A Djavr.cpp6 const char * eepromfile, const char * fusefile) in jAVR() argument
52 if (eepromfile) in jAVR()
H A Dxc3sprog.cpp641 char const *eepromfile= 0; in main() local
738 eepromfile = optarg; in main()
934 return jAVR (jtag, id, args[0],verify, lock, eepromfile, fusefile); in main()