summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/snes_ppu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove a few outdated references to MESS Dirk Best2021-12-021-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-11/+7
* snes_ppu: Coverity 316154 Robbbert2021-02-141-12/+3
* snes_ppu.cpp: Use device_palette_interface for Palette handling (#7375) cam9002020-10-261-44/+50
* Cleaned up bitmap API. Vas Crabb2020-09-271-7/+7
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-2/+2
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-2/+2
* src/devices: simplified some handlers (nw) Ivan Vangelista2020-03-111-19/+19
* snes_ppu.cpp: reduce the number of save registrations by over a thousand (nw) Vas Crabb2019-12-111-43/+34
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-8/+8
* -snes_ppu: Converted OAM code from bsnes ppu-fast, nw MooglyGuy2019-11-141-554/+282
* Fix clang error: use of undeclared identifier 's_tile_to_draw' (nw) AJR2019-11-061-1/+0
* Removed now-unused static debug var from snes_ppu, nw MooglyGuy2019-11-061-2/+0
* remove some stray debug logging from snes_ppu and correct the license on the ... MooglyGuy2019-11-061-25/+2
* -snes_ppu: Fixed Super Mario World sprite blending regression, nw Ryan Holtz2019-11-061-2/+29
* Fix clang error: unused variable 'table_obj_offset' [-Werror,-Wunused-const-v... AJR2019-11-051-12/+0
* -snes_ppu: Ported over more of bsnes's ppu-fast implementation. Fixes many bu... MooglyGuy2019-11-051-637/+366
* -snes_ppu: Fixed doubled-up frames on interlaced games, nw MooglyGuy2019-11-031-1/+2
* -snes_ppu: Fixed rapid vertical scrolling in rexronan and other games. [Ryan ... MooglyGuy2019-11-031-2/+2
* srcclean (nw) Vas Crabb2019-10-261-11/+11
* -screen: Added support for screens that vary horizontal width mid-frame, and ... MooglyGuy2019-10-241-5/+5
* fix Clang compile (nw) arbee2019-10-191-1/+1
* -snes_ppu: Fixed some breakage from the port of bsnes ppu-fast, nw MooglyGuy2019-10-201-25/+17
* -snes_ppu: Fixed background layer drawing based on higan ppu-fast. [byuu, Rya... MooglyGuy2019-10-171-203/+356
* Multiple mispells over a comment (nw) Angelo Salese2019-10-161-1/+1
* -snes: Put debug prints behind a #define, nw MooglyGuy2019-10-161-0/+12
* -snes: The SNES only has 64kbytes of VRAM, not 128kbytes. Fixes graphics in Y... Ryan Holtz2019-10-161-57/+54
* [snes] Run HTOTAL double only if needed AmatCoder2019-09-251-4/+4
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-15/+15
* Fix obvious bugs found by GCC 7.1 (nw) Miodrag Milanovic2017-05-151-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Improvements to rgb_t (nw) AJR2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-127/+127
* Devfind revision phase 2 (nw) AJR2016-08-051-6/+11
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Moved around PAL variable, nw angelosa2016-05-111-3/+6
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* cleanup (nw) Miodrag Milanovic2015-12-261-6/+6
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-12/+12
* clang-modernize part 6 Miodrag Milanovic2015-12-041-24/+24
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2949