summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/msm6242.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-10/+0
* Cleanups and version bump.mame0129u4 Aaron Giles2009-02-171-1/+1
* Fix bug #2896, #1785, #2801 Couriersud2009-02-071-5/+11
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Here's the big one.... Aaron Giles2008-12-111-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-2/+2
* 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
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-011-56/+128
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+2
* From: Lei Wu [mailto:lanewu@hotmail.com] Aaron Giles2008-04-241-13/+9
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+139