summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/at28c16.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-14/+14
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-14/+14
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-21/+31
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+253