summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/eeprom.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* The starting value for an output port is now the default value, which is base... smf-2010-01-071-2/+2
* Fix typo in 8-bit eeprom case. Aaron Giles2010-01-031-1/+1
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-81/+59
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-0/+458
* Remove old eeprom implementation. Aaron Giles2009-12-271-376/+0
* Changed eeprom erase command to write 0xff values. Pierpaolo Prazzoli2009-03-041-3/+3