| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove a few outdated references to MESS |  Dirk Best | 2021-12-02 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -11/+7 |
* | snes_ppu: Coverity 316154 |  Robbbert | 2021-02-14 | 1 | -12/+3 |
* | snes_ppu.cpp: Use device_palette_interface for Palette handling (#7375) |  cam900 | 2020-10-26 | 1 | -44/+50 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -7/+7 |
* | drivers starting with p, q, r and s: some macro removal (nw) |  Ivan Vangelista | 2020-06-03 | 1 | -2/+2 |
* | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 1 | -2/+2 |
* | src/devices: simplified some handlers (nw) |  Ivan Vangelista | 2020-03-11 | 1 | -19/+19 |
* | snes_ppu.cpp: reduce the number of save registrations by over a thousand (nw) |  Vas Crabb | 2019-12-11 | 1 | -43/+34 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 1 | -8/+8 |
* | -snes_ppu: Converted OAM code from bsnes ppu-fast, nw |  MooglyGuy | 2019-11-14 | 1 | -554/+282 |
* | Fix clang error: use of undeclared identifier 's_tile_to_draw' (nw) |  AJR | 2019-11-06 | 1 | -1/+0 |
* | Removed now-unused static debug var from snes_ppu, nw |  MooglyGuy | 2019-11-06 | 1 | -2/+0 |
* | remove some stray debug logging from snes_ppu and correct the license on the ... |  MooglyGuy | 2019-11-06 | 1 | -25/+2 |
* | -snes_ppu: Fixed Super Mario World sprite blending regression, nw |  Ryan Holtz | 2019-11-06 | 1 | -2/+29 |
* | Fix clang error: unused variable 'table_obj_offset' [-Werror,-Wunused-const-v... |  AJR | 2019-11-05 | 1 | -12/+0 |
* | -snes_ppu: Ported over more of bsnes's ppu-fast implementation. Fixes many bu... |  MooglyGuy | 2019-11-05 | 1 | -637/+366 |
* | -snes_ppu: Fixed doubled-up frames on interlaced games, nw |  MooglyGuy | 2019-11-03 | 1 | -1/+2 |
* | -snes_ppu: Fixed rapid vertical scrolling in rexronan and other games. [Ryan ... |  MooglyGuy | 2019-11-03 | 1 | -2/+2 |
* | srcclean (nw) |  Vas Crabb | 2019-10-26 | 1 | -11/+11 |
* | -screen: Added support for screens that vary horizontal width mid-frame, and ... |  MooglyGuy | 2019-10-24 | 1 | -5/+5 |
* | fix Clang compile (nw) |  arbee | 2019-10-19 | 1 | -1/+1 |
* | -snes_ppu: Fixed some breakage from the port of bsnes ppu-fast, nw |  MooglyGuy | 2019-10-20 | 1 | -25/+17 |
* | -snes_ppu: Fixed background layer drawing based on higan ppu-fast. [byuu, Rya... |  MooglyGuy | 2019-10-17 | 1 | -203/+356 |
* | Multiple mispells over a comment (nw) |  Angelo Salese | 2019-10-16 | 1 | -1/+1 |
* | -snes: Put debug prints behind a #define, nw |  MooglyGuy | 2019-10-16 | 1 | -0/+12 |
* | -snes: The SNES only has 64kbytes of VRAM, not 128kbytes. Fixes graphics in Y... |  Ryan Holtz | 2019-10-16 | 1 | -57/+54 |
* | [snes] Run HTOTAL double only if needed |  AmatCoder | 2019-09-25 | 1 | -4/+4 |
* | Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) |  AJR | 2018-11-05 | 1 | -1/+1 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 1 | -3/+3 |
* | Privatize m_screen and other variables of device_video_interface (nw) |  AJR | 2018-01-05 | 1 | -15/+15 |
* | Fix obvious bugs found by GCC 7.1 (nw) |  Miodrag Milanovic | 2017-05-15 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -9/+9 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
* | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -127/+127 |
* | Devfind revision phase 2 (nw) |  AJR | 2016-08-05 | 1 | -6/+11 |
* | Cleanups and version bumpmame0174 |  Miodrag Milanovic | 2016-05-25 | 1 | -1/+1 |
* | Moved around PAL variable, nw |  angelosa | 2016-05-11 | 1 | -3/+6 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -6/+6 |
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... |  Miodrag Milanovic | 2015-12-17 | 1 | -12/+12 |
* | clang-modernize part 6 |  Miodrag Milanovic | 2015-12-04 | 1 | -24/+24 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+2949 |