| Commit message (Expand) | Author | Age | Files | Lines |
| * | virusb: goes all the way to the main programdsp563xx |  Olivier Galibert | 2025-11-01 | 11 | -22880/+33842 |
| * | Ensure all three virus reach 0x100 |  Olivier Galibert | 2025-10-31 | 6 | -22/+32 |
| * | dsp563xx: Implement enough to make the dsp56311 reach the first stage bootloa... |  Olivier Galibert | 2025-10-31 | 11 | -11091/+22941 |
| * | Splitted inputs for Cheri Mondo '97. |  Roberto Fresca | 2025-10-31 | 1 | -2/+14 |
| * | Added Reels Speed DIP switch to sets cmaster97, cmast97a, cmast97b and jpknight. |  Roberto Fresca | 2025-10-31 | 1 | -5/+5 |
| * | Fixed DIP switches polarity and defaults for cmast97, cmast97a and cmast97b. |  Roberto Fresca | 2025-10-31 | 1 | -71/+71 |
| * | Added a new port to handle the Jackpot Knight reels background colors. |  Roberto Fresca | 2025-10-31 | 2 | -22/+35 |
| * | Fixing old commit messages: |  Roberto Fresca | 2025-10-31 | 1 | -0/+1 |
| * | cpu/m68000/mcf5206e.cpp: make it accept external interrupts, fix CPU space (m... |  angelosa | 2025-10-31 | 3 | -152/+203 |
| * | Elaut Megacrane (#14441) |  stonedDiscord | 2025-10-31 | 2 | -0/+154 |
| * | TMS32031: ABSF was mistakenly using ~man instead of -man, causing problems fo... |  codefrog2002 | 2025-10-31 | 1 | -6/+26 |
| * | seta/seta2.cpp: original funcube uses TMP68301 not Coldfire, fix regression |  angelosa | 2025-10-31 | 2 | -30/+21 |
| * | src/devices/cpu/m68000: add basic state viewer for Coldfire |  angelosa | 2025-10-31 | 7 | -107/+523 |
| * | sega/model2: limit microtexture blend factor to 127/256 (#14439) |  Matthew Daniels | 2025-10-31 | 2 | -12/+4 |
| * | Merge tag 'mame0282' into HEAD |  Vas Crabb | 2025-10-31 | 7 | -74/+75 |
| |\ |
|
| | * | Fixed up a pile of stuff and commented out games added without credits. |  Vas Crabb | 2025-10-31 | 16 | -79/+80 |
| | * | snk/hng64_3d.ipp: Fixed vertex ROM range check and moved indexing after check. |  Vas Crabb | 2025-10-27 | 1 | -5/+5 |
| * | | Jackpot Knight improvements: [Roberto Fresca, Grull Osgo] |  Roberto Fresca | 2025-10-31 | 1 | -3/+102 |
| * | | olivetti/att6300p_mmu.cpp: Added a side effects check. |  Vas Crabb | 2025-10-31 | 4 | -25/+27 |
| * | | Cherry Master 97 improvements: [Roberto Fresca, Grull Osgo] |  Roberto Fresca | 2025-10-30 | 2 | -192/+641 |
| * | | igs/pgm3.cpp: Fixed endianness bug - you can't just access a 32-bit ROM regio... |  Vas Crabb | 2025-10-31 | 1 | -8/+12 |
| * | | New clones marked not working |  Ivan Vangelista | 2025-10-30 | 3 | -171/+215 |
| * | | esqpump.cpp: Fix a typo in a comment. (#14437) |  Christian Brunschen | 2025-10-30 | 1 | -1/+1 |
| * | | tvgames/xavix_sound.cpp: Put XaviX sound device in its own file rather than s... |  Vas Crabb | 2025-10-31 | 6 | -448/+469 |
| * | | sound/gt155.cpp, machine/gt913_snd.cpp: fix obvious left channel clamp typo |  angelosa | 2025-10-30 | 2 | -2/+2 |
| * | | nec/pc9821.cpp: read DSW2 and DSW3 from SDIP for pc9821ce |  angelosa | 2025-10-30 | 1 | -2/+15 |
| * | | nec/pc8801.cpp: misc QA notes |  angelosa | 2025-10-30 | 3 | -41/+41 |
| * | | sega/model2_v.cpp: Pre-bind render callback delegates. |  Vas Crabb | 2025-10-31 | 17 | -371/+373 |
| * | | sega/model2: new trilinear implementation, add support for microtextures (#14... |  Matthew Daniels | 2025-10-30 | 5 | -155/+226 |
| * | | emu/device.h: Added more sanity checks to device types. |  Vas Crabb | 2025-10-30 | 1 | -2/+33 |
| * | | Fixed up various broken stuff: |  Vas Crabb | 2025-10-30 | 24 | -146/+143 |
| * | | [Access Virus] Hookup LCD to port 1 bits (#14430) |  Felipe CorrĂȘa da Silva Sanches | 2025-10-29 | 2 | -6/+23 |
| * | | New working clones |  Ivan Vangelista | 2025-10-29 | 4 | -11/+61 |
| * | | bus/pc98_cbus/pc9801_14.cpp: hookup TMS3631 stub |  angelosa | 2025-10-29 | 5 | -15/+175 |
| * | | bus/nscsi/pc8801_30.cpp: fix set audio start position mode 0x80 |  angelosa | 2025-10-29 | 1 | -0/+6 |
| * | | skeleton/tamagotchi_pix.cpp: SoC identified |  AJR | 2025-10-28 | 1 | -4/+15 |
| * | | Cherry Master 97 improvements: [Roberto Fresca, Grull Osgo] |  Roberto Fresca | 2025-10-28 | 1 | -22/+28 |
| * | | bus/pc8801/pc8801_31.cpp: pinpoint DMA enable bit |  angelosa | 2025-10-28 | 5 | -23/+37 |
| * | | bus/nscsi/pc8801_30.cpp: implement fader control |  angelosa | 2025-10-28 | 4 | -28/+132 |
| * | | i386: set cpl after all memory reads are done in i386_task_switch |  cracyc | 2025-10-28 | 1 | -1/+1 |
| * | | dsp563xx: First stab at the interpreter infrastructure |  Olivier Galibert | 2025-10-28 | 7 | -78/+64325 |
| * | | mcs51: remove spurious port read messages |  Olivier Galibert | 2025-10-28 | 1 | -4/+4 |
| * | | misc/cointek.cpp: added ROM and reel RAM banking, identified game title as Go... |  Ivan Vangelista | 2025-10-28 | 2 | -58/+149 |
| * | | akai/mpc60.cpp: fix GCC compile [R. Belmont] |  arbee | 2025-10-27 | 1 | -0/+1 |
| * | | akai/mpc60.cpp: Actually set_floppy() for the uPD766 and fix the polarity of ... |  arbee | 2025-10-27 | 1 | -1/+7 |
| * | | akai/mpc60.cpp: Hooked up all inputs to the panel CPU and significantly beefe... |  arbee | 2025-10-27 | 1 | -3/+352 |
| * | | adamnet/fdc.cpp: Add compatibility matrix for convenient reference |  AJR | 2025-10-27 | 2 | -0/+12 |
| * | | nec/pc8801.cpp, nec/pc88va.cpp, bus/pc98_cbus/pc9801_86.cpp: better OPNA defa... |  angelosa | 2025-10-27 | 4 | -16/+16 |
| * | | bus/pc8801/pc8801_31.cpp: just ack the bytes on data ports |  angelosa | 2025-10-27 | 2 | -10/+23 |
| * | | dataeast/kingobox.cpp: consolidated driver into single file |  Ivan Vangelista | 2025-10-27 | 3 | -654/+587 |