| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patched up some gaps in functionality and fixed some bugs. |  Vas Crabb | 2022-09-02 | 1 | -1/+2 |
| * | formats/fdos_dsk.cpp: Added FDOS disk format for the SWTPC 6800. (#10273) |  Michael R. Furman | 2022-08-28 | 1 | -0/+12 |
| * | Initial FAT file system support for Floptool (#9119) |  npwoods | 2022-08-25 | 1 | -0/+12 |
| * | mn1610: new disassembler |  Patrick Mackinlay | 2022-08-25 | 1 | -0/+10 |
| * | -nintendo/gb.cpp: Use taps to handle the boot ROM overlay. |  Vas Crabb | 2022-08-24 | 1 | -2/+4 |
| * | bus.lua, machine.lua: fixed a couple of entries |  Ivan Vangelista | 2022-08-21 | 2 | -2/+2 |
| * | Greatly improve Monon Color emulation (#10158) |  David Haywood | 2022-08-21 | 3 | -0/+30 |
| * | misc/magicard.cpp: Added required devices and default NVRAM contents. (#9970) |  Paul-Arnold | 2022-08-18 | 1 | -0/+23 |
| * | formats/cp68_dsk.cpp: Added CP/68 disk format for SWTPC 6800. (#10178) |  Michael R. Furman | 2022-08-13 | 1 | -0/+12 |
| * | tms1000: added tms2xxx skeleton devices |  hap | 2022-08-05 | 1 | -0/+6 |
| * | machine/spifi3.cpp: Implemented HP 1TV3-0302 SPIFI3 SCSI controller. (#10137) |  Brice Onken | 2022-08-05 | 1 | -0/+13 |
| * | sinclair/atm.cpp: Got ATM Turbo 2 mostly working. (#10149) |  holub | 2022-08-05 | 1 | -22/+0 |
| * | bus/pce_ctrl: Added support for Coconuts Japan Pachinko Controller CJPC-102. ... |  0kmg | 2022-08-05 | 1 | -0/+2 |
| * | a800: Add support for the ICD R-Time 8 cartridge |  AJR | 2022-07-30 | 1 | -0/+2 |
| * | cloned the mcs51 core as axc51, stripped it back, will allow monon work to co... |  David Haywood | 2022-07-28 | 1 | -4/+18 |
| * | am9516: new device |  Patrick Mackinlay | 2022-07-20 | 1 | -0/+12 |
| * | opus100pm: add opus 108pm isa bus card |  Patrick Mackinlay | 2022-07-11 | 1 | -0/+2 |
| * | Minor cleanup: |  Vas Crabb | 2022-07-11 | 1 | -2/+2 |
| * | Seta X1-001 sprite device cleanup |  AJR | 2022-07-01 | 1 | -0/+12 |
| * | There is only one Sega |  Olivier Galibert | 2022-07-01 | 1 | -0/+22 |
| * | Move avgdvg into devices |  Olivier Galibert | 2022-07-01 | 1 | -6/+14 |
| * | Created a CBM DOS file system driver and added it to the 1541 implementation ... |  npwoods | 2022-06-30 | 1 | -0/+12 |
| * | source org: move kr1601rr1 earom chip device to devices/machine |  hap | 2022-06-29 | 1 | -20/+32 |
| * | Start moving devices out of src/mame/shared to more appropriate places |  AJR | 2022-06-28 | 4 | -0/+62 |
| * | More quality of life features for new source layout: |  Vas Crabb | 2022-06-29 | 1 | -5/+5 |
| * | Prevent src/devices from inadvertently including headers from src/mame. (#9996) |  Miodrag Milanović | 2022-06-28 | 1 | -1/+0 |
| * | Added make opions for filter file, adjusted source path display. |  Vas Crabb | 2022-06-28 | 2 | -59/+72 |
| * | Eliminated cross dependencies between driver projects. |  Vas Crabb | 2022-06-27 | 1 | -0/+1 |
| * | bus/nubus: Got rid of CRTC hacks in Macintosh Display Card emulation. |  Vas Crabb | 2022-06-25 | 1 | -0/+2 |
| * | bus/nubus: More Mac video card improvements. |  Vas Crabb | 2022-06-24 | 1 | -2/+4 |
| * | pc_kbd: Add emulation of Cherry G80-1500 keyboard, minus smartcard reader |  AJR | 2022-06-23 | 1 | -0/+2 |
| * | bus/nubus: More improvements to SuperMac Spectrum video cards. |  Vas Crabb | 2022-06-23 | 1 | -0/+2 |
| * | bus/archimedes/podule: Added Hard Disk podules (not working). |  Nigel Barnes | 2022-06-22 | 1 | -0/+8 |
| * | Acknowledge presence of circular dependencies to keep GNU ld happy on Linux. |  Vas Crabb | 2022-06-17 | 1 | -6/+6 |
| * | mc68hc11z1, cfp1080s: Separate source file for MCU; add numerous logging stubs |  AJR | 2022-06-16 | 1 | -0/+2 |
| * | More scheduler optimisation, Visual Studio build fixes, and cleanup. |  Vas Crabb | 2022-06-17 | 1 | -0/+15 |
| * | Optimisation, and baby steps towards untangling stuff: |  Vas Crabb | 2022-06-16 | 1 | -0/+5 |
| * | Updated scripts to support SOURCES= builds after the reorganisation happens. |  Vas Crabb | 2022-06-15 | 1 | -30/+35 |
| * | saa7191: Move to devices/machine too |  Olivier Galibert | 2022-06-14 | 1 | -0/+11 |
| * | at, cammu: kick upstairs too |  Olivier Galibert | 2022-06-14 | 1 | -0/+22 |
| * | archimedes_keyb: also kick upstairs in devices/machine |  Olivier Galibert | 2022-06-13 | 1 | -0/+11 |
| * | fm_scsi: kick upstairs in devices/machine |  Olivier Galibert | 2022-06-13 | 1 | -0/+11 |
| * | -Got rid of some legacy MESS support glue. |  Vas Crabb | 2022-06-13 | 1 | -48/+90 |
| * | ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) |  Vas Crabb | 2022-06-11 | 1 | -0/+6 |
| * | New working clones |  Miodrag Milanovic | 2022-06-06 | 1 | -0/+4 |
| * | Z180 ASCI (#9762) |  Miodrag Milanović | 2022-06-06 | 1 | -0/+2 |
| * | apple2: support for the Excel-9 6809 card, which runs Flex09. [Rob Justice, R... |  arbee | 2022-06-05 | 1 | -0/+2 |
| * | bus/bbc/userport: Added SD Card, and SD Turbo interfaces (not working). |  Nigel Barnes | 2022-06-05 | 1 | -0/+2 |
| * | bus/bbc/modem: Added Master Extra User Port device. |  Nigel Barnes | 2022-06-05 | 1 | -0/+2 |
| * | New working software list additions |  Nigel Barnes | 2022-06-05 | 1 | -0/+4 |