index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
machine
/
i2cmem.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
machine/i2cmem.cpp: Fixes and updates
AJR
2025-07-07
1
-44
/
+35
*
anpncpc: Hook up I2C EEPROM; prevent sound CPU from running off the rails
AJR
2025-06-14
1
-1
/
+1
*
i2cmem: Add 24C128 and 24C256 variants
Dirk Best
2024-04-20
1
-0
/
+12
*
ds8874: move to video folder (led driver chip),
hap
2024-04-11
1
-1
/
+1
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-4
/
+4
*
Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be...
arbee
2023-06-03
1
-1
/
+1
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-7
/
+7
*
Remove #include <cstdarg> from emu.h and move it into source files that still...
AJR
2022-10-25
1
-0
/
+2
*
srcclean in preparation for release
Vas Crabb
2022-05-22
1
-1
/
+1
*
i2cmem.cpp and derived devices: Only acknowledge correct I2C device-id. (#9630)
Paul-Arnold
2022-04-28
1
-99
/
+106
*
Use ioprocs classes instead of emu_file for device_nvram_interface's load and...
AJR
2022-02-27
1
-6
/
+6
*
i2cmem.cpp: Initialize m_bits
AJR
2022-02-16
1
-1
/
+2
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+2
*
-machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz]
MooglyGuy
2021-03-23
1
-17
/
+50
*
i2cmem.cpp: Fix duplicate shortname.
Nigel Barnes
2021-02-20
1
-1
/
+1
*
i2cmem.cpp: Added PCF8570 device.
Nigel Barnes
2021-02-20
1
-0
/
+6
*
i2cmem.cpp: Added PCF8582 device.
Nigel Barnes
2020-12-25
1
-0
/
+6
*
Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1...
smf-
2020-05-06
1
-37
/
+48
*
Added support for the address high byte to i2cmem for devices greater than 40...
smf-
2020-03-13
1
-15
/
+28
*
Latch the upper address bits from the i2c device id after receiving the lower...
smf-
2020-03-02
1
-22
/
+25
*
Revert "Possibly controversial i2cmem change, please lemme know if something ...
Olivier Galibert
2020-03-01
1
-14
/
+1
*
Possibly controversial i2cmem change, please lemme know if something breaks (nw)
Olivier Galibert
2020-02-24
1
-1
/
+14
*
-i2cmem: Added 24C04 device type. [Ryan Holtz]
MooglyGuy
2020-02-19
1
-0
/
+6
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-34
/
+87
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-87
/
+34
*
i2cmem: fix page write logic [O. Galibert]
Olivier Galibert
2019-03-07
1
-12
/
+22
*
(nw) clean up trivial stuff - the device delegate boilerplate is ugly, I will...
Vas Crabb
2019-02-19
1
-19
/
+28
*
-ghosteo: Removed deprecated warning, nw
mooglyguy
2019-02-02
1
-21
/
+55
*
mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw
mooglyguy
2018-12-09
1
-4
/
+13
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-4
/
+4
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert]
Olivier Galibert
2016-06-16
1
-69
/
+11
*
Devfind revision phase 1, cleaning out some legacy stuff
AJR
2016-04-07
1
-8
/
+9
*
reverting:
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-4
/
+4
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-1
/
+1
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-2
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+510