summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cidelsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-14/+14
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-6/+6
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-3/+3
* 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-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-11/+11
* Region classes go bye-bye. Aaron Giles2008-07-281-6/+6
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-6/+6
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-5/+5
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-4/+4
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* Fixed AY-3-8910 output mode in Draco. Curt Coder2008-06-101-1/+1
* - Added HALT opcode and halt mode to the COP410 Curt Coder2008-06-041-0/+10
* Fixed COP420 instructions JSRP, LBI, LQID, and SKT. Draco now has sound. Curt Coder2008-05-221-3/+1
* Fixed CDP1869 character memory access, and Cidelsa sprite flashing. Curt Coder2008-05-191-3/+3
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-2/+2
* Added CDP1852 I/O buffer chip, and used it in Altair/Draco. Curt Coder2008-05-121-9/+100
* [CDP1802] Added memory address parameter to DMA callbacks, and added a macro ... Curt Coder2008-05-091-1/+1
* AY-3-8910 rewrite: Couriersud2008-04-221-2/+4
* [CDP1802] Added machine parameter and macros for the callback functions. This... Curt Coder2008-04-141-12/+11
* Renamed input port functions: Aaron Giles2008-04-061-1/+1
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-6/+6
* - converted CDP1869 to the new device system Curt Coder2008-04-021-264/+165
* - implemented interrupt Curt Coder2008-03-281-0/+2
* - de-deprecated the timer callbacks Curt Coder2008-03-251-56/+79
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-241-2/+2
* Cleaned driver up to the latest spec. Curt Coder2008-03-191-113/+111
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-5/+5
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-4/+4
* Most important thing to note about this change: Aaron Giles2008-02-211-8/+4
* Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h. Aaron Giles2008-01-291-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-3/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+754