summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/advanced/shiftertoggle.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/advanced/shiftertoggle.rst')
0 files changed, 0 insertions, 0 deletions
cart angelosa2023-06-211-1/+1 * harddriv, racedrivc: swap coin inputs, hap2023-06-213-160/+164 * emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-1712-66/+17 * bus/a800: modernize cart slot interface (#10528) Angelo Salese2023-06-124-354/+193 * emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-121-1/+1 * avengers: dumped protection mcu [Caps0ff, Phil Bennett] hap2023-06-091-5/+12 * missile: add addressmap via bankdev hap2023-06-061-303/+196 * missile: use ioport_array hap2023-06-061-26/+14 * missile: correct irq timing hap2023-06-061-18/+21 * New working clones Ivan Vangelista2023-06-061-24/+128 * missile: add debugger side effects check hap2023-06-051-74/+70 * atari/atarist.cpp: (ste) don't segfault immediately when starting (#11296) ksherlock2023-05-311-1/+4 * emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0176-312/+312 * atari/st: add mouse buttons ksherlock2023-05-242-3/+16 * Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-2310-146/+137 * Add missing ST keycodes (#11229) ksherlock2023-05-191-15/+15 * atari/cloak.cpp, atari/cloud9.cpp, atari/copsnrob.cpp: consolidated drivers i... Ivan Vangelista2023-05-1911-1096/+1017 * - hash/kpython2.xml: updated the cdrom references to dvdrom (interface, diska... Ivan Vangelista2023-05-188-738/+713 * atari/eprom.cpp, atari/firetrk.cpp: consolidated drivers in single files Ivan Vangelista2023-05-168-1470/+1491 * atari/foodf.cpp: consolidated driver in single file Ivan Vangelista2023-05-153-273/+254 * dragrace: Add raw parameters for screen and correct IRQ timing AJR2023-05-142-4/+24 * atari/gauntlet.cpp, atari/jedi.cpp: consolidated drivers in single files Ivan Vangelista2023-05-117-1227/+1151 * atari/atarigt.cpp: Deal with 'temporary' INPUT_PORT_OVERRIDE_FULLY_NUKES_PREV... Vas Crabb2023-05-121-0/+2 * atari/atarigt.cpp: Added input definitions for newest version of Primal Rage.... halcyon002023-05-121-9/+19 * image: Executive decision: disk regions used the owner name (e.g., no :image) Olivier Galibert2023-05-092-13/+13 * - atari/mhavoc.cpp: consolidated driver in single file Ivan Vangelista2023-05-083-600/+650 * atari/bzone.cpp, skeleton/bolsaint.cpp: Updated comments. (#11186) ClawGrip2023-05-071-1/+4 * chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-042-12/+8 * maxaflex: add pwm_display for 7segs hap2023-05-021-73/+77 * New working systems hap2023-04-191-14/+14 * Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-085-29/+22 * m68000: some variables were missing from savestate/zerofill hap2023-04-031-1/+1 * leapfrog: Less redundancy in source file names. Vas Crabb2023-04-021-12/+7 * atari/atarigt.cpp: fix MT#07146