summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dec8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dec8.c: Corrected the rom names for the Ghost Busters sets and added PCB loca... Brian Troha2011-06-191-63/+102
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-24/+24
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-160/+160
* Implemented karnov style sprites in its own file, shared with karnov and dec8... Angelo Salese2011-03-301-19/+40
* BIG update. Aaron Giles2011-03-291-75/+75
* Converted Stadium Hero, Cobra-Command, Psycho-Nics Oscar to use the common de... Scott Stone2011-03-281-2/+21
* Converted Act Fancer, Trio the Punch and Mad Motor to use the common deco vid... Angelo Salese2011-03-271-4/+4
* some work on the 3 games in dec8.c which use the bac06 tilemaps[David Haywood] Angelo Salese2011-03-271-106/+121
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-20/+20
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-24/+24
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-13/+13
* Take advantage of the driver_device to clean up state saving for Aaron Giles2011-02-081-15/+15
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-4/+4
* Ok, last major rename for this round: Aaron Giles2011-01-011-14/+14
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-264/+264
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-45/+18
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-2/+2
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-25/+25
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-14/+14
* Fixed compiler error (no whatsnew) Miodrag Milanovic2010-07-041-1/+1
* no whatnews. woops - meikyuh coin input wiring is inverted from Ghostbusters. Bryan McPhail2010-07-031-2/+14
* whatsnew Bryan McPhail2010-07-031-172/+88
* Source Cleanup: Setname fixes and other minor changes - Drivers starting wit... Scott Stone2010-02-041-23/+23
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Fixed: Scott Stone2009-12-281-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-33/+33
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-28/+28
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-26/+26
* Not really worth credit: purged some direct use of SMH_RAM in favor of macros... Fabio Priuli2009-12-021-4/+4
* Make use of AM_BASE_SIZE_MEMBER macros. Aaron Giles2009-11-291-9/+9
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-31/+41
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-36/+36
* Added save states to the following drivers: compgolf.c, champbas.c, copsnrob.... Fabio Priuli2009-11-231-442/+605
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-46/+50
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-8/+8
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-68/+68
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-24/+24
* Added proper MCU dump for Meikyuu Hunter G. [Dr. Decapitator, Guru, Angelo Sa... Angelo Salese2009-05-061-39/+156
* I had sent two outdated files. Now compile works again. Fabio Priuli2009-04-281-5/+5
* More number-to-tag conversions in CPU calls. As a result, simplified dec8.c r... Fabio Priuli2009-04-281-185/+185
* Bulk change alert. Aaron Giles2009-04-261-11/+11
* Merged memory maps for all driver sources beginning with 'D': [MooglyGuy] Ryan Holtz2009-04-261-328/+181
* Converted downtown, gondo, hbarrel, midres, timesold, topgunbl to use IPT_POS... Derrick Renaud2009-04-101-6/+10
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-9/+9