summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/snes.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* drivers starting with t, u, v, w, x: more macro removal + some others (nw) Ivan Vangelista2020-06-041-12/+12
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-2/+2
* Split S-SMP and S-DSP implement in snes_snd.cpp (#6417) cam9002020-04-041-9/+9
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-2/+2
* -snes: Back out erroneous change from machine/snes.cpp, it fixes the text box... mooglyguy2020-03-151-1/+1
* -sa1: Fixed type-1 character conversion. [Ryan Holtz] mooglyguy2020-03-151-1/+1
* -snes_ppu: Converted OAM code from bsnes ppu-fast, nw MooglyGuy2019-11-141-9/+2
* -snes: Fixed off-by-one-line graphical glitches in some games, nw MooglyGuy2019-11-031-1/+1
* -screen: Added support for screens that vary horizontal width mid-frame, and ... MooglyGuy2019-10-241-2/+2
* -snes: Adjusted HBlank timing interval to the most common case. Fixes off-by-... MooglyGuy2019-10-171-1/+1
* [snes] Run HTOTAL double only if needed AmatCoder2019-09-251-7/+5
* (nw) misc cleanup: Vas Crabb2019-09-201-1/+1
* snes.cpp: Do not update HDMA if enabled channels are the same (#5602) [AmatCo... AmatCoder2019-09-081-1/+1
* snes_snd.cpp : Updates (#4868) cam9002019-04-091-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-5/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+5
* bus/gameboy, bus/snes: Simplify read/write handlers (nw) AJR2019-03-091-5/+0
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* Checkpoint... (nw) Olivier Galibert2018-01-031-23/+28
* Time to get out of mame/drivers and tackle the easy ones (nw) Olivier Galibert2018-01-021-11/+11
* space.machine -> machine (nw) Olivier Galibert2017-12-141-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-30/+28
* cleanup of TRUE/FALSE in mame section (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-36/+36
* Moved around PAL variable, nw angelosa2016-05-111-6/+0
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-2/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-041-10/+10
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1549