summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/eeprom.h (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-25Miscellaneous cleanup, and a couple of error checks. Vas Crabb1-5/+5
2022-02-27Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR1-2/+2
2018-08-23ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy1-35/+9
2018-03-04destaticify initializations (nw) (#3289) wilbertpol1-12/+12
2017-05-14Move static data out of devices into the device types. This is a significant... Vas Crabb1-9/+7
2016-11-19emucore: Kill generic_ptr [O. Galibert] Olivier Galibert1-1/+1
2016-10-22NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic1-14/+14
2016-06-29Cleanup and version bumpmame0175 Miodrag Milanovic1-1/+1
2016-06-16intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert] Olivier Galibert1-1/+0
2016-06-16eeprom: Not a device_memory_interface [O. Galibert] Olivier Galibert1-9/+7
2016-04-07Devfind revision phase 1, cleaning out some legacy stuff AJR1-0/+2
2016-01-20reverting: Miodrag Milanovic1-1/+1
2016-01-20Revert "some additional (nw)" Miodrag Milanovic1-1/+1
2016-01-16some additional (nw) Miodrag Milanovic1-1/+1
2016-01-16tags are now strings (nw) Miodrag Milanovic1-1/+1
2015-12-05override part 1 (nw) Miodrag Milanovic1-7/+7
2015-09-13Move all devices into separate part of src tree (nw) Miodrag Milanovic1-0/+0
2014-07-04more passing of attotime as const references (nw) Oliver Stöneberg1-1/+1
2013-10-16Bulk convert files that already had standard BSD license in my name Aaron Giles1-31/+2
2013-09-17Cleanups and version bumpmame0150 Miodrag Milanovic1-12/+12
2013-07-29Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles1-11/+45
2013-07-27Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles1-87/+57
2013-07-26Rename eeprom_device to serial_eeprom_device in anticipation of adding Aaron Giles1-23/+25
2013-01-11output of new srcclean changes that are relatively small [smf] smf-1-6/+3
2013-01-11Cleanups and version bumpmame0148 Miodrag Milanovic1-25/+25
2012-01-24Move devices into a proper hierarchy and handle naming Aaron Giles1-1/+1
2011-05-12Removed legacy trampolines from eeprom_device, taking Aaron Giles1-14/+4
2011-05-02naomi: Abstract the maple and jvs interfaces into a set of devices [O. Galibe... Olivier Galibert1-0/+4
2011-05-02Further eeprom fixes. Aaron Giles1-1/+1
2011-05-01Fix device/config merge errors. Aaron Giles1-1/+2
2011-04-27Collapsed device_config and device_t into one class. Updated all Aaron Giles1-63/+34
2011-03-27Created new enum type address_spacenum for specifying an address Aaron Giles1-1/+1
2011-03-03Converted core_options to a class. Removed a bunch of marginal Aaron Giles1-1/+1
2011-02-12mame_file is now emu_file and is a class. It is required Aaron Giles1-3/+3
2010-12-31MDRV_* -> MCFG_* Aaron Giles1-8/+8
2010-09-18Fix regressions. Aaron Giles1-1/+1
2010-08-26De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles1-14/+11
2010-06-29Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic1-1/+1
2010-06-25Changed device name from an overridable function to a parameter passed to Aaron Giles1-3/+0
2010-06-17Cleanups and version bump. Aaron Giles1-14/+14
2010-06-08WARNING: There are likely to be regressions in both functionality and Aaron Giles1-38/+156
2009-12-28Exposed an address space for EEPROM devices. This has several Aaron Giles1-3/+0
2009-12-27Rename eepromdev.c/h back to eeprom.c/h Aaron Giles1-0/+0
2009-12-27Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles1-10/+10
2009-12-25Removed _NODEFAULT_ forms of EEPROM driver macros. If you need to add Aaron Giles1-18/+9
2009-11-24Hooked up eepromdev.c using PORT_READ_LINE_DEVICE/PORT_WRITE_LINE_DEVICE in g... smf-1-8/+4
2009-11-21Added nodefault eeprom macro for 93c46 and 93c66b eeprom device (not worth an... Fabio Priuli1-0/+6
2009-11-18Added tentative PORT_CUSTOM(eepromdev_bit_r) for EEPROM devices. Fabio Priuli1-1/+1
2009-11-18Added a MDRV_EEPROM_NODEFAULT_ADD macro for drivers which do not need default... Fabio Priuli1-0/+5
2009-06-08Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles1-3/+0