summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mediagx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-17/+17
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-4/+4
* Ok, this is The Big One. Aaron Giles2009-02-111-6/+10
* 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
* More device normalization: Aaron Giles2008-12-161-1/+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-23/+16
* 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-12/+7
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-4/+6
* Another big one. Aaron Giles2008-11-201-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-21/+21
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-5/+5
* Major cpuintrf changes: Aaron Giles2008-11-101-20/+20
* Cleanups and version bump.mame0127u8 Aaron Giles2008-10-131-1/+1
* Brought a little closer to the MESS implementation, but it still hangs due to Aaron Giles2008-10-121-31/+27
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+2
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-1/+1
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-9/+9
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-2/+2
* Region classes go bye-bye. Aaron Giles2008-07-281-5/+5
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-9/+9
* Cleanups and version bump.mame0126u2 Aaron Giles2008-07-241-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-07-241-1/+4
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-07-241-12/+14
* Changed MDRV_CPU_ADD to require a tag. Removed MDRV_CPU_ADD_TAG. Aaron Giles2008-07-191-1/+1
* Tagged all the first CPUs for drivers (mostly as "main"). Aaron Giles2008-07-191-1/+1
* Removed MDRV_SOUND_ADD. Renamed MDRV_SOUND_ADD_TAG to Aaron Giles2008-07-181-2/+2
* pit8253 updates: Wilbert Pol2008-07-111-4/+1
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-1/+1
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-261-4/+5
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-171-1/+1
* Cleanups and version bump to 0.124u3.mame0124u3 Aaron Giles2008-04-171-1/+1
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-60/+32
* Changed device read/write functions to take a const device_config *. Aaron Giles2008-04-131-10/+10
* Compile fix. Wilbert Pol2008-04-131-7/+7