summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/galaxia.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-9/+9
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-1/+1
* BIG update. Aaron Giles2011-03-291-8/+8
* 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-1/+1
* Converted namco/thepit/toaplan/unico/upl/valadon/veltmjr/venture/vsystem/ Aaron Giles2011-03-101-10/+24
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-3/+2
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-27/+27
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-3/+3
* 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-5/+4
* Added sound support to Signetics S2636 (by using VC4000 sound support from ME... mariuszw12010-08-121-5/+20
* Time to kill off some deadwood. Aaron Giles2010-07-071-3/+3
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Not worth mention: Properly amended s2636 to have correct work ram size. Than... Fabio Priuli2009-12-111-3/+3
* Cleanups and version bump.mame0135u3 Aaron Giles2009-12-111-1/+1
* Converted Signetics 2636 video chip to be a MAME device and updated drivers u... Fabio Priuli2009-12-111-23/+36
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-06-251-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-4/+4
* Bulk change alert. Aaron Giles2009-04-261-4/+4
* From: Robert [mailto:pac0446@bigpond.net.au] Aaron Giles2009-03-191-25/+74
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-5/+5
* Corrected gfx bitplane for Astro Wars [Angelo Salese] Angelo Salese2009-02-191-3/+22
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-1/+1
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Major cpuintrf changes: Aaron Giles2008-11-101-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-041-12/+12
* From: MASH [mailto:mameinfo@ewetel.net] Aaron Giles2008-08-191-0/+23
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-7/+7
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-141-17/+9
* Fixed ROM mapping and added preliminary video emulation. Tomasz Slanina2008-08-121-49/+101
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-1/+1
* Region classes go bye-bye. Aaron Giles2008-07-281-3/+3
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-4/+4
* 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
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-16/+16
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-2/+2
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-1/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-291-2/+2
* Most important thing to note about this change: Aaron Giles2008-02-211-3/+3
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-211-1/+1
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-191-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+190