summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/coinmstr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-6/+6
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-1/+1
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-35/+35
* Region classes go bye-bye. Aaron Giles2008-07-281-12/+12
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-13/+13
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-3/+3
* AY-3-8910 rewrite: Couriersud2008-04-221-1/+6
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-3/+3
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-3/+5
* Fixed a number of compile errors caused by previous MC6845 Aaron Giles2008-03-071-2/+0
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-16/+6
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-1/+1
* Most important thing to note about this change: Aaron Giles2008-02-211-4/+4
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-1/+3
* - Added running_machine* as first parameter to mc6845_config and all callback... Zsolt Vasvari2008-02-201-1/+1
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Renames M6845 to MC6845 Zsolt Vasvari2008-02-121-13/+13
* Renames CRTC6845 to M6845 Zsolt Vasvari2008-02-121-13/+13
* - Changed the crtc6845 to be handle based -- adjusted all drivers Zsolt Vasvari2008-02-121-6/+18
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+823