summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-1/+1
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-9/+9
* Added eeprompar.*, implementing a simple interface for parallel Aaron Giles2013-08-081-2/+6
* Fixed most regressions due to EEPROM changes. Remaining issues Aaron Giles2013-08-021-4/+5
* Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles2013-07-291-33/+121
* Oops. Aaron Giles2013-07-271-2/+2
* Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles2013-07-271-366/+114
* Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles2013-07-261-33/+33
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-51/+51
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-3/+3
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-05-031-1/+2
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-2/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-9/+2
* eeprom.c: Changed the 'erase' function to force all data bits of the specifie... Wilbert Pol2011-12-231-2/+2
* eeprom: Add tag name in eeprom's verbosity [O. Galibert] Olivier Galibert2011-06-241-11/+11
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-19/+4
* naomi: Abstract the maple and jvs interfaces into a set of devices [O. Galibe... Olivier Galibert2011-05-021-0/+15
* Further eeprom fixes. Aaron Giles2011-05-021-2/+2
* Fix device/config merge errors. Aaron Giles2011-05-011-14/+15
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-124/+88
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-4/+4
* BIG update. Aaron Giles2011-03-291-5/+5
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-3/+3
* Decouple memory_region parameters from the ROMREGION flags. Aaron Giles2011-03-141-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-5/+5
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-10/+10
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+2
* Fix regressions. Aaron Giles2010-09-181-7/+10
* 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... Aaron Giles2010-09-181-4/+2
* Quick fix to relegate the eeprom warnings to debug build only. (no whatsnew.txt) Scott Stone2010-09-041-2/+2
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-3/+3
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-24/+46
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-15/+15
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-6/+6
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+1
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-5/+5
* Fix description of 16-bit EEPROM address space. Aaron Giles2010-06-081-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-306/+444
* New driver: sigmab98.c [Luca Elia] Luca Elia2010-05-161-11/+13
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-8/+6
* Fixed memory freeing so that is it released in the opposite order Aaron Giles2010-01-111-15/+15