| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 1 | -145/+116 |
* | drivers starting with s: removed read* and write* macros (nw) |  Ivan Vangelista | 2020-06-15 | 1 | -6/+6 |
* | Revert "Allow 16bpp gfxdecode (#5167)" |  R. Belmont | 2019-07-19 | 1 | -8/+8 |
* | Allow 16bpp gfxdecode (#5167) |  cam900 | 2019-07-18 | 1 | -8/+8 |
* | drawgfx.cpp : Updates |  cam900 | 2019-06-04 | 1 | -29/+19 |
* | stvvdp2.cpp: obvious disclaimer for this too (nw) |  Angelo Salese | 2019-05-27 | 1 | -0/+5 |
* | stvvdp2.cpp : Updates (#5082) |  cam900 | 2019-05-20 | 1 | -183/+129 |
* | make rectangle work better with constexpr, change many things to use designat... |  Vas Crabb | 2018-07-28 | 1 | -89/+87 |
* | Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... |  AJR | 2018-06-24 | 1 | -3/+3 |
* | srcclean (nw) |  Vas Crabb | 2018-05-27 | 1 | -17/+17 |
* | Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... |  Vas Crabb | 2018-05-16 | 1 | -18/+18 |
* | - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... |  MooglyGuy | 2018-05-16 | 1 | -18/+18 |
* | stvvdp2.cpp: fixed potential bug with window Y sizes when double density inte... |  angelosa | 2018-05-03 | 1 | -5/+5 |
* | stvvdp1.cpp: disable transmask code for mode 2 sprites, fix Sasissu racing st... |  angelosa | 2018-05-02 | 1 | -2/+4 |
* | stvvdp1.cpp: fix transparent sprite shadows (Pretty Fighter X, Game Tengoku) ... |  angelosa | 2018-05-02 | 1 | -1/+10 |
* | stvvdp2.cpp: implemented vertical cell scroll (Sonic Jam) [Angelo Salese] |  angelosa | 2018-05-02 | 1 | -5/+69 |
* | stvvdp2.cpp: don't repeat ROZ when screen over process is equal to 1, fixes D... |  angelosa | 2018-05-01 | 1 | -2/+5 |
* | stvvdp2.cpp: ROZ fixes for Radiant SilverGun Xiga stage: [Angelo Salese] |  angelosa | 2018-05-01 | 1 | -76/+113 |
* | stvvdp2.cpp: disable ROZ optimization if mode is either 2 or 3, fixes at leas... |  angelosa | 2018-04-26 | 1 | -1/+2 |
* | srcclean (nw) |  Vas Crabb | 2018-04-22 | 1 | -13/+13 |
* | stvvdp2.cpp: fix RBG0 cache map range, fixes Head On graphics update in Sega ... |  angelosa | 2018-04-20 | 1 | -2/+8 |
* | stvvdp2.cpp: ROZ windows applies per screen output not per bitmap, fixes at l... |  angelosa | 2018-04-19 | 1 | -15/+63 |
* | stvvdp2.cpp: fixed regression with Cotton 2 backgrounds in stage 2 onward (en... |  angelosa | 2018-04-10 | 1 | -1/+14 |
* | stvvdp2.cpp: Remove first_screen (nw) |  AJR | 2018-03-08 | 1 | -13/+11 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -4/+4 |
* | srcclean and regenerate localisations (nw) |  Vas Crabb | 2018-01-28 | 1 | -1/+1 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -1/+1 |
* | stvvdp1.cpp: fixed mode 2 transparent pen sprites for Scud: the Disposable As... |  angelosa | 2018-01-07 | 1 | -5/+13 |
* | MT #04366 & #02084, also fix brk in h6280 (nw) |  angelosa | 2017-10-28 | 1 | -2/+4 |
* | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -1/+1 |
* | stv.cpp: batmanfr input labels (nw) |  angelosa | 2017-10-10 | 1 | -1/+1 |
* | stvvdp2.cpp: added ROZ mode 3, fixes split screen in Sasissu and backgrounds ... |  angelosa | 2017-10-10 | 1 | -1/+52 |
* | MT #06697 or: How I Learned to Stop Worrying and Love the Odd bit (nw) |  angelosa | 2017-10-07 | 1 | -11/+7 |
* | srcclean (nw) |  Vas Crabb | 2017-04-23 | 1 | -2/+2 |
* | Workaround for finlarch/sasissu/magzun ODD bit regression. (nw) |  angelosa | 2017-04-12 | 1 | -4/+10 |
* | Fixed MT #2159 thanks to MASH input (nw) |  angelosa | 2017-03-17 | 1 | -2/+3 |
* | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -4/+4 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -5/+9 |
* | srcclean (nw) |  Vas Crabb | 2016-11-27 | 1 | -6/+6 |
* | Revert "moved debugger_access() from address space to machine & removed the a... |  Vas Crabb | 2016-11-21 | 1 | -4/+4 |
* | moved debugger_access() from address space to machine & removed the anti-patt... |  smf- | 2016-11-19 | 1 | -4/+4 |
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -2/+2 |
* | Nuke debug message (nw) |  angelosa | 2016-11-08 | 1 | -3/+2 |
* | saturn.cpp: Added Rotation Parameter read control register, fixes at least Ri... |  angelosa | 2016-11-08 | 1 | -0/+30 |
* | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -1/+1 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -153/+153 |
* | saturn and stv split (nw) |  Miodrag Milanovic | 2016-05-01 | 1 | -1/+1 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -3/+3 |
* | auto_alloc_array_clear -> make_unique_clear (nw) |  Miodrag Milanovic | 2015-12-19 | 1 | -8/+8 |
* | removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... |  Miodrag Milanovic | 2015-12-17 | 1 | -17/+17 |