summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* taito/taitowlf.cpp: preliminary Zoom hookuptaitowlf_zoom angelosa2023-06-171-10/+38
* chore: move src/mame/sony/taito_zm.cpp -> src/devices/sound/taito_zoom.cpp angelosa2023-06-173-5/+5
* taito/taitowlf.cpp: remove extra machine_config angelosa2023-06-171-1/+0
* taito/taitowlf.cpp: split pf2012 to own taitowlf_state, update QA, add debug ... angelosa2023-06-171-45/+115
* New clones marked not working Ivan Vangelista2023-06-163-62/+52
* seibu/raiden.cpp: Marked version with checkpoints as Japan release. (#11257) cam9002023-06-172-6/+6
* roland/roland_mt32.cpp: Added mt32 ROM version 2.0.7 as a BIOS option. (#11340) Brandon Munger2023-06-171-0/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171181-8722/+2579
* m6801: remove i/o ports tri-state callback hap2023-06-164-35/+18
* flower: assume cpus are 3mhz instead of 4.6mhz, and assume vblank rising edge... hap2023-06-161-20/+14
* m6801: add i/o ports tri-state callback, hap2023-06-1610-33/+50
* turbo,zaxxon: set 8255 tristate to 0, hap2023-06-1652-287/+344
* floppy.cpp: add Teac FD55-A and FD55-B drive types (#11342) Mark Garlanger2023-06-162-2/+64
* taito/taitowlf.cpp: fix CPU type and speed angelosa2023-06-161-16/+23
* taito/taitowlf.cpp: add pf2012 EEPROM hookup angelosa2023-06-151-13/+48
* misc/anes.cpp: identified some more inputs, dips from manual, added nvram, en... Ivan Vangelista2023-06-151-29/+166
* mc68681: Delay setting of TxRDY until start bit time has passed (fixes DUART ... AJR2023-06-152-11/+36
* lw30: remove custom beep device hap2023-06-156-136/+16
* pc/igspc.cpp: QA the video card note Angelo Salese2023-06-151-1/+3
* mu5: increase battery level hap2023-06-153-5/+4
* New systems marked not working hap2023-06-156-19/+171
* New working clones Ivan Vangelista2023-06-153-2/+39
* taito/taitowlf.cpp: convert $cbxxx to map area, add tc0510nio inputs, remove ... angelosa2023-06-151-9/+147
* misc/anes.cpp: Really fix build Vas Crabb2023-06-151-4/+4
* taito/taitowlf.cpp: redump u20 [Guru] angelosa2023-06-141-49/+44
* misc/anes.cpp: Fixed build. Vas Crabb2023-06-151-2/+2
* x68k: slightly change pcg/text layer combining cracyc2023-06-141-4/+3
* misc/anes.cpp: Got it to boot and added preliminary video and inputs. (#11324... David Haywood2023-06-151-83/+526
* Revert "heath/h19.cpp Implement Shift-Reset functionality (#11330)" Vas Crabb2023-06-158-129/+39
* heath/h19.cpp Implement Shift-Reset functionality (#11330) Mark Garlanger2023-06-148-39/+129
* leapfrog/leappad.cpp: Dumped and added a new LeapPad model BIOS (#11321) ClawGrip2023-06-152-8/+17
* Addd three Roland card dumps and a placeholder driver. (#11323) ValleyBell2023-06-153-1/+78
* bfm/bfm_sc2.cpp: Added sound ROM to Majestic Bells non-protocol version (sc2m... Paul-Arnold2023-06-151-0/+3
* New clones marked as NOT_WORKING Roberto Fresca2023-06-142-1/+35
* xbox_nv2a: better fix for dangling pointer warning, hap2023-06-147-57/+37
* taito/taitowlf.cpp: upper ISA bank port is a view select angelosa2023-06-131-4/+19
* New clones marked not working Ivan Vangelista2023-06-135-227/+250
* taito/taitowlf.cpp: change CMOS type, add Voodoo 1 angelosa2023-06-131-4/+19
* emu/devdelegate.h: Added resolve_safe and resolve_all_safe helpers. Vas Crabb2023-06-1335-251/+300
* coinmvga: Incremental improvements AJR2023-06-122-25/+47
* taito/taitowlf.cpp: convert to new PCI model (#11334) Angelo Salese2023-06-124-243/+290
* Coinmaster Wheel of Fortune: Swapped program roms names and correct rom load. Roberto Fresca2023-06-121-3/+3
* tigeroad: remove tilerom tag lookup, hap2023-06-1210-51/+69
* New systems marked not working Roberto Fresca2023-06-122-0/+30
* Coinmvga.cpp driver: Added more documentation about the H8/3002/3007 CPU used, Roberto Fresca2023-06-121-75/+78
* Coinmvga.cpp driver: Fixed the 8bpp graphics. Roberto Fresca2023-06-121-10/+10
* bus/a800: modernize cart slot interface (#10528) Angelo Salese2023-06-1242-1511/+3126
* misc/esripsys.cpp: remove non-existant PORT_PLAYER(3) tags angelosa2023-06-121-11/+11
* coco_fdc: Allow FLEX to work on CoCo machines (#11329) Michael R. Furman2023-06-111-3/+5
* emu/devfind.h: Added a lookup() member function to device finders. Vas Crabb2023-06-1247-307/+348