summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i2cmem.c
Commit message (Expand)AuthorAgeFilesLines
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-4/+3
* fixed usage of uninitialized members in i2cmem_device (nw) Oliver Stöneberg2014-05-201-1/+3
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-171-1/+1
* i2cmem.c: Only save m_page for chips that use pages. (nw) Wilbert Pol2014-02-221-1/+4
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-11/+4
* finished modernising i2cmem [smf] smf-2013-12-011-58/+15
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* fixed initialization of i2cmem_device (nw) Oliver Stöneberg2013-02-161-8/+15
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-2/+2
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* use device_t.static_set_static_config smf-2012-08-251-22/+7
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-1/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-3/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-86/+47
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-5/+5
* BIG update. Aaron Giles2011-03-291-7/+7
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* 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-5/+5
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-4/+4
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-13/+13
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* Fixed problems with i2cmem. Cubo CD32 games now save and load settings proper... mariuszw12010-11-091-3/+2
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+1
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-16/+12
* i2cmem.c: Removed m_page_size member from i2cmem_device to use m_page_size fr... Wilbert Pol2010-08-241-8/+8
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-7/+7
* Made the I2C clock bit to be AA-specific Angelo Salese2010-08-161-15/+0
* Implemented I2C accesses to the Acorn Archimedes / Aristocrat MK-5 HW, fixing... Angelo Salese2010-08-161-1/+15
* fixed character transposition. smf-2010-07-101-1/+1
* turned i2cmem into a c++ device & ditched the unused legacy device. smf-2010-07-071-282/+463
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-081-2/+2
* Bulk change alert. Aaron Giles2009-04-261-6/+6
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Hi mamedev, Aaron Giles2008-12-161-5/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-121-27/+29
* Here's the big one.... Aaron Giles2008-12-111-8/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-2/+1
* Hi mamedev, Aaron Giles2008-12-081-13/+14
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-13/+13
* Move cpunum_get_active() removal. Aaron Giles2008-11-271-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-13/+13
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+4
* (From Oliver Stoneberg) Aaron Giles2008-01-031-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+438