summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* ksys573.cpp: fixed MT07989 Ivan Vangelista2021-05-292-3/+3
* fwheel.cpp: corrected XTAL value for the main PCB Ivan Vangelista2021-05-291-5/+5
* New machines marked as NOT_WORKING Ivan Vangelista2021-05-296-57/+272
* mbee_cass.xml: Added note about file types. Marked mbeepp roms as bad dumps. Robbbert2021-05-291-2/+2
* New NOT_WORKING clone (#8108) ClawGrip2021-05-292-6/+31
* hd63450: add linked array chaining cracyc2021-05-282-2/+13
* x68k: fill screen with color 0 if pcg disabled and make text color 0 transpar... cracyc2021-05-281-2/+2
* x68k: fix 512 line double scan modes cracyc2021-05-283-85/+78
* midiin: Add support for providing a .mid file as input Aaron Giles2021-05-272-20/+467
* Remove leftover debug code Olivier Galibert2021-05-271-3/+0
* slapstic: alt4 must be done with /cs Olivier Galibert2021-05-272-1/+7
* tsamurai.cpp: added dip-switch locations [Guru] Ivan Vangelista2021-05-271-38/+38
* psr60: Figured out more YM2154 including start/end and more realistic timer c... Aaron Giles2021-05-271-18/+30
* phoenix.cpp: Fix "G.G.I. Corporation" Phoenix set names (#8103) ClawGrip2021-05-271-41/+41
* canon_s80: remove "Canon" prefix from fullname for canons80 as well hap2021-05-271-4/+4
* deco32.cpp: documented how to enter gun calibration screen for lockload and c... Ivan Vangelista2021-05-271-0/+4
* psr60: Document/flesh in the YM2154 rompler and the DRVIF chip. Rhythms now t... Aaron Giles2021-05-271-118/+287
* floppy_image_format_t: Turn all the methods that can be static into static me... Olivier Galibert2021-05-272-61/+61
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-279-73/+30
* x68k_crtc: fix visarea cracyc2021-05-261-13/+3
* Add internal layout for PSR-70 Aaron Giles2021-05-263-31/+1038
* alg.cpp: Fix company name, it's "Picmatic", not "Web Picmatic" (#8102) ClawGrip2021-05-262-16/+16
* fmtowns: clamp the sprites to the sprite coordinate space rather than the lay... cracyc2021-05-261-9/+3
* Better fix for vt_dsk.h header name clash AJR2021-05-263-10/+10
* formats/vt_dsk.cpp: Fix clang error: unused variable 'floppyoptions_vz' [-Wer... AJR2021-05-261-1/+1
* Copy/paste fix Olivier Galibert2021-05-261-1/+1
* jackal.cpp: avoided allocating memory in ROM regions, general cleanups. Needs... Ivan Vangelista2021-05-263-243/+184
* combatsc.cpp: converted to sublasses, views and (array of) finders Ivan Vangelista2021-05-263-425/+432
* flux viewer switched on by mistake Olivier Galibert2021-05-261-1/+1
* vtech: Add floppy formats and fs Olivier Galibert2021-05-2611-5/+964
* 315_5124.cpp: Fix color in SMS1 VDP(315-5124), Add hardware notes (#7855) cam9002021-05-261-18/+21
* including optional is not optional when optional is used Olivier Galibert2021-05-261-0/+1
* views: Allow to know the currently selected entry Olivier Galibert2021-05-261-0/+2
* saitek_osa maestro: latest official version for default 'bios' hap2021-05-261-6/+10
* coco: fix disabling of joysticks (MT #7475) (#8099) tim lindner2021-05-262-6/+62
* CoCo Speech/Sound Pak: fix noise on reset (#8098) tim lindner2021-05-262-26/+22
* psr60: Use output finders. Implement keys as a matrix. Add psr70 mappings as ... Aaron Giles2021-05-261-35/+157
* psr60: Add internal layout. Hook up LEDs and buttons. Aaron Giles2021-05-252-3/+1209
* canon_s80.cpp: Add the space bar AJR2021-05-251-1/+1
* canon_s80.cpp: Further key identification AJR2021-05-251-18/+27
* canon_s80.cpp: Add preliminary keyboard AJR2021-05-251-3/+113
* taitotz: Add controls for dendego3. Ville Linde2021-05-251-3/+54
* Machines promoted to working Aaron Giles2021-05-251-1/+1
* floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed Olivier Galibert2021-05-253-3/+31
* Merge remote-tracking branch 'mainline/release0232' into mainline-master Vas Crabb2021-05-262-3/+3
|\
| * Clean up metadata Vas Crabb2021-05-262-3/+3
| * swim: Fixed bugs linked to device selection Olivier Galibert2021-05-253-4/+11
| * fmtowns: fix sprite gaps cracyc2021-05-251-8/+8
| * use derived classes for Namco System 2 sprites, give Final Lap its own based ... David Haywood2021-05-245-60/+116
* | floppy.cpp: Disable new code when FLUX_SCREEN is #defined as 0 (and thereby w... AJR2021-05-251-27/+34