summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video
Commit message (Expand)AuthorAgeFilesLines
* sn74s262: Implement device_gfx_interface Curt Coder2023-03-282-3/+34
* sn74s262: Fix function override access levels. Curt Coder2023-03-281-3/+4
* abc80: Devicify the SN74S263 character generator. [Curt Coder] Curt Coder2023-03-282-0/+176
* mos8563: Split device source from mc6845 AJR2023-03-254-530/+610
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-258-63/+40
* hd44780: add ks0066f00 variant Patrick Mackinlay2023-03-242-1/+24
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-232-6/+6
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-211-1/+1
* ega: be less strict about valid display settings cracyc2023-03-121-3/+1
* gba_lcd.cpp, gf4500.cpp: Clean up error logging code and some macro usage AJR2023-02-202-46/+15
* srcclean and bump copyright date on language files to 2023 Vas Crabb2023-02-191-2/+2
* Miscellaneous fixup: Vas Crabb2023-02-041-21/+22
* fix Clang compile [nw] Peter Ferrie2023-02-031-1/+1
* gladiatr: patch mcu roms to fix coin issue hap2023-01-271-8/+7
* spellb: disconnect from hh_tms1k_state class hap2023-01-191-2/+2
* New systems marked not working Miodrag Milanovic2023-01-132-4/+12
* video/virge_pci.cpp: fix remapping, allow pcipc with ibm5170_hdd:win98se to b... Angelo Salese2023-01-101-3/+36
* video/pc_vga.cpp: fix pixel_xfer transfer shifting, makes Windows 95 to be us... angelosa2022-12-261-1/+5
* misc/gamtor.cpp: rearrange SVGA map layout, allow beetlem to show video angelosa2022-12-252-4/+6
* srcclean in preparation for 0.251 branch Vas Crabb2022-12-252-48/+48
* video/pc_vga.cpp: identify gamtor SVGA chip angelosa2022-12-241-1/+4
* misc/gamtor.cpp: offset bit 1 in VGA memory bankswitches to char RAM, make it... angelosa2022-12-242-2/+17
* More MC68EZ328 work for palmm100 and iqunlim (#10696) [Ryan Holtz] MooglyGuy2022-12-222-0/+202
* nec/pc8801.cpp: promote machines to working status (#10685) Angelo Salese2022-12-192-13/+41
* palm/palm.cpp: Improved Palm IIIc support. (#10684) [Ryan Holtz] MooglyGuy2022-12-162-0/+745
* video/ppu2c0x.cpp: Improved behavior of OAM writes during PPU rendering. (#10... 0kmg2022-12-142-12/+8
* video/upd3301.cpp: skip lines also skip strips, fix sorcer (pc8801) text laye... angelosa2022-12-111-2/+5
* pntnpuzl: fix display cracyc2022-12-082-1/+2
* hash/ibm5150.xml: first pass at QA (#10635) Angelo Salese2022-12-081-1/+3
* video/pc_vga.cpp: preliminary implemention for line_compare in vga_vh_ega mode angelosa2022-12-041-0/+5
* video/pc_vga.cpp: fix Read Mode 1 target color for comparison angelosa2022-12-031-7/+9
* video/v9938.cpp: Implemented V9958 registers 26 and 27 for graphic23 and grap... wilbertpol2022-12-031-59/+103
* bufsprite: add length() getter hap2022-11-192-2/+3
* cpu/cr16b, cpu/es5510, cpu/ks0164, cpu/mb86235, cpu/sharc, upd7220: Use util:... AJR2022-11-011-3/+3
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-014-93/+90
* Revert "emu_timer: undo prev commit, add running() getter and change some ena... hap2022-11-012-4/+4
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+1
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-252-0/+4
* emu_timer: undo prev commit, add running() getter and change some enabled() c... hap2022-10-252-4/+4
* timer device: rename getter functions to match emu_timer hap2022-10-241-1/+1
* zn.cpp, video/psx.cpp: Modernize logging calls AJR2022-10-231-82/+75
* ef9364: Blanking lines repeat first character row. Nigel Barnes2022-10-172-33/+26
* k051316: remove device_reset, remove bool-int comparison hap2022-10-162-19/+17
* k051316 tile flip configuration bits, replaces flag setting in callbacks (#10... Furrtek2022-10-152-23/+49
* voodoo_render.cpp: Restore unnecessarily deleted comment AJR2022-09-251-0/+4
* eminline.h: Additions AJR2022-09-252-13/+6
* device_palette_interface: Make information overrides noexcept AJR2022-09-2514-16/+16
* hd44102: add intermediate render buffer hap2022-09-194-115/+109
* sed1520: don't write to ram when column address out of range hap2022-09-162-12/+28
* gmaster: add lcd chips hap2022-09-161-4/+3