summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitowlf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* pic8259 - Added support for cascade mode, updated interface in all drivers [M... Miodrag Milanovic2011-04-121-8/+16
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-56/+56
* BIG update. Aaron Giles2011-03-291-41/+41
* 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
* crashfix Michaƫl Banaan Ananas2011-02-281-9/+2
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* Eliminate statics/globals in drivers jpm/kaneko/maygay/meadows/merit/ Aaron Giles2011-02-171-18/+21
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* From: Atari Ace Aaron Giles2011-02-031-42/+83
* - Moved IPT_KEYBOARD -> IPT_KEYPAD for MAME systems not using full keyboard_i... Miodrag Milanovic2011-01-051-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* running_device -> device_t Aaron Giles2010-12-311-15/+15
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Made the mc146818 a proper device, modernized it, and added an NVRAM interface Aaron Giles2010-09-101-3/+2
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-2/+2
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* pit8253: Updated to use devcb calls, cleanups Dirk Best2010-02-251-8/+6
* pic8259: updated to use devcb calls Dirk Best2010-02-241-13/+7
* pic8259: replaced pic8259_set_irq_line with pic8259_irX_w write line handlers Dirk Best2010-02-241-5/+5
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-15/+15
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+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-2/+2
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-4/+4
* Refactored i8237 DMA to use devcb. Curt Coder2009-11-081-34/+33
* Made the 8237 dma controller emulation more accurate by implementing it as a ... Wilbert Pol2009-06-131-6/+15
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* Cleanups and version bump.mame0131u1 Aaron Giles2009-05-071-6/+6
* A last round of number-to-tag changes, for the moment (I don't want to confli... Fabio Priuli2009-04-281-11/+17
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-15/+15
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-2/+2
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-211-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-4/+3
* CPU header cleanups.... Aaron Giles2008-12-181-2/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-2/+2
* Here's the big one.... Aaron Giles2008-12-111-10/+3
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-1/+1
* Added MDRV_DMA8237_ADD macro. Wilbert Pol2008-12-091-4/+2
* Added MDRV_PIT8353_ADD and MDRV_PIT8254_ADD macros. Wilbert Pol2008-12-091-2/+1
* Added MDRV_PIC8259_ADD macro. Wilbert Pol2008-12-091-4/+2
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-43/+31
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-4/+6