summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dgpix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-2/+2
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-34/+34
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-23/+23
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-4/+4
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Continued moving global/static variables to the driver_device classes. Aaron Giles2011-03-171-35/+54
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-2/+2
* Ok, last major rename for this round: Aaron Giles2011-01-011-7/+7
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-17/+17
* 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
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-2/+2
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-2/+2
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-3/+3
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-2/+2
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-2/+2
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-2/+2
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* Another big one. Aaron Giles2008-11-201-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-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-2/+10
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-2/+2
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-2/+2
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-4/+4
* Region classes go bye-bye. Aaron Giles2008-07-281-17/+17
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-17/+17
* 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
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-06-231-7/+7
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-06-121-3/+3
* fix some duplicate input port bits, add clone quizoa davidhay2008-05-311-1/+0
* Cleanups and version bump. Aaron Giles2008-05-221-1/+1
* Reverts the Readme addition to dgpix.c Andrew Gardner2008-05-211-63/+1
* Adds Guru Readme to DGPix driver. Andrew Gardner2008-05-201-0/+61
* Flipped the damn mem_mask. It is no longer inverted when passed to Aaron Giles2008-04-201-4/+4
* Converted the IDE controller to a device. Updated all drivers Aaron Giles2008-04-151-2/+2
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-1/+1
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-1/+1
* eolith.c: Same modifications as dgpix -- almost identical hardware Zsolt Vasvari2008-03-221-4/+12
* DGPIX: Converted to INDEXED16 Zsolt Vasvari2008-03-221-50/+23
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-2/+2
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-2/+2