summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu4drvr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Renamed 6821new.* -> 6821pia.* Aaron Giles2009-03-031-12/+12
* Remaining PIA device-ification. Aaron Giles2009-03-031-13/+26
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-14/+14
* Agemame Integration [James Wallace] davidhay2009-02-251-3/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-22/+22
* Ok, this is The Big One. Aaron Giles2009-02-111-4/+4
* Refactored the ACIA6850 to use devcb. Curt Coder2009-02-091-29/+76
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-26/+8
* Removed MDRV_INTERLEAVE(x), which specified the minimum scheduling Aaron Giles2008-12-201-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-7/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-141-4/+4
* Hi mamedev, Aaron Giles2008-12-081-4/+4
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Made the 6850 ACIA a device Nathan Woods2008-12-031-18/+24
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-15/+15
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-8/+8
* Major cpuintrf changes: Aaron Giles2008-11-101-10/+10
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-5/+5
* Adjusted tags in drivers to meet conformity checks. Promoted checks to Aaron Giles2008-09-101-4/+4
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-5/+5
* From: jeaw100@york.ac.uk [mailto:jeaw100@york.ac.uk] Aaron Giles2008-08-281-4/+4
* Fix m68k irq line support. Aaron Giles2008-08-201-20/+3
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-2/+2
* From: jeaw100@york.ac.uk [mailto:jeaw100@york.ac.uk] Aaron Giles2008-08-071-0/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-16/+16
* Region classes go bye-bye. Aaron Giles2008-07-281-31/+31
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-32/+32
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-3/+3
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-3/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-051-2/+3
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-1/+1
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-4/+4
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-04-021-218/+270
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-241-1/+1
* From: JEA Wallace Aaron Giles2008-03-241-2/+2
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-03-191-23/+63
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-03-131-72/+51
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-6/+6
* Fixed a number of compile errors caused by previous MC6845 Aaron Giles2008-03-071-9/+0
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-1/+1
* From: James E.A. Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-03-051-5/+5
* Added new macros AM_DEVREAD, AM_DEVWRITE, and AM_DEVREADWRITE, Aaron Giles2008-03-051-17/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-02-281-30/+42
* Most important thing to note about this change: Aaron Giles2008-02-211-5/+6
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-1/+1
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-201-1/+2