summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/highvdeo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added proper channel 2 support, and logging capabilities to OKIM6376. [J.Wall... Angelo Salese2011-06-151-2/+2
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-3/+3
* Added echo emulation to the OkiM6376 sound chip [J. Wallace] Angelo Salese2011-06-051-14/+33
* 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-29/+29
* BIG update. Aaron Giles2011-03-291-29/+29
* 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-12/+12
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-3/+3
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-4/+4
* Convert dooyong/edevices/eolith/exidy/gaelco/gottlieb/igs/ Aaron Giles2011-02-171-37/+53
* Ok, last major rename for this round: Aaron Giles2011-01-011-3/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-52/+52
* Added templates required_shared_ptr<> and optional_shared_ptr<> which Aaron Giles2010-09-041-7/+8
* 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-16/+12
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-13/+13
* Memory banks are now referenced by tag rather than index. Aaron Giles2009-12-031-7/+7
* Removed global videoram, colorram, paletteram, and spriteram. Aaron Giles2009-11-281-3/+3
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-9/+9
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-51/+55
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-1/+1
* Removed second parameter from MDRV_CPU_PROGRAM_MAP, MDRV_CPU_DATA_MAP, Aaron Giles2009-05-091-12/+12
* Some more number-to-tag conversions in CPU calls Fabio Priuli2009-05-011-2/+2
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-6/+6
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-02-261-2/+2
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-14/+14
* Merged brasil.c and highvdeo.c drivers [Angelo Salese] Angelo Salese2009-02-141-9/+653
* Ok, this is The Big One. Aaron Giles2009-02-111-12/+12
* Cleanups and version bump.mame0129u1 Aaron Giles2009-01-151-40/+40
* Added V30-based High Video gambling games [Mirko Buffoni] Mirko Buffoni2009-01-121-0/+585