summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* fmtowns: make the timer actually run cracyc2021-06-191-0/+3
* phoenix.cpp, tattack.cpp: added placeholders for missing Epson 7910 dumps Ivan Vangelista2021-06-192-0/+6
* galaxian_rockclim.cpp: demoted to imperfect sound due to missing melody chip ... Ivan Vangelista2021-06-191-2/+5
* New working clones Ivan Vangelista2021-06-192-12/+44
* apple2e: PAL/SECAM models now have the correct CPU speed. [R. Belmont] arbee2021-06-181-0/+7
* fmtowns: slightly change sprite timing and status bits and fix layer offset cracyc2021-06-182-23/+27
* another comment fix (space in filename) Scott Stone2021-06-181-2/+2
* assorted comment fixes related to missing/bad dumps Scott Stone2021-06-182-3/+2
* re-enable SHARC recompiler for Gradius 4 Ville Linde2021-06-184-3/+22
* juicebox additions [David Haywood, Sean Riddle] (#8146) David Haywood2021-06-181-52/+57
* taitosj - add a postload so that savestates work (#8196) David Haywood2021-06-182-0/+8
* nwk-tr: combine CG boards into single screen alternate frame rendering Ville Linde2021-06-181-15/+23
* apple2: some correctness improvements to the Mockingboard support. [R. Belmont] arbee2021-06-172-37/+121
* apple2e: Always allow writing to cards in slots 1-3, matches our previous beh... arbee2021-06-171-4/+4
* sharc: Cycle-based DMA. Added support for write stalling. Ville Linde2021-06-176-30/+172
* mc10.cpp: Converted expansion port to slot device and removed fake machines. ... tim lindner2021-06-1710-312/+1053
* rx78: fixed regression when there's no cart in. Robbbert2021-06-171-3/+5
* stv.cpp: added preliminary 7-seg led support for critcrsh Ivan Vangelista2021-06-164-18/+75
* sf2049: remove bogus button4 hap2021-06-162-8/+7
* vectrex: updated comment Robbbert2021-06-161-1/+1
* pc_vga: updated comment Robbbert2021-06-161-3/+3
* apple3: Support for the Titan "/// Plus II" Apple II emulation card. [R. Belm... arbee2021-06-155-30/+422
* Added galaxian_rockclim to arcade.flt Robbbert2021-06-161-0/+1
* pofo.cpp: Atari Portfolio fixes and improvements. (#8191) Jaen2021-06-162-18/+45
* pofo.cpp: Converted keyboard to device. (#8192) Jaen2021-06-163-182/+193
* psikyo.cpp: Banpresto was the distributor for Sengoku Ace (#8190) cam9002021-06-151-21/+21
* rx78: fixed text in senemy. Robbbert2021-06-151-5/+10
* mitchell.cpp: added dip switch to some pang bootlegs Ivan Vangelista2021-06-151-3/+33
* mitchell.cpp: fixed MT08007 Ivan Vangelista2021-06-152-34/+32
* hd6120: Prevent PEX from changing AC AJR2021-06-141-0/+1
* decmate2: Add final revision of boot ROMs [Vince Slyngstad] AJR2021-06-141-11/+12
* New working machine added (#8189) algestam2021-06-142-0/+70
* remove printfs Ville Linde2021-06-141-2/+0
* k037122: added tilemap origin Ville Linde2021-06-141-7/+13
* bus/coco/coco_wpk: Fix duplicate short name. Nigel Barnes2021-06-141-1/+1
* bus/coco: Added the Dragon MSX 2+, The Dragon's Claw, Peaksoft Prestel, and C... Nigel Barnes2021-06-1415-90/+1273
* pasha2.cpp: Minor cleanups. (#8136) cam9002021-06-141-80/+63
* Reworked rockclim driver to be based on galaxian.cpp (was in galaxold.cpp). (... David Haywood2021-06-145-249/+301
* osd/eigcc.h: Fix 32-bit gcc/clang builds. Vas Crabb2021-06-141-4/+8
* pcxt: patch program bug cracyc2021-06-131-1/+8
* rx78: added irq control - fixes most remaining bugs. Robbbert2021-06-141-7/+48
* voodoo: fix Hornet games POST crash Ville Linde2021-06-131-2/+2
* Merge branch 'master' of https://github.com/mamedev/mame Ville Linde2021-06-131-1/+3
|\
| * rendlay.cpp: Fix assertion failure with -D_GLIBCXX_ASSERTIONS AJR2021-06-131-1/+3
* | hornet: clear interrupts on sound cpu reset Ville Linde2021-06-131-9/+23
|/
* pcxt: fix tetriskr drawing and add sound cracyc2021-06-131-18/+18
* k037122: remove item from todo list hap2021-06-132-13/+12
* - dynadice.cpp: fixed sound regression Ivan Vangelista2021-06-133-3/+4
* Update default button assignments on Quartet to match control panel (jump but... Steven Coomber2021-06-131-8/+8
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-1342-122/+456