summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.253mame0253 Vas Crabb2023-03-301-2/+2
* osd/modules/input/input_dinput.cpp: Adjusted heuristics to work better with n... Vas Crabb2023-03-292-25/+25
* heathkit/h19.cpp: Initialise bell state. Vas Crabb2023-03-291-0/+3
* shuuz: fix trackball regression hap2023-03-272-3/+3
* sega/system16.cpp: fixed typo in ROM definition Ivan Vangelista2023-03-271-1/+1
* vastar_viddev.cpp - better sprite flip handling (#11039) David Haywood2023-03-273-5/+18
* emu/profiler.cpp: Disable assertion that profiler isn't enabled/disabled with... Vas Crabb2023-03-271-1/+2
* amstrad/nc.cpp: Work around incomplete C++17 support in certain GCC versions. Vas Crabb2023-03-271-25/+35
* Drop support for libc++ 6 altogether - it's missing std::unordered_map::extract. Vas Crabb2023-03-271-4/+0
* input/input_dinput.h: Work around inability to have stdcall non-capturing lam... Vas Crabb2023-03-261-4/+8
* hash/oric1_cass.xml: Fixed parent/clone relationship; also, more srcclean. Vas Crabb2023-03-261-1/+1
* orca/vastar_viddev.cpp: Created a device to encapsulate the orca40c.cpp video... David Haywood2023-03-269-611/+459
* oric.cpp, oric1_cass.xml: Added a software list for Oric 1 and Atmos cassette... Erik2023-03-261-9/+7
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-2645-296/+296
* Pacify clang, and more noexcept. Vas Crabb2023-03-264-30/+12
* Various optimisations to code generaton. Vas Crabb2023-03-2637-1613/+596
* abc806: Fix UFD-DOS boot RTC readout. [Curt Coder] Curt Coder2023-03-252-2/+3
* dataeast/dec0.*: Cleaned up code. (#11025) cam9002023-03-264-199/+249
* cpu/nec: Implemented bitfield instructions INS and EXT. Nigel Barnes2023-03-251-2/+45
* New systems marked not working Nigel Barnes2023-03-2511-0/+2901
* isa/hpblp: Cleanups. [R. Belmont, Vas Crabb] arbee2023-03-242-7/+2
* bus/ISA: Added HP82321A BASIC Language coprocessor (#10926) Sven Schnelle2023-03-245-0/+655
* emu/profile.h: Hopefully convince clang that profile scope helpers are import... Vas Crabb2023-03-251-2/+8
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-2562-1225/+1171
* sinclair/tsconf.cpp: Added NeoGS sound card and Kempston mouse. (#11016) holub2023-03-255-21/+321
* abc80x: Set hard disk interface to allow softlist loading to slot in the hard... Curt Coder2023-03-243-3/+6
* ncd17c: Add Boot Prom 2.1.0 [Bitsavers] Dirk Best2023-03-241-6/+11
* c64: Fix CIA1 FLAG handling. [Curt Coder] Curt Coder2023-03-241-6/+17
* apple/pippin.cpp: Update header comment according to the new file name (#11020) ClawGrip2023-03-241-1/+1
* luna_88k: wip Patrick Mackinlay2023-03-241-76/+516
* mc146818: add ds1397 variant Patrick Mackinlay2023-03-242-0/+54
* mc88200: invalidate colliding block address translation cache entries Patrick Mackinlay2023-03-241-0/+12
* MAME Testers bugs fixed Curt Coder2023-03-241-6/+19
* a2600: Remove stray #endif. Curt Coder2023-03-241-1/+0
* sfd1001: Fix typo in ROM name. [Curt Coder] Curt Coder2023-03-241-4/+4
* Remove unnecessary comments, set_perfect_quantum is called in the correspondi... Curt Coder2023-03-244-6/+0
* a2600: Use the new MOS 6532 implementation, since SuperCharger tape loading w... Curt Coder2023-03-241-34/+0
* c64: BusCard II: Use the new MOS 6532 implementation. [Curt Coder] Curt Coder2023-03-242-71/+96
* hd44780: add ks0066f00 variant Patrick Mackinlay2023-03-242-1/+24
* abc80x: Add internal keyboard option for abc800m/c. [Curt Coder] Curt Coder2023-03-243-14/+23
* mpc106: use swapendian_int32. [R. Belmont] arbee2023-03-231-15/+4
* macpci.cpp: rename to pippin.cpp to reflect reality. [R. Belmont] arbee2023-03-232-3/+3
* Remove unused cd90_640_dsk formats (functionally replaced by thom_dsk) AJR2023-03-234-89/+0
* mace.cpp: Fix editing error from 1393404c1f6c74d5a29f779dd62c3ba66b96206f AJR2023-03-231-1/+1
* Various devices: Correct placement of U integer suffix in definitions of shif... AJR2023-03-2321-104/+104
* luaengine.cpp: Try to get around the clang error, attempt two. Vas Crabb2023-03-231-35/+28
* luaengine.cpp: Hopefully fix clang builds. Vas Crabb2023-03-231-0/+1
* Retired the over-stretched "system type" flags. Vas Crabb2023-03-2311-3253/+145
* pci.cpp: add new config read/write functions to support bridges that allow so... arbee2023-03-225-8/+59
* apple2video: Better fix for the previous issue. Now also covers IIgs mono DHR... arbee2023-03-221-1/+1