summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for branching release Vas Crabb2021-01-241-4/+4
* i8244: fix recent regression hap2021-01-221-5/+6
* artwork/chess: change chess symbols to svg hap2021-01-181-1/+1
* i8244: remove confusing invalid_register function hap2021-01-162-75/+43
* - sa1110: Added skeleton handling for UDC sub-device handling. [Ryan Holtz] Ryan Holtz2021-01-152-10/+193
* ef9340_1: add pinout reference hap2021-01-153-63/+90
* metro.cpp: Fix tilemap offset regression cam9002021-01-142-0/+6
* i8244: split big screen_update function into several pieces hap2021-01-132-225/+263
* i8244: changed character layer priorities hap2021-01-122-87/+79
* - m950x0: Removed private specifier in favor of protected. [Ryan Holtz] Ryan Holtz2021-01-101-1/+4
* - m950x0: Added implementation for STmicro M950x0 SPI EEPROM series. [Ryan Ho... Ryan Holtz2021-01-102-9/+97
* metro.cpp, hyprduel.cpp: Move interrupt control (mostly) down into VDP AJR2021-01-092-8/+166
* i8244.h: add pinout info hap2021-01-091-3/+20
* odyssey2: correct copyright holders hap2021-01-092-2/+2
* hitpoker.cpp, tlc34076: Initialize more pointers and variables AJR2020-12-311-1/+6
* VG5000ยต fix latched attributes on delimiter. (#7610) Sylvain Glaize2020-12-301-16/+17
* imagetek_i4100_device: Add some missing initializations, hopefully fixing ran... Olivier Galibert2020-12-281-0/+19
* srcclean for 0.227 Vas Crabb2020-12-275-182/+182
* -sa1111, sed1356: Turned logging back off. [Ryan Holtz] Ryan Holtz2020-12-261-1/+1
* -sa1110: Added initial attempt at UART receiving. LSB of received data seems ... Ryan Holtz2020-12-261-1/+1
* -sa1110, sa1111, sed1356: Turned off error logging. [Ryan Holtz] Ryan Holtz2020-12-251-1/+1
* saa5240.cpp: Preliminary SAA5240/43 Computer Controlled Teletext emulation. Nigel Barnes2020-12-252-0/+968
* New machines marked as NOT_WORKING Ryan Holtz2020-12-242-0/+2126
* lbpc: Add keyboard interface AJR2020-12-221-1/+1
* epl43102: Recognize some specific registers AJR2020-12-182-5/+83
* vreadere: Add LCD driver and connect it to MCU ports AJR2020-12-182-7/+34
* tms9928a: Fix failure to output initial interrupt state AJR2020-12-031-1/+3
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* i8275: Fix a case where the DRQ output could remain unexpectedly set due to D... AJR2020-11-241-0/+1
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-2/+2
* saa5050: Implemented TLC (Transmitted Large Character) output line. Nigel Barnes2020-11-142-1/+12
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-154-2/+12
* -Switch to building MAME as C++17. Vas Crabb2020-11-153-5/+25
* -emu/devfind: More cleanup/consistency changes. Vas Crabb2020-11-131-1/+4
* misc comments: very unimportant corrections hap2020-11-121-1/+0
* Got rid of a couple of easy auto_alloc_array Vas Crabb2020-11-091-2/+2
* ef9364: Erase character is now configurable, defaults to 0x00. Nigel Barnes2020-11-062-7/+11
* mu5: Add the lc7985nd and the lcd [O. Galibert] Olivier Galibert2020-11-052-0/+363
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-022-3/+3
* pce220.cpp: split HD61202 and SED1560 into separate devices. [Sandro Ronco] Sandro Ronco2020-10-314-69/+481
* Miscellaneous clean-up. Vas Crabb2020-10-292-1/+3
* catseye.cpp: fix Clang compile. arbee2020-10-281-1/+1
* Uninitialized variable fixes (#7406) Sven Schnelle2020-10-271-4/+43
* snes_ppu.cpp: Use device_palette_interface for Palette handling (#7375) cam9002020-10-262-45/+60
* fix a Genesis VDP status bit which was breaking Mega Play 68k->Z80 comms (#7390) Devin Acker2020-10-241-1/+3
* vsnes.cpp: working sound + "improved" graphics in Vs. SMB bootleg sets (#7360) Devin Acker2020-10-222-28/+196
* video/315_5124.cpp: Minor tidying up. Vas Crabb2020-10-221-36/+30
* video/315_5124.cpp: Improved registers 03 and 04 behavior in mode 4 [Enik Lan... enikland22020-10-222-63/+148
* mc6845: enable strobe output (RA4) in transparent mode. Robbbert2020-10-111-4/+4
* video/mc6845.cpp: Fix some uninitialised variables. Vas Crabb2020-10-091-0/+2