summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/intelfsh.c
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-1/+1
* refactor funkball.c flash access to use intelfsh.c via bankdev, doesn't impro... mamehaze2015-01-261-0/+14
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-261-3/+3
* intelfsh.c: [Joe Sturm] Scott Stone2014-10-181-0/+61
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+2
* added basic support for FLASH_AMD_29LV200T Michaël Banaan Ananas2014-02-241-2/+14
* ok, not all chips have a reset pin RP# Michaël Banaan Ananas2014-02-161-14/+0
* added device_reset Michaël Banaan Ananas2014-02-161-0/+14
* fixed FLASH_INTEL_E28F400B block erase Michaël Banaan Ananas2014-02-151-4/+53
* Disregard this Angelo Salese2013-08-181-6/+1
* Added Macronix 29LV160TMC sub-type to intelfsh.c, used by Sega Dreamcast [Ang... Angelo Salese2013-08-181-1/+31
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-26/+26
* (MESS) Moved SST39VF020/SST39VF400A emulation into intelfsh. (nw) Sandro Ronco2013-02-121-0/+28
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-42/+42
* (MESS) mstation: added emulation of SST 28SF040 flash. (nw) Sandro Ronco2013-01-061-7/+33
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-07-141-0/+11
* objdump doesn't work with VS binaries, so do not run it by Firewave (no whats... Miodrag Milanovic2012-05-151-17/+44
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-1/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-04-271-16/+81
* Sync with MESS (nw) Miodrag Milanovic2012-04-211-0/+11
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-8/+8
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-02-161-0/+15
* Updated intelfsh.c in order to support AMD 29F080 chip [Sandro Ronco] Angelo Salese2011-10-101-0/+33
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* Fixed files missed in big update, but only used by MESS (no whatsnew) Miodrag Milanovic2011-04-271-0/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-113/+96
* intelfsh.c: Added support for Fujitsu 29DL16X. [Sandro Ronco] Miodrag Milanovic2011-04-261-5/+60
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-8/+8
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-17/+17
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-17/+17
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-5/+5
* intelfsh: Support flash ROMs that have a bankswitch command [Tim Schuerewegen] R. Belmont2011-01-251-1/+14
* Whoops, fix incorrect address space layout for intelfsh in last update. Aaron Giles2010-10-141-1/+1
* Fix some inconsistencies in intelfsh, fixes taitogn. Aaron Giles2010-10-141-9/+11
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-1/+1
* intelfsh: erase small chips faster (fixes saving in GBA games) (no whatsnew) R. Belmont2010-09-181-1/+8
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-1/+1
* Moved auto-finding code down into the device_t object so it can be more Aaron Giles2010-09-141-132/+169
* Converted intelfsh to a device, updated all users. Aaron Giles2010-09-111-244/+305
* Cleanups and version bump. Aaron Giles2010-06-171-4/+4
* Flash: 4k sectors should erase in 1/8th the time of 64k. Miodrag Milanovic2010-06-111-12/+72
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Some misc cleanups: Aaron Giles2009-12-151-1/+1
* Atomiswave updates: [R. Belmont, Cah4e3] R. Belmont2009-08-071-2/+39