summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-02-1910-54/+54
* Fix scanout of mc6845 Mark Garlanger2017-02-171-1/+1
* typo (nw) hap2017-02-161-1/+1
* testing 123 new devcb style (nw) hap2017-02-161-4/+4
* dl1416: even better signal level behaviour (/CE, A0 and A1 latched on falling... Vas Crabb2017-02-132-4/+18
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1159-38/+21
* dl1416: clean up, support signal-level interface better, support Vas Crabb2017-02-112-202/+263
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-094-22/+0
* osborne1nv: scroll fix (nw) Robbbert2017-02-091-1/+1
* intvkbd - mostly internal driver improvements (#2045) Frank Palazzolo2017-02-072-17/+31
* More complete Galaxy Games emulation: [Luca Elia] Luca Elia2017-02-052-0/+366
* Remove some dependency between src/devices/ and src/mame (nw) Miodrag Milanovic2017-02-052-0/+1620
* Make devcb objects more consistently available for further configuration (nw) AJR2017-01-311-3/+3
* Warning note (nw) angelosa2017-01-271-0/+3
* Device hookups (nw) angelosa2017-01-276-8/+63
* Added SCSI interface to King device (nw) angelosa2017-01-272-10/+96
* Added full pad inputs, some register hookups in King and fixed few bit mistak... angelosa2017-01-263-29/+109
* Added stub Rainbow device (nw) angelosa2017-01-264-2/+124
* Identify SCSI registers (nw) angelosa2017-01-261-8/+11
* King clean-ups (nw) angelosa2017-01-262-40/+58
* huc6261.cpp: Fixed YUV colors, added palette offset and HuC6261-A mixing, fix... angelosa2017-01-262-22/+39
* hlcd0515: clear buffer was at wrong time (nw) hap2017-01-241-3/+1
* hlcd0515: couple of accuracy improvements (nw) hap2017-01-232-52/+90
* srcclean (nw) Vas Crabb2017-01-225-58/+58
* hh_tms1k: horseran works now, will correct whatsnew manually (nw) hap2017-01-211-10/+10
* hlcd0515: finished device (nw) hap2017-01-212-6/+171
* added hlcd0515 skeleton device (nw) hap2017-01-212-0/+117
* dcs: Remove unused variable (nw) Ted Green2017-01-052-6/+30
* zeus2: Fix unused variable. (nw) Ted Green2017-01-011-1/+1
* zeus: WIP Consolidate waveram1 writing and add more logging for models. (nw) Ted Green2017-01-012-140/+247
* Merge pull request #1815 from zx70/master R. Belmont2016-12-301-3/+4
|\
| * Scrollup fix for the TMS9927 family Stefano2016-12-151-3/+4
* | midwayic: Squelch logerror from interrupt control (nw) Ted Green2016-12-282-22/+38
* | poly.h: add method triangles_drawn to get private member m_triangles (nw) yz70s2016-12-251-0/+1
* | first srcclean pass (nw) Vas Crabb2016-12-253-8/+8
* | midwayic: Added hooks for serial communication. (nw) Ted Green2016-12-211-0/+5
* | zeusII: WIP: Update screen rectangle to keep mwskins from crashing. (nw) Ted Green2016-12-112-167/+182
* | zeus2: WIP: Update coordinate scaling and increase z buffer to 24 bits. (nw) Ted Green2016-12-072-140/+376
|/
* Update mpu4vid to use ef9369 device Dirk Best2016-11-302-23/+16
* Create an ef9369 device and use it for guab Dirk Best2016-11-302-0/+198
* srcclean (nw) Vas Crabb2016-11-271-6/+6
* clean up tabulation, fix some things (nw) Vas Crabb2016-11-251-1/+1
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-248-12/+12
* Fix division by zero in update_graphics Bavarese2016-11-231-1/+1
* upd7220: fix arcs (nw) cracyc2016-11-211-23/+9
* upd7220: d1 is also signed (nw) cracyc2016-11-211-1/+2
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-219-21/+21
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-199-21/+21
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-194-18/+18
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-2/+2