summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i2cmem.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* use device_t.static_set_static_config smf-2012-08-251-6/+2
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-43/+17
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-2/+2
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-6/+3
* i2cmem.c: Removed m_page_size member from i2cmem_device to use m_page_size fr... Wilbert Pol2010-08-241-1/+0
* Made the I2C clock bit to be AA-specific Angelo Salese2010-08-161-2/+0
* Implemented I2C accesses to the Acorn Archimedes / Aristocrat MK-5 HW, fixing... Angelo Salese2010-08-161-0/+2
* turned i2cmem into a c++ device & ditched the unused legacy device. smf-2010-07-071-17/+148
* Hi mamedev, Aaron Giles2008-12-161-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+27