summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ldpr8210.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-1107/+0
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-3/+3
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-151/+151
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-11/+11
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-801/+667
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-14/+14
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-6/+6
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-3/+3
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-14/+14
* BIG update. Aaron Giles2011-03-291-7/+7
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-0/+2
* Fix build break from last checkin. Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-6/+6
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-9/+8
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-5/+5
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-7/+7
* 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