summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/eeprom.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-4/+4
* The starting value for an output port is now the default value, which is base... smf-2010-01-071-2/+2
* Fix typo in 8-bit eeprom case. Aaron Giles2010-01-031-1/+1
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-81/+59
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-1/+1
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-0/+458
* Remove old eeprom implementation. Aaron Giles2009-12-271-376/+0
* Changed eeprom erase command to write 0xff values. Pierpaolo Prazzoli2009-03-041-3/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-5/+3
* Hi mamedev, Aaron Giles2008-12-081-11/+12
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-11/+12
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-3/+5
* Renamed EEPROM_* to eeprom_* Aaron Giles2008-05-251-29/+34
* (From Atari Ace) Aaron Giles2007-12-311-16/+7
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+378