summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/stvvdp2.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-8/+8
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-8/+8
* drawgfx.cpp : Updates cam9002019-06-041-29/+19
* stvvdp2.cpp: obvious disclaimer for this too (nw) Angelo Salese2019-05-271-0/+5
* stvvdp2.cpp : Updates (#5082) cam9002019-05-201-183/+129
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-89/+87
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* srcclean (nw) Vas Crabb2018-05-271-17/+17
* 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
* 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-021-2/+4
* stvvdp1.cpp: fix transparent sprite shadows (Pretty Fighter X, Game Tengoku) ... angelosa2018-05-021-1/+10
* 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
* stvvdp2.cpp: disable ROZ optimization if mode is either 2 or 3, fixes at leas... angelosa2018-04-261-1/+2
* srcclean (nw) Vas Crabb2018-04-221-13/+13
* stvvdp2.cpp: fix RBG0 cache map range, fixes Head On graphics update in Sega ... angelosa2018-04-201-2/+8
* stvvdp2.cpp: ROZ windows applies per screen output not per bitmap, fixes at l... angelosa2018-04-191-15/+63
* stvvdp2.cpp: fixed regression with Cotton 2 backgrounds in stage 2 onward (en... angelosa2018-04-101-1/+14
* stvvdp2.cpp: Remove first_screen (nw) AJR2018-03-081-13/+11
* Grammar police (nw) Olivier Galibert2018-02-241-4/+4
* srcclean and regenerate localisations (nw) Vas Crabb2018-01-281-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* stvvdp1.cpp: fixed mode 2 transparent pen sprites for Scud: the Disposable As... angelosa2018-01-071-5/+13
* MT #04366 & #02084, also fix brk in h6280 (nw) angelosa2017-10-281-2/+4
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* stv.cpp: batmanfr input labels (nw) angelosa2017-10-101-1/+1
* stvvdp2.cpp: added ROZ mode 3, fixes split screen in Sasissu and backgrounds ... angelosa2017-10-101-1/+52
* MT #06697 or: How I Learned to Stop Worrying and Love the Odd bit (nw) angelosa2017-10-071-11/+7
* srcclean (nw) Vas Crabb2017-04-231-2/+2
* Workaround for finlarch/sasissu/magzun ODD bit regression. (nw) angelosa2017-04-121-4/+10
* Fixed MT #2159 thanks to MASH input (nw) angelosa2017-03-171-2/+3
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-5/+9
* srcclean (nw) Vas Crabb2016-11-271-6/+6
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-4/+4
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-4/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* Nuke debug message (nw) angelosa2016-11-081-3/+2
* saturn.cpp: Added Rotation Parameter read control register, fixes at least Ri... angelosa2016-11-081-0/+30
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-153/+153
* saturn and stv split (nw) Miodrag Milanovic2016-05-011-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+3
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-8/+8
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-17/+17
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2