summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/at28c16.c
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-4/+4
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-6/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* finished modernizing at28c16 [smf] smf-2013-05-101-31/+12
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* 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-2/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-55/+14
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-5/+5
* BIG update. Aaron Giles2011-03-291-12/+12
* 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-3/+3
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-9/+9
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* changed comment formatting. smf-2010-12-311-6/+6
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-4/+1
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-8/+8
* converted at28c16 to a c++ device. smf-2010-07-101-157/+262
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-7/+5
* Changed two write funcs into WRITE_LINE_DEVICE_HANDLERs. No whatsnew Couriersud2010-06-031-4/+4
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-6/+6
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Bulk change alert. Aaron Giles2009-04-261-2/+2
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-13/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* A write isn't allowed to start if there is one in progress and a write isn't ... smf-2008-12-281-10/+19
* Cleanups and version bump. Aaron Giles2008-12-221-1/+1
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-11/+5
* Here's the big one.... Aaron Giles2008-12-111-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-9/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-0/+2
* Cleanups and version bump.mame0127u1 Aaron Giles2008-08-281-6/+6
* Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... smf-2008-08-251-88/+180
* changed at28c16 memory handlers to 8 bits and perform the conversion in the m... smf-2008-08-151-116/+8