summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/eepromser.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-01emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy1-13/+13
2022-04-03Revert initialisation of device members in headers. Vas Crabb1-4/+4
2022-04-02init vars for coverity (devices/machine/5-i) Robbbert1-4/+4
2019-06-06devcb: Eliminate legacy callback syntax (nw) AJR1-1/+0
2018-12-21eepromser: Serial EEPROMs don't actually have reset lines, so remove the devi... AJR1-1/+0
2018-08-23ds1315, ds1386, ds2404, ds75160a, ds75161a, eeprom, eepromser, eeprompar: Rem... mooglyguy1-14/+1
2018-07-07devcb3 Vas Crabb1-1/+2
2018-06-10eepromser: prevent ambiguity between clock and streaming enable (nw) Vas Crabb1-14/+11
2018-06-09Fix recent eepromser regression, nw mooglyguy1-1/+1
2018-06-07Removed nearly all custom MCFG macros from eepromser, migrated more of police... mooglyguy1-79/+27
2018-05-06default eeprom clock to zero (nw) smf-1-22/+22
2018-03-04destaticify initializations (nw) (#3289) wilbertpol1-10/+7
2017-11-12tti: Add serial EEPROM using new DO write callback (nw) AJR1-0/+7
2017-10-27eepromser.h: comment typo (nw) hap1-1/+1
2017-07-16explicit sizes for enums used in save states - one should always do this to m... Vas Crabb1-3/+3
2017-05-14Move static data out of devices into the device types. This is a significant... Vas Crabb1-21/+19
2017-05-01Add support for Seiko S-29X90 16-bit EEPROMs [Luca Elia] Luca Elia1-12/+39
2016-10-22NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic1-14/+14
2016-01-20reverting: Miodrag Milanovic1-5/+5
2016-01-20Revert "some additional (nw)" Miodrag Milanovic1-4/+4
2016-01-16some additional (nw) Miodrag Milanovic1-4/+4
2016-01-16tags are now strings (nw) Miodrag Milanovic1-5/+5
2015-12-05override part 1 (nw) Miodrag Milanovic1-8/+8
2015-09-13Move all devices into separate part of src tree (nw) Miodrag Milanovic1-0/+0
2014-10-12eepromuser.c: [Felipe Sanches] Scott Stone1-0/+7
2014-07-22More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic1-5/+5
2014-05-03New games added or promoted from NOT_WORKING status R. Belmont1-3/+47
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-33/+31
2013-07-29Rewrite serial EEPROM devices, breaking them out into separate chips of Aaron Giles1-67/+190
2013-07-27Split eeprom.c into a base class base_eeprom_device and a serial-specific Aaron Giles1-47/+58
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