summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i2cmem.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-7/+7
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-2/+2
* -machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz] MooglyGuy2021-03-231-8/+14
* i2cmem.cpp: Added PCF8570 device. Nigel Barnes2021-02-201-0/+2
* i2cmem.cpp: Added PCF8582 device. Nigel Barnes2020-12-251-0/+2
* Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... smf-2020-05-061-16/+15
* Added support for the address high byte to i2cmem for devices greater than 40... smf-2020-03-131-0/+2
* Latch the upper address bits from the i2c device id after receiving the lower... smf-2020-03-021-2/+0
* (nw) spg2xx: fixed 6 compilation errors Robbbert2020-02-191-0/+1
* -i2cmem: Added 24C04 device type. [Ryan Holtz] MooglyGuy2020-02-191-1/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-64/+25
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-25/+64
* i2cmem: fix page write logic [O. Galibert] Olivier Galibert2019-03-071-0/+2
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-191-1/+1
* -i2cmem: Remove remaining unused MCFG macros, nw MooglyGuy2019-02-031-22/+0
* -ghosteo: Removed deprecated warning, nw mooglyguy2019-02-021-42/+23
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-1/+11
* i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw mooglyguy2018-08-291-7/+7
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-14/+14
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-3/+3
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert] Olivier Galibert2016-06-161-8/+1
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-0/+2
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-051-7/+7
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+158