summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* microtan.cpp: Swap a couple of default key mappings to better reflect layout. Vas Crabb2020-09-271-2/+2
* Disable SOUND_DEBUG for non-debug builds, and srcclean Vas Crabb2020-09-2767-613/+617
* omti8621: Add as standard 16-bit ISA device AJR2020-09-263-2/+13
* nforcepc/xbox: set values for various configuration space pci registers yz70s2020-09-265-28/+115
* omti8621: Reimplement FDC rate selection AJR2020-09-261-2/+5
* mbee: marked mbee as MNW, because the keyboard broke a few months ago. Robbbert2020-09-271-1/+1
* Changed some sound devices back to using std::unique_ptr<T []> for Vas Crabb2020-09-279-41/+41
* x1: various keyboard fixes Robbbert2020-09-261-178/+125
* seibuspi: allow recovery if MAME is exited during the initial flash process [... arbee2020-09-262-0/+14
* vixen: various natural key fixes Robbbert2020-09-261-30/+30
* vidbrain: added function keys as natural keys; added notes. Robbbert2020-09-261-4/+19
* nmk16.cpp: removed unintendedly committed line Ivan Vangelista2020-09-261-1/+0
* nmk16.cpp: dumped mask ROMs for tdragon3h [hammy] Ivan Vangelista2020-09-262-22/+38
* tmc600: a few natural keyboard corrections. Robbbert2020-09-261-7/+7
* Add abs, bit, s8, s16, s32 functions to debugger AJR2020-09-252-9/+72
* ymf271: Modernize save state registration; allow disabling of side effects fo... AJR2020-09-251-60/+55
* netlist: minor code cleanup. couriersud2020-09-2518-111/+131
* mc6845: Fix off-by-one error in calculating bottom of DE window AJR2020-09-251-1/+1
* d6800: cleaned up keyboard code Robbbert2020-09-261-25/+7
* ti85: fixed typo Robbbert2020-09-261-1/+1
* spc1000: added directional natural keys Robbbert2020-09-261-5/+7
* imd_dsk: Fix bug when changing IMD image [lfantoniosi] (#7289) lfantoniosi2020-09-251-0/+6
* sbc6510: added lowercase natural keys Robbbert2020-09-261-30/+32
* pgm2.cpp measured common resolution refresh rate [ekorz] MetalliC2020-09-251-1/+1
* aristmk4.cpp: corrected ROM labels for fhunter and fhuntera [Heihachi_73] Ivan Vangelista2020-09-252-19/+21
* d6800: fixed duplicate keys in Input(this machine) and added key labels. Robbbert2020-09-261-55/+39
* jr100: added [@] natural keys; turned down the volume. Robbbert2020-09-251-4/+4
* d6800: The design of this system makes it impossible for paste to work, so re... Robbbert2020-09-251-33/+34
* osi: added notes and a few extra natural keys Robbbert2020-09-251-26/+29
* Fix MT07756 (ROM sets incorrectly being reported as missing) by partially rev... Vas Crabb2020-09-255-28/+37
* psion5mx: added/corrected some natural keys. Robbbert2020-09-251-27/+27
* bus/bbc/1mhzbus: Added the Acorn Music 500, Hybrid Music 5000 Synthesiser, Hy... Nigel Barnes2020-09-253-6/+602
* pcw: added missing @ key Robbbert2020-09-251-3/+3
* sound: Fix assertion when loading save state from command line. Aaron Giles2020-09-241-2/+2
* es5503 updates: [R. Belmont] arbee2020-09-242-8/+16
* Merge pull request #7288 from DavidHaywood/240920_2 ajrhacker2020-09-243-18/+34
|\
| * small quality of life fixes DavidHaywood2020-09-243-18/+34
* | okim9810: Make address space big-endian AJR2020-09-241-1/+1
|/
* machines promoted to WORKING (Plug and Play, vgtablet) (#7285) David Haywood2020-09-243-41/+44
* informer_213.cpp: Fix clang error: explicitly assigning value of variable of ... AJR2020-09-241-1/+1
* fix build MetalliC2020-09-241-1/+1
* Fix Bondwell 2 machine (#7284) lfantoniosi2020-09-242-11/+16
* t11: Disassembly updates AJR2020-09-241-20/+29
* pc8001: fixed a few natural keys Robbbert2020-09-251-15/+15
* netlist: Fixed a couple of issues with various compilers. couriersud2020-09-246-3/+25
* netlist: make pstring length/size use consistent. couriersud2020-09-246-16/+33
* netlist: clearly identify void * casts. couriersud2020-09-244-5/+9
* netlist: Fix 128 bit integer support. couriersud2020-09-245-20/+32
* netlist: Improve queue handling documentation in code. couriersud2020-09-243-4/+44
* netlist: code refactoring couriersud2020-09-2427-203/+194