summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ldv1000.c
Commit message (Expand)AuthorAgeFilesLines
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-29/+2
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-63/+63
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-081-1/+0
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-1/+1
* Convert remaining drivers. Kill off old 8255ppi. Aaron Giles2012-08-081-10/+10
* Department of redundancy department update. Aaron Giles2012-08-081-2/+2
* Removed ADDRESS_MAP_MODERN define (no whatsnew) Miodrag Milanovic2012-04-011-1/+0
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-14/+14
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-420/+365
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-5/+5
* 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-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-0/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-9/+9
* Remaining regressions. Aaron Giles2010-09-041-1/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-20/+20
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Within src/emu, basic conversions: Aaron Giles2010-01-121-3/+3
* 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
* - Refactored Z80CTC to use devcb Curt Coder2009-10-201-5/+8
* Added mechanism for the laserdisc core to return 0 for the Aaron Giles2009-07-131-3/+3
* 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-2/+2
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* Added new module devcb, which can generically handle conversions between device Aaron Giles2009-01-261-4/+4
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+1
* Added the concept of device "owner", for devices owned by other devices. Aaron Giles2008-12-171-31/+15
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-4/+4
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-3/+3
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-2/+2
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+5
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-1/+1
* Cleanups and version bump.mame0127u7 Aaron Giles2008-10-091-55/+55