summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video (follow)
Commit message (Expand)AuthorAgeFilesLines
* ef9340/1: make character set external. [Wilbert Pol] Wilbert Pol2018-05-183-273/+20
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-18/+18
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-18/+18
* video/hp1ll3: add runtime bounds check in CONF command (issue#3523) (nw) (#3547) Sergey Svishchev2018-05-162-12/+16
* interpro: pass more diag stuff (nw) Olivier Galibert2018-05-161-1/+1
* vic4567: Use device_palette_interface (nw) AJR2018-05-142-16/+12
* moar (nw) Vas Crabb2018-05-147-27/+32
* set_tag can now take things other than C strings - please don't write new leg... Vas Crabb2018-05-142-4/+4
* tlc34076: m_pens is unnecessary now (nw) AJR2018-05-132-3/+0
* tlc34076: Convert implementation to use device_palette_interface (nw) AJR2018-05-132-27/+36
* huc6260: Internalize palette (nw) AJR2018-05-132-18/+12
* huc6261, huc6272: Use required_device instead of explicit lookups (nw) AJR2018-05-134-34/+12
* pc_vga.cpp: machine().device cleanups (nw) AJR2018-05-132-17/+7
* fix clang compile (nw) arbee2018-05-111-1/+1
* Add topcat asic (#3558) Sven Schnelle2018-05-112-0/+450
* (nw) remove more low-value macros and add a couple more constructor options Vas Crabb2018-05-101-4/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-10/+0
* bt45x: new devices (#3536) Patrick Mackinlay2018-05-083-4/+629
* ppu2c0x: Change NMI to line callback (nw) AJR2018-05-062-10/+8
* ppu2c0x family: Make palette internal to device AJR2018-05-064-156/+143
* (nw) misc follow-up Vas Crabb2018-05-061-18/+4
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-13/+13
* stvvdp2.cpp: fixed potential bug with window Y sizes when double density inte... angelosa2018-05-031-5/+5
* stvvdp1.cpp: disable transmask code for mode 2 sprites, fix Sasissu racing st... angelosa2018-05-022-6/+18
* stvvdp1.cpp: fix transparent sprite shadows (Pretty Fighter X, Game Tengoku) ... angelosa2018-05-022-3/+18
* stvvdp2.cpp: implemented vertical cell scroll (Sonic Jam) [Angelo Salese] angelosa2018-05-021-5/+69
* stvvdp2.cpp: don't repeat ROZ when screen over process is equal to 1, fixes D... angelosa2018-05-011-2/+5
* stvvdp2.cpp: ROZ fixes for Radiant SilverGun Xiga stage: [Angelo Salese] angelosa2018-05-011-76/+113
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-3013-18/+18
* Sarayan made me do it. Vas Crabb2018-04-287-14/+16
* stvvdp2.cpp: disable ROZ optimization if mode is either 2 or 3, fixes at leas... angelosa2018-04-261-1/+2
* Merge pull request #3477 from shattered/_4282dc6 R. Belmont2018-04-232-19/+52
|\
| * hp_ipc: add diagnostic ROMs; model 9808A (prototype of desktop version) Sergey Svishchev2018-04-222-19/+52
* | srcclean (nw) Vas Crabb2018-04-222-17/+17
* | maps: Finish devices/video (nw) Olivier Galibert2018-04-2024-121/+154
* | (nw) commit these address map changes while i can Robbbert2018-04-203-9/+12
|/
* stvvdp2.cpp: fix RBG0 cache map range, fixes Head On graphics update in Sega ... angelosa2018-04-201-2/+8
* maps: Finish map.m() (nw) Olivier Galibert2018-04-194-132/+139
* stvvdp2.cpp: ROZ windows applies per screen output not per bitmap, fixes at l... angelosa2018-04-191-15/+63
* stvvdp1.cpp: preliminary implementation of PMOD 7 (gouraud + half transparent... angelosa2018-04-191-0/+13
* -vp415: Skeleton driver for Philips VP415 LV-ROM Player. Includes basic devic... mooglyguy2018-04-132-0/+483
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-135-15/+15
* stvvdp2.cpp: fixed regression with Cotton 2 backgrounds in stage 2 onward (en... angelosa2018-04-101-1/+14
* Convert m_pens, m_local_paletteram into std::unique_ptr, Minor cleanup cam9002018-04-072-14/+19
* scn2674: in row table mode double size in cached in screen start 1 (nw) cracyc2018-04-031-1/+1
* voodoo: Correct vsync timing and remove anonymous timer. Ted Green2018-03-282-20/+37
* Reshuffle some stuff: Vas Crabb2018-03-281-1/+1
* nt7534: Shut up logging (nw) AJR2018-03-251-1/+1
* gah, always git add (nw) Vas Crabb2018-03-251-11/+1
* get rid of dioutput - it's only used in one place, and it upset GCC on Linux ... Vas Crabb2018-03-252-49/+49