summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/at28c16.h
Commit message (Expand)AuthorAgeFilesLines
* remove unused at28c16_interface (nw) smf-2013-05-311-9/+1
* finished modernizing at28c16 [smf] smf-2013-05-101-17/+5
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+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/+10
* 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
* converted at28c16 to a c++ device. smf-2010-07-101-19/+110
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+3
* Changed two write funcs into WRITE_LINE_DEVICE_HANDLERs. No whatsnew Couriersud2010-06-031-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+8
* Improved dip switch emulation in zn.c, ram hacks to get games booting are no ... smf-2008-08-251-17/+12
* changed at28c16 memory handlers to 8 bits and perform the conversion in the m... smf-2008-08-151-30/+10
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+53