summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/drw80pkr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Significant cleanup/rewrite of the MCS-48 CPU core: Aaron Giles2008-08-261-5/+5
* i8039 -> mcs48 Aaron Giles2008-08-261-1/+1
* (Modified to allow for overwrites of RAM ranges only.) Aaron Giles2008-07-291-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* 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
* Created new macro: AM_RAM_WRITE(handler) which specifies a memory Aaron Giles2008-04-161-1/+1
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-1/+1
* 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-3/+3
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-1/+1
* - Changed the crtc6845 to be handle based -- adjusted all drivers Zsolt Vasvari2008-02-121-1/+0
* Removed 'type' parameter from tilemap_create Zsolt Vasvari2008-02-051-1/+1
* (From Atari Ace) Aaron Giles2007-12-241-12/+12
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-0/+274