summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/avgdvg.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix the buggychl mcu to run at 3mhz as shown on the schematic, and add sound ... Lord-Nightmare2018-05-291-1/+1
* asteroid, astdelux: Add cocktail configuration that flips screen for 2nd player AJR2018-05-031-0/+7
* avgdvg.cpp: Eliminate first_screen (nw) AJR2018-03-081-2/+2
* de-staticify initializations for mame/machine (#3251) wilbertpol2018-02-211-15/+0
* de-staticify initializations for src/mame/video (nw) (#3246) wilbertpol2018-02-201-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-25/+25
* Self-registering devices prep: Vas Crabb2017-02-271-8/+9
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-32/+32
* Another round of these Vas Crabb2016-08-271-3/+3
* Fixed default clip size which fixes vector output regression (from Sarayan) ... Scott Stone2016-04-291-1/+1
* vector: Move clipping to avgdvg, the only user. Simplify [O. Galibert] Olivier Galibert2016-04-281-5/+67
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-2/+2
* Yet more this==NULL fixes therealmogminer@gmail.com2016-01-231-2/+10
* avgdvg was rewritten from schematics by Mathis Rosenhauer in 0.108u5 (nw) Miodrag Milanovic2016-01-211-1/+2
* reverting: Miodrag Milanovic2016-01-201-11/+11
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-11/+11
* Revert AVG/DVG device scheduler changes. A bit more research needs to be done Andrew Gardner2015-11-231-94/+101
* The AVG/DVG vector device now inherits device_execute_interface, and is Andrew Gardner2015-11-191-101/+94
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1506