summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ldvp931.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-5/+5
* Within src/emu, basic conversions: Aaron Giles2010-01-121-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-2/+1
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Added mechanism for the laserdisc core to return 0 for the Aaron Giles2009-07-131-1/+1
* Converted the Namco 50xx into a proper device. Aaron Giles2009-05-261-2/+2
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-1/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-6/+6
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Added the concept of device "owner", for devices owned by other devices. Aaron Giles2008-12-171-28/+12
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-4/+4
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-6/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-13/+13
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-4/+4
* Major cpuintrf changes: Aaron Giles2008-11-101-3/+3
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-2/+2
* Silenced an annoying log message. Aaron Giles2008-10-231-1/+13
* Connected firefox audio enables. Aaron Giles2008-10-131-2/+4
* Cleanups and version bump.mame0127u7 Aaron Giles2008-10-091-1/+1
* Made the Z80 daisy chain aware of referencing device-specific devices. Aaron Giles2008-10-091-143/+155
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-4/+2
* Cleanups and version bump.mame0127u5 Aaron Giles2008-09-261-75/+75
* Added 22VP931 emulation, which is mostly working. Communication works Aaron Giles2008-09-251-0/+772