index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
machine
/
i2cmem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Touching all the candy again: [Alex Jackson]
Alex W. Jackson
2014-11-17
1
-4
/
+3
*
fixed usage of uninitialized members in i2cmem_device (nw)
Oliver Stöneberg
2014-05-20
1
-1
/
+3
*
Some changes/corrections to device descriptions from MASH and Tafoid (nw)
Scott Stone
2014-04-17
1
-1
/
+1
*
i2cmem.c: Only save m_page for chips that use pages. (nw)
Wilbert Pol
2014-02-22
1
-1
/
+4
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-11
/
+4
*
finished modernising i2cmem [smf]
smf-
2013-12-01
1
-58
/
+15
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
fixed initialization of i2cmem_device (nw)
Oliver Stöneberg
2013-02-16
1
-8
/
+15
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-2
/
+2
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
use device_t.static_set_static_config
smf-
2012-08-25
1
-22
/
+7
*
MAME going modern part 1 (no whatsnew)
Miodrag Milanovic
2012-03-31
1
-1
/
+1
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-3
/
+1
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-86
/
+47
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-5
/
+5
*
BIG update.
Aaron Giles
2011-03-29
1
-7
/
+7
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-2
/
+2
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-1
/
+1
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-5
/
+5
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-4
/
+4
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-13
/
+13
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-1
/
+1
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-1
/
+1
*
Fixed problems with i2cmem. Cubo CD32 games now save and load settings proper...
mariuszw1
2010-11-09
1
-3
/
+2
*
Move device definitions out of the bottom of the file. They can be
Aaron Giles
2010-09-19
1
-2
/
+1
*
Cleanups and version bump.
mame0139u2
Aaron Giles
2010-08-30
1
-1
/
+1
*
De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
Aaron Giles
2010-08-26
1
-16
/
+12
*
i2cmem.c: Removed m_page_size member from i2cmem_device to use m_page_size fr...
Wilbert Pol
2010-08-24
1
-8
/
+8
*
Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly
Aaron Giles
2010-08-19
1
-7
/
+7
*
Made the I2C clock bit to be AA-specific
Angelo Salese
2010-08-16
1
-15
/
+0
*
Implemented I2C accesses to the Acorn Archimedes / Aristocrat MK-5 HW, fixing...
Angelo Salese
2010-08-16
1
-1
/
+15
*
fixed character transposition.
smf-
2010-07-10
1
-1
/
+1
*
turned i2cmem into a c++ device & ditched the unused legacy device.
smf-
2010-07-07
1
-282
/
+463
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+1
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-06-08
1
-2
/
+2
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-6
/
+6
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-2
/
+2
*
Hi mamedev,
Aaron Giles
2008-12-16
1
-5
/
+2
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-12
1
-27
/
+29
*
Here's the big one....
Aaron Giles
2008-12-11
1
-8
/
+1
*
From: Atari Ace [atari_ace@verizon.net]
Aaron Giles
2008-12-11
1
-2
/
+1
*
Hi mamedev,
Aaron Giles
2008-12-08
1
-13
/
+14
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-13
/
+13
*
Move cpunum_get_active() removal.
Aaron Giles
2008-11-27
1
-1
/
+1
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-13
/
+13
*
Major cpuintrf changes:
Aaron Giles
2008-11-10
1
-3
/
+4
*
(From Oliver Stoneberg)
Aaron Giles
2008-01-03
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+438