| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | misc/vamphalf.cpp: Added Korean game titles to comments and fixed various iss... |  cam900 | 2026-05-04 | 1 | -118/+124 |
| * | dataeast/dec0.cpp: Split driver state class for different configurations, cle... |  cam900 | 2026-05-04 | 4 | -368/+415 |
| * | video/huc6260.cpp: Made the battlera-specific VCE a separated device class. (... |  cam900 | 2026-05-04 | 9 | -45/+56 |
| * | dataeast/brkthru.cpp: Use single-pass sprite drawing. (#15298) |  cam900 | 2026-05-04 | 1 | -50/+78 |
| * | dataeast/bwing.cpp: Cleaned up code: (#15297) |  cam900 | 2026-05-04 | 1 | -94/+98 |
| * | comad/zerozone.cpp: Reduced audio CPU ROM region size to match mapped area. (... |  cam900 | 2026-05-04 | 1 | -8/+8 |
| * | dooyong/gundealr.cpp: Cleaned up code: (#15293) |  cam900 | 2026-05-04 | 1 | -46/+18 |
| * | dooyong/dooyong*.cpp: Cleaned up code: (#15292) |  cam900 | 2026-05-04 | 3 | -142/+167 |
| * | skeleton/clownmgc.cpp: fleshed out driver. Needs sound mostly. |  Ivan Vangelista | 2026-05-03 | 1 | -70/+146 |
| * | philips/p2000t.cpp: cleanups around keyboard, remove macros |  angelosa | 2026-05-03 | 1 | -56/+61 |
| * | dynax/realbrk.cpp: Fixed DIP switch matrix read behaviour and cleaned up code... |  cam900 | 2026-05-04 | 3 | -166/+138 |
| * | playmark/playmark.cpp, playmark/powerbal.cpp, playmark/sderby.cpp: Cleaned up... |  cam900 | 2026-05-04 | 5 | -582/+645 |
| * | nintendo/nes_vt369_vtunknown_soc.cpp: Update comment |  AJR | 2026-05-03 | 1 | -1/+1 |
| * | philips/p2000t.cpp: hookup cart slot, kickoff SW list, pre-emptively demote t... |  angelosa | 2026-05-03 | 1 | -32/+41 |
| * | philips/p2000t.cpp: consolidate driver in single file |  angelosa | 2026-05-03 | 4 | -348/+318 |
| * | misc/malzak.cpp: consolidate driver in single file |  angelosa | 2026-05-03 | 3 | -203/+187 |
| * | sega/megadriv_acbl.cpp: fix Conny games metadata |  angelosa | 2026-05-03 | 1 | -33/+50 |
| * | layout/smc777.lay: improve colors |  angelosa | 2026-05-03 | 2 | -14/+27 |
| * | New working clones |  Ivan Vangelista | 2026-05-03 | 2 | -1/+19 |
| * | nintendo/nes_vt369_vtunknown_soc.cpp: Early preparation for SD card support |  AJR | 2026-05-02 | 2 | -0/+37 |
| * | tiger108, gon100: Add opcode encryption disabled immediately by code |  AJR | 2026-05-02 | 1 | -2/+2 |
| * | nintendo/nes_vt4ffx_soc.cpp: Delete leftover copy-pasted handler |  AJR | 2026-05-02 | 2 | -28/+0 |
| * | nintendo/nes_vt369_vtunknown.cpp: Remove unused function |  AJR | 2026-05-02 | 1 | -7/+0 |
| * | dvmemory: redo 47377bfe7a49cf301957cc90f6ac5f08a59c503c |  hap | 2026-05-03 | 3 | -12/+4 |
| * | nubus/laserview.cpp: Remove debug printfs that snuck in. [R. Belmont] |  arbee | 2026-05-02 | 1 | -2/+0 |
| * | namcos21: add video enable flag |  hap | 2026-05-02 | 5 | -47/+34 |
| * | nintendo/nes_vt369_vtunknown.cpp: Preliminary separation of the non-VT369 SoC... |  AJR | 2026-05-02 | 5 | -366/+817 |
| * | Make debug logging less noisy for various NES/VT devices |  AJR | 2026-05-02 | 3 | -19/+16 |
| * | nubus/laserview.cpp: Folded the SE/30 PDS version of the card in and improved... |  arbee | 2026-05-02 | 5 | -255/+90 |
| * | frontend/mame/luaengine.cpp, ui: Patched up some rather disturbing code. |  Vas Crabb | 2026-05-03 | 9 | -20/+46 |
| * | ui: Added options to pause when showing menus and to open menus in active win... |  Vas Crabb | 2026-05-03 | 118 | -802/+932 |
| * | sega/megadriv_acbl.cpp: add coin NMI for standalone Connie games |  angelosa | 2026-05-02 | 1 | -11/+62 |
| * | sega/megadriv_acbl.cpp: support 3in1mbc bankswitch and coins |  angelosa | 2026-05-02 | 1 | -6/+95 |
| * | src: fix a few non-canonical task tags |  angelosa | 2026-05-02 | 5 | -6/+11 |
| * | bruteforce: fix include guard |  hap | 2026-05-02 | 1 | -3/+3 |
| * | saitek_osa: added brute force module [hap, Berger, Mr. Lars] |  hap | 2026-05-02 | 11 | -38/+256 |
| * | i8087: fix fprem1 |  cracyc | 2026-05-01 | 2 | -8/+24 |
| * | namcos21: gpu c148 ext input is screen field |  hap | 2026-05-01 | 1 | -1/+3 |
| * | namcos21_dsp: improve dsp comram |  hap | 2026-05-01 | 5 | -22/+35 |
| * | namcos21_3d: z param can be negative |  hap | 2026-05-01 | 1 | -4/+4 |
| * | sony/smc777_kbd.cpp: hookup keyboard LEDs to a layout |  angelosa | 2026-05-01 | 4 | -2/+110 |
| * | misc: address some gcc16.1 warnings |  hap | 2026-05-01 | 6 | -13/+14 |
| * | namco_c148: make ext read a callback |  hap | 2026-05-01 | 3 | -6/+8 |
| * | mdisplay1/mdisplay2: more corrrect device names |  hap | 2026-05-01 | 2 | -2/+2 |
| * | - itech/itech32.cpp: added 2.01 sound ROM for the newer revisions, improved R... |  Ivan Vangelista | 2026-05-01 | 2 | -170/+170 |
| * | apple2video: fix ivelultr/dodo/laser2c text rendering (#15290) |  arekkusu42 | 2026-04-30 | 3 | -10/+6 |
| * | driveyes: disable sound output for left and right pcbs |  hap | 2026-04-30 | 2 | -23/+29 |
| * | hegenerglaser: remove the extra m prefix from mmdisplay/mmboard |  hap | 2026-04-30 | 23 | -42/+42 |
| * | video/zeus2.cpp: set m_system from setter not from strcmp |  angelosa | 2026-04-30 | 5 | -15/+10 |
| * | gaelco/rollext.cpp: hookup coin counter |  angelosa | 2026-04-30 | 2 | -1/+8 |