summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deco_mlc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-4/+5
* Final bulk rename for 0.142: ensure that all members of Aaron Giles2011-04-011-25/+25
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-6/+6
* BIG update. Aaron Giles2011-03-291-32/+32
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-1/+1
* 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-2/+2
* Convert a number of drivers to use their own private spriteram instead Aaron Giles2011-03-131-2/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Eliminated global/static variables in a aristocr/atlus/bfm/bmc/ Aaron Giles2011-02-121-31/+33
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-40/+40
* Added include files for all remaining drivers with multiple source files. Aaron Giles2010-09-021-5/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-2/+2
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-10/+8
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-9/+9
* Cleanups and version bump. Aaron Giles2010-03-111-8/+8
* Implemented default EEPROMs to Bubble Memories, Lethal Enforcers and Puzzle T... Angelo Salese2010-03-071-17/+17
* Implemented default EEPROMs to the following drivers [David Haywood] Angelo Salese2010-03-071-1/+24
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-2/+2
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-4/+4
* Rename eepromdev.c/h back to eeprom.c/h Aaron Giles2009-12-271-1/+1
* Rename functions and other references to eepromdev_* back to eeprom_* Aaron Giles2009-12-271-4/+4
* Converted deco_mlc, deco32, fortecar to eepromdev. Aaron Giles2009-12-261-33/+14
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* 2nd batch of initialization cleanups. Aaron Giles2009-12-211-5/+9
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-2/+2
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-5/+5
* > From: atari_ace@verizon.net Aaron Giles2009-10-211-4/+5
* get rid of 8 character limitation for many clones Yasuhiro Ogawa2009-07-241-6/+6
* Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems Aaron Giles2009-07-091-7/+7
* 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-9/+9
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Merged memory maps for all driver sources beginning with 'D': [MooglyGuy] Ryan Holtz2009-04-261-23/+12
* Removed msb/lsb handlers from taitosnd. Updated all drivers to Aaron Giles2009-03-301-2/+2
* Cleanups and version bump. Aaron Giles2009-03-191-2/+2
* added default eeprom to skullfng, so that it appears less broken by default. ... davidhay2009-03-141-2/+27
* Fixed regressed sound in the deco MLC driver. [Angelo Salese] Angelo Salese2009-03-101-1/+1
* Moved SH2 set info functions to direct calls. Aaron Giles2009-03-031-5/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-2/+2
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-6/+6
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-13/+13