| Commit message (Expand) | Author | Age | Files | Lines |
| * | bus/bbc/1mhzbus/beebex.cpp: Assign unique slot tags. |  Nigel Barnes | 2025-06-19 | 1 | -4/+4 |
| * | bus/bbc/1mhzbus/beebex.cpp: Fix slot tags |  AJR | 2025-06-19 | 1 | -1/+1 |
| * | bus/bbc/1mhzbus: Added BEEBEX Extender for BBC Micro. |  Nigel Barnes | 2025-06-19 | 3 | -0/+171 |
| * | bus/acorn: Buffered the bus using device_memory_interface. |  Nigel Barnes | 2025-06-18 | 2 | -7/+27 |
| * | bus/bbc/1mhzbus/barrybox: Added microphone, and is now working. |  Nigel Barnes | 2025-06-14 | 2 | -52/+38 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 2 | -13/+8 |
| * | diexec: remove duplicate getter |  hap | 2025-04-08 | 2 | -2/+2 |
| * | bus/bbc/rom/genie: Genie is now formatted on first use. |  Nigel Barnes | 2025-02-17 | 2 | -78/+118 |
| * | ds1215: modernize and complete emulation |  Patrick Mackinlay | 2025-01-02 | 2 | -17/+9 |
| * | g65sc02: Remove Rockwell bit opcodes (source comment appears to be mistaken) |  AJR | 2024-12-14 | 1 | -1/+1 |
| * | m6502: rename m65c02 to w65c02 as well |  hap | 2024-12-14 | 2 | -4/+4 |
| * | m6502: add r65c02 subtypes |  hap | 2024-12-14 | 3 | -128/+129 |
| * | m6502: rename m65sc02.* to g65sc02.* |  hap | 2024-12-14 | 1 | -1/+1 |
| * | m6502: add g65sc02 subtypes |  hap | 2024-12-14 | 2 | -3/+3 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 6 | -23/+25 |
| * | Fixed build, corrected a few more #include guards. |  Vas Crabb | 2024-11-24 | 6 | -23/+25 |
| * | srcclean and cleanup |  Vas Crabb | 2024-11-24 | 4 | -14/+15 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 8 | -8/+8 |
| * | ioport: Add piano keyboard definitions and automatic names |  Olivier Galibert | 2024-10-04 | 2 | -110/+110 |
| * | -machine/spi_sdcard.cpp: Generate appropriate CSD for mounted image. |  Vas Crabb | 2024-10-01 | 4 | -125/+133 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 106 | -391/+391 |
| * | -cpu/arm7: Added interrupt helpers, hid details from most clients. |  Vas Crabb | 2024-09-22 | 2 | -3/+2 |
| * | Floppy fixes and refinements |  AJR | 2024-09-12 | 1 | -2/+2 |
| * | bus/bbc/tube: Added the Matchbox co-processor. |  Nigel Barnes | 2024-07-03 | 4 | -10/+1069 |
| * | Fixed a few class memory access warnings. |  Vas Crabb | 2024-04-22 | 2 | -4/+9 |
| * | bus/bbc/1mhzbus: Added The Barry-Box (not working) |  Nigel Barnes | 2024-02-16 | 4 | -8/+123 |
| * | bus/bbc/tube/tube_a500.cpp: Corrected ROMs for A500 2nd Processor, and moved ... |  Nigel Barnes | 2024-02-15 | 4 | -103/+124 |
| * | bus/bbc/userport/lvlecho.cpp: Added the LVL Echo Keyboard. |  Nigel Barnes | 2024-02-15 | 4 | -4/+297 |
| * | bus/bbc/userport/m4000.cpp: Added key mappings for 3 octaves. |  Nigel Barnes | 2024-02-15 | 2 | -120/+90 |
| * | HD44780A00, KS0066_F00, SED1278_0B: fix errors in the ROM transcriptions from... |  Jonathan Gevaryahu | 2023-11-21 | 1 | -1/+6 |
| * | Cleaned up some recent changes a little. |  Vas Crabb | 2023-11-20 | 2 | -2/+2 |
| * | bus/bbc/tube/tube_6502p: Added ROM variant Tube 0.06. |  Nigel Barnes | 2023-11-17 | 1 | -7/+8 |
| * | bus/bbc/analogue: Added Microwriter Quinkey input device. |  Nigel Barnes | 2023-11-17 | 4 | -3/+304 |
| * | bus/bbc/1mhzbus/pms64k: Added ROM to initialise the device. |  Nigel Barnes | 2023-11-17 | 2 | -8/+26 |
| * | Explicitly define a clock for all HD44780 and derivative LCD controllers, and... |  Lord-Nightmare | 2023-11-15 | 1 | -1/+1 |
| * | bus/bbc/1mhzbus/emrmidi: Capitalisation Midi -> MIDI. |  Nigel Barnes | 2023-10-28 | 2 | -3/+3 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 20 | -32/+27 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 3 | -13/+10 |
| * | Formats-related #include cleanup |  AJR | 2023-10-08 | 2 | -3/+3 |
| * | bus/bbc/modem/scsiaiv: cleanup, no functional changes. |  Nigel Barnes | 2023-09-30 | 2 | -13/+13 |
| * | mcfg pia6821: partial revert for the ones that set the clock to non-0 |  hap | 2023-09-20 | 1 | -1/+1 |
| * | misc mcfg: remove pia6821 clock freq param, |  hap | 2023-09-20 | 2 | -3/+3 |
| * | ay8910: reorder documentation, |  hap | 2023-07-26 | 1 | -2/+2 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 9 | -36/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 66 | -119/+119 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 3 | -10/+6 |
| * | neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. |  Vas Crabb | 2023-04-05 | 4 | -8/+8 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 3 | -8/+8 |
| * | New working software list additions |  Nigel Barnes | 2022-12-12 | 3 | -3/+97 |
| * | New machines marked as NOT_WORKING |  Nigel Barnes | 2022-12-12 | 5 | -0/+459 |