summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ldpr8210.c
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-28/+28
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Added casting operators to the region_info class so you can assign Aaron Giles2010-01-161-1/+2
* 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-4/+2
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-2/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Made pr8210 serial processing a little more robust. Aaron Giles2009-07-141-17/+14
* Added mechanism for the laserdisc core to return 0 for the Aaron Giles2009-07-131-4/+4
* Converted the Namco 50xx into a proper device. Aaron Giles2009-05-261-4/+4
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-4/+4
* Added the concept of device "owner", for devices owned by other devices. Aaron Giles2008-12-171-23/+12
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-10/+11
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-8/+8
* 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-3/+3
* Major cpuintrf changes: Aaron Giles2008-11-101-4/+4
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-2/+2
* Minor tweak to fix initial attract mode timing. Aaron Giles2008-10-121-1/+6
* Changed Cube Quest laserdisc override logic. It's still a little hacky but Aaron Giles2008-10-101-5/+14
* Cleanups and version bump.mame0127u7 Aaron Giles2008-10-091-15/+15
* Made the Z80 daisy chain aware of referencing device-specific devices. Aaron Giles2008-10-091-25/+27
* Added correct overlay positioning, font, and behavior to PR-8210 emulation. Aaron Giles2008-10-061-29/+232
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-4/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-261-1/+1
* Added 22VP931 emulation, which is mostly working. Communication works Aaron Giles2008-09-251-1/+1
* Cleanups and version bump.mame0127u4 Aaron Giles2008-09-181-37/+37
* Changed requirements for laserdisc CHDs to require a new chunk of Aaron Giles2008-09-181-808/+706
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-13/+13
* 02206: cubeqst: Cubequest now missing narrator and music during attract mode Aaron Giles2008-09-111-6/+25
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-32/+218
* CPUs, sound chips, devices, and ROM-regions which are specified by devices Aaron Giles2008-09-081-1/+9
* Added new device interface selector: DEVINFO_PTR_ROM_REGION. This allows a Aaron Giles2008-09-061-0/+233
* Cleanups and version bump.mame0127u2 Aaron Giles2008-09-041-17/+17
* Split core laserdisc functionality into separate file ldcore.c. Aaron Giles2008-09-041-0/+722