summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gamecstl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Other improvements to California Chase, it shows Windows 98 logo [Grull Osgo] Angelo Salese2011-12-241-1/+1
* 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-9/+16
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-53/+53
* BIG update. Aaron Giles2011-03-291-38/+38
* 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
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-53/+79
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* - 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-16/+16
* 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
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-101-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-16/+16
* 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
* Inverted DACK polarity since it wasn't working in MESS PC driver. Curt Coder2009-11-111-4/+8
* 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
* number-to-tag conversions in CPU calls for most of drivers starting with 'G' Fabio Priuli2009-05-021-12/+17
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Updated CHD hashes. [Yasuhiro Ogawa] Aaron Giles2009-03-141-1/+1
* Updated a few CHDs. Added a few driver casts. Aaron Giles2009-03-141-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
* 02773: all gamecstl.c sets: [debug] Assertion Aaron Giles2008-12-301-5/+9
* 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