summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i2cmem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-251-0/+2
* srcclean in preparation for release Vas Crabb2022-05-221-1/+1
* i2cmem.cpp and derived devices: Only acknowledge correct I2C device-id. (#9630) Paul-Arnold2022-04-281-99/+106
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-6/+6
* i2cmem.cpp: Initialize m_bits AJR2022-02-161-1/+2
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* -machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz] MooglyGuy2021-03-231-17/+50
* i2cmem.cpp: Fix duplicate shortname. Nigel Barnes2021-02-201-1/+1
* i2cmem.cpp: Added PCF8570 device. Nigel Barnes2021-02-201-0/+6
* i2cmem.cpp: Added PCF8582 device. Nigel Barnes2020-12-251-0/+6
* Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... smf-2020-05-061-37/+48
* Added support for the address high byte to i2cmem for devices greater than 40... smf-2020-03-131-15/+28
* Latch the upper address bits from the i2c device id after receiving the lower... smf-2020-03-021-22/+25
* Revert "Possibly controversial i2cmem change, please lemme know if something ... Olivier Galibert2020-03-011-14/+1
* Possibly controversial i2cmem change, please lemme know if something breaks (nw) Olivier Galibert2020-02-241-1/+14
* -i2cmem: Added 24C04 device type. [Ryan Holtz] MooglyGuy2020-02-191-0/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-34/+87
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-87/+34
* i2cmem: fix page write logic [O. Galibert] Olivier Galibert2019-03-071-12/+22
* (nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will... Vas Crabb2019-02-191-19/+28
* -ghosteo: Removed deprecated warning, nw mooglyguy2019-02-021-21/+55
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-091-4/+13
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert] Olivier Galibert2016-06-161-69/+11
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-8/+9
* reverting: Miodrag Milanovic2016-01-201-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-161-4/+4
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+510