summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dynax.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-44/+44
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2009-02-261-1/+1
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-79/+79
* Remaining regressions. Aaron Giles2009-02-171-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-92/+78
* Improved the rom loading in tenkai and clones. Luca Elia2009-01-111-25/+40
* Fix 02772: hanayara: [debug] Access Violation Phil Bennett2008-12-251-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-4/+4
* Memory banking now requires a machine object. This makes the memory Aaron Giles2008-11-201-6/+6
* Another big one. Aaron Giles2008-11-201-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-90/+90
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-20/+20
* Major cpuintrf changes: Aaron Giles2008-11-101-16/+16
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-5/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-7/+7
* 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
* This (mostly - see below) completes the structure, lower-casing functions and... Derrick Renaud2008-08-111-44/+44
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-6/+6
* Some more structure/naming updates of sound cores. Derrick Renaud2008-08-091-3/+3
* 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
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-138/+138
* Region classes go bye-bye. Aaron Giles2008-07-281-144/+144
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-144/+144
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-8/+8
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-15/+15
* new clone: Mahjong Electron Base (parts 2 & 4, Japan, BOOTLEG) from XingXing davidhay2008-06-261-0/+55
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-16/+16
* Cleanups and version bump.mame0125u6 Aaron Giles2008-06-171-11/+11
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-171-191/+207
* adds Black Touch davidhay2008-06-041-2/+76
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-30/+30
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-151-0/+3
* Fixed Mantis bug ID 01738. Roberto Fresca2008-05-071-1/+1
* Spacing and version bump.mame0125 Aaron Giles2008-05-051-1/+1
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-051-1/+6
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-05-011-5/+13
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-3/+3
* AY-3-8910 rewrite: Couriersud2008-04-221-12/+27
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-31/+31
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-19/+19
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-11/+11
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-23/+22