summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
...
* New working clones Ivan Vangelista2024-11-101-0/+1
* New working clones Ivan Vangelista2024-11-071-0/+1
* bookkeeping: don't increment coin counter at power-on when initial counter_w ... hap2024-10-312-13/+43
* emu/schedule.cpp: Mark one path as EXPECTED AJR2024-10-301-1/+1
* emu/input.cpp: Guard against automatic integer promotion on arithmetic. Vas Crabb2024-10-281-49/+53
* dirtc: Devirtualize set_current_time, cleaning up misuse AJR2024-10-251-1/+1
* Added a new modular JVS framework smf-2024-10-251-0/+14
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-35/+28
* hooked igs_m027_023vid.cpp to PGM video system (made 023 video a device) - ga... mamehaze2024-10-161-0/+1
* addrmap: Allow ioport finders in portr/w/rw Olivier Galibert2024-10-131-0/+24
* emu/ioport.cpp: Improved validation of DIP switch locations. Vas Crabb2024-10-053-57/+70
* ioport.h: Preemptive srcclean AJR2024-10-041-1/+1
* ioport: Add piano keyboard definitions and automatic names Olivier Galibert2024-10-042-0/+125
* -homebrew/linux4004.cpp: Emulated Linux/4004 board. Vas Crabb2024-10-042-46/+20
* emu/debug, osd/modules/debugger/qt: Clean up #includes a bit AJR2024-09-3012-15/+12
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-277-16/+16
* -emu/render.cpp: Always translate coordinates if container is found (fixes Gi... Vas Crabb2024-09-271-14/+7
* emu/diserial.cpp: Improved stop bit handling (fixes #12762). (#12770) Colin Leroy-Mira2024-09-232-7/+19
* srcclean in preparation for 0.270 release branch. Vas Crabb2024-09-221-11/+11
* igs/igs_m027xa.cpp: Hooked up proper inputs, lamps and layout for Triple Feve... Vas Crabb2024-09-202-0/+2
* diexec: Remove vestigial execute_burn override AJR2024-09-182-13/+0
* diexec: remove vestigal execute_input_lines() hap2024-09-182-13/+0
* emumem: add support for passing mem_mask parameter on 8-bit handlers hap2024-09-162-1/+22
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-161-4/+0
* natkeyboard.cpp: Convert more string posting methods to std::string_view AJR2024-09-142-77/+49
* -igs/igs_m027.cpp: Hooked up I/O for Fruit Paradise and added layout for (Oce... Vas Crabb2024-09-101-5/+4
* smc777: Correct master XTAL frequency; add undumped 8041A to configuration AJR2024-09-071-1/+1
* z80: use LOGMASKED instead of a macro for each log type, hap2024-09-021-0/+1
* xtal: small correction to indentation (IIRC srcclean in the past did that) hap2024-08-251-11/+11
* xtal: c++ style comments, remove list of xtals that could be purchased via di... hap2024-08-251-822/+456
* segas32: multi 32 master clock is 32MHz [Guru], hap2024-08-251-1/+1
* xtal: add 32.2159_MHz_XTAL hap2024-08-251-1/+2
* emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (... dave-br2024-08-242-21/+23
* memory_view: fix possible nullptr crash, add exists() getter hap2024-08-152-12/+16
* ioport: offset analog value by half a step because of rounding issue when cro... hap2024-07-291-125/+126
* Updated "CPU Tester" sample code so it will mostly build and work again. Vas Crabb2024-07-061-40/+56
* emu/rendersw.hxx: Don't use class template deduction with large initialiser l... Vas Crabb2024-07-041-1/+4
* emu/rendersw.hxx: Appease complilers that don't believe in constexpr trigonom... Vas Crabb2024-07-041-2/+2
* -machine/genpc.h: Connect iochrdy properly. Also don't forward the same thin... Vas Crabb2024-07-041-11/+6
* emupal: add decoder for xxxxxBBBxGGGxRRR format, hap2024-06-302-0/+8
* Cleaned up various stuff. Vas Crabb2024-06-302-6/+8
* rendersw: Generate cosine table at compile time (#12513) FlykeSpice2024-06-291-7/+10
* atlus/cave.cpp: used actual resonator valure for the Oki on donpachi and some... Ivan Vangelista2024-06-291-0/+1
* New systems marked not working Ivan Vangelista2024-06-241-0/+1
* devcpu: fix possible time travel issue in defer_access, hap2024-06-111-1/+2
* -gaelco/mastboy.cpp: Cleanups (#12457) cam9002024-06-102-0/+8
* sega/segac2.cpp: Addition of Print Club V3; some minor changes for the other ... Hatsune Mike2024-06-051-0/+1
* drivenum.cpp: fix undefined behavior in find_approximate_matches (#12441) Roman Donchenko2024-06-051-3/+3
* debug: fix MT#08870, debugger tracesym regression Patrick Mackinlay2024-06-051-1/+2
* emucore.h: fix build error on VC++ (#12383) Roman Donchenko2024-06-031-1/+1