summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ddenlovr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-11/+11
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-4/+4
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-33/+33
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-1525/+1482
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-67/+67
* Adds readmes for Cosmo, Don Den Lover, Beatmania (CHD dumping), Dragon Master... Andrew Gardner2008-08-101-1/+30
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-45/+45
* lower cased sn76477_interface and ay8910_interface Derrick Renaud2008-08-081-3/+3
* Updated structure and naming conventions of the following sound interfaces. Derrick Renaud2008-08-081-3/+3
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-232/+232
* Adds readmes for Area 51, Animalandia Jr, Avengers In Galactic Storm, Alien 3... Andrew Gardner2008-08-051-0/+37
* (From Atari Ace. Note that I only took the first patch, which applied Aaron Giles2008-07-311-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-106/+106
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-110/+110
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-3/+7
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-5/+5
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-17/+17
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-19/+19
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-5/+5
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-20/+20
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-348/+373
* Mantis 00070: nettoqc: In-game message. Couriersud2008-05-241-0/+2
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-011-38/+52
* AY-3-8910 rewrite: Couriersud2008-04-221-0/+6
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-87/+87
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-21/+21
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-21/+21
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-58/+39
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-107/+107
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-27/+27
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Removed AM_SPACE and matchmask support. Updated relevant drivers Aaron Giles2008-03-061-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-15/+15
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-021-1/+1
* Various clean ups: Couriersud2008-03-011-0/+2
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-14/+14
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-12/+12
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-4/+4
* Color table removal Zsolt Vasvari2008-02-041-2/+0
* Fixed some games descriptions (mainly when "set 1" was missing). stephh2008-01-291-1/+1
* - Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T... Zsolt Vasvari2008-01-281-1/+1
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-23/+21
* Changed all other video_*, sound_*, etc. calls to use macros Zsolt Vasvari2008-01-221-3/+3
* (From Atari Ace) Aaron Giles2007-12-241-0/+2