summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/advanced
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-11-02 18:19:53 +0100
committer Ivan Vangelista <mesgnet@yahoo.it>2020-11-02 18:19:53 +0100
commitf19822ee4b8872cce0476575418b25151de61402 (patch)
tree19a4049d2ae8b2a0bab9581d0789b3a91d8bf8f7 /docs/source/advanced
parent349265533d2262b0619a198a465e53782449fce7 (diff)
atarisy1, bfcobra, gts80b, hp48, hyhoo, jpmsys5, malzak, system16, tecmosys, tmnt: initialized some variables that were causing crashes in drvnoclear builds
Diffstat (limited to 'docs/source/advanced')
0 files changed, 0 insertions, 0 deletions
mit/src/devices/sound/namco_163.h?id=b38ffb6bff20044d368fcde3f3bfdd00ae905f22&follow=1'>Changed some sound devices back to using std::unique_ptr<T []> for Vas Crabb9-41/+41 things that don't need to change size. Using a std::vector has additional overhead for keeping the size and allocated size, and it means you can inadvertently resize it. Also, if you register one for save state then cause it to reallocate, very bad things happen. Fixed some mixed tab/space indents in sound/mm5837.h Changed namco_163.cpp to have registers as an array in the device, since there aren't many of them, and also restored zeroing them on start. 2020-09-26x1: various keyboard fixes Robbbert1-178/+125 - added support for capslock and control - default to lowercase like real machine - fixed Z not shifting - fixed missing natural keys 2020-09-26seibuspi: allow recovery if MAME is exited during the initial flash process ↵ arbee2-0/+14 [R. Belmont] 2020-09-26vixen: various natural key fixes Robbbert1-30/+30 2020-09-26vidbrain: added function keys as natural keys; added notes. Robbbert1-4/+19 2020-09-26nmk16.cpp: removed unintendedly committed line Ivan Vangelista1-1/+0 2020-09-26nmk16.cpp: dumped mask ROMs for tdragon3h [hammy] Ivan Vangelista2-22/+38 2020-09-26tmc600: a few natural keyboard corrections. Robbbert1-7/+7 2020-09-25Add abs, bit, s8, s16, s32 functions to debugger AJR2-9/+72 2020-09-25ymf271: Modernize save state registration; allow disabling of side effects ↵ AJR1-60/+55 for reading 2020-09-25netlist: minor code cleanup. couriersud18-111/+131 * a number of minor fixes leading to an increase of 570% to 588% on pongf. * admittedly micro optimization. * Includes some comments why certain decisions have been taken. 2020-09-25mc6845: Fix off-by-one error in calculating bottom of DE window AJR1-1/+1 2020-09-26d6800: cleaned up keyboard code Robbbert1-25/+7 2020-09-26ti85: fixed typo Robbbert1-1/+1 2020-09-26spc1000: added directional natural keys Robbbert1-5/+7 2020-09-25imd_dsk: Fix bug when changing IMD image [lfantoniosi] (#7289) lfantoniosi1-0/+6 * Fix bug when changing IMD image These arrays weren't zeroed when changing a IMD disk for saving. 2020-09-26sbc6510: added lowercase natural keys Robbbert1-30/+32 2020-09-25pgm2.cpp measured common resolution refresh rate [ekorz] MetalliC1-1/+1 2020-09-25aristmk4.cpp: corrected ROM labels for fhunter and fhuntera [Heihachi_73] Ivan Vangelista2-19/+21 astrof.cpp: added manufacturer for sstarbtl bootleg 2020-09-26d6800: fixed duplicate keys in Input(this machine) and added key labels. Robbbert1-55/+39 2020-09-25jr100: added [@] natural keys; turned down the volume. Robbbert1-4/+4 2020-09-25d6800: The design of this system makes it impossible for paste to work, so ↵ Robbbert1-33/+34 removed the definitions. 2020-09-25osi: added notes and a few extra natural keys Robbbert1-26/+29 2020-09-25Fix MT07756 (ROM sets incorrectly being reported as missing) by partially ↵ Vas Crabb5-28/+37 reverting 44416bee2d3b14dabc32df064f93af5b6bb740c0. Also some random minor cleanup. 2020-09-25bbc_flop_hybrid.xml:383 : Validation error. Robbbert1-1/+1 2020-09-25psion5mx: added/corrected some natural keys. Robbbert1-27/+27