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