| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleaned up boilerplate for more slot devices. |  Vas Crabb | 2026-03-23 | 1 | -6/+3 |
| * | acorn/bbc.cpp: Split drivers by motherboard into bbcb.cpp, bbcbp.cpp, bbcm.cp... |  Nigel Barnes | 2025-08-21 | 2 | -3/+3 |
| * | m6502: add g65sc02 subtypes |  hap | 2024-12-14 | 1 | -1/+1 |
| * | srcclean and cleanup |  Vas Crabb | 2024-11-24 | 1 | -3/+4 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -1/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 18 | -71/+71 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 2 | -3/+2 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 2 | -9/+6 |
| * | misc mcfg: remove pia6821 clock freq param, |  hap | 2023-09-20 | 1 | -2/+2 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -11/+11 |
| * | m68000: split the header to make future semi-indenpendant implementations sane |  Olivier Galibert | 2022-09-30 | 1 | -1/+1 |
| * | bus/bbc/internal/cumana68k: Add default MFM floppy formats. |  Nigel Barnes | 2022-05-20 | 1 | -0/+1 |
| * | removed some unnecessary 6821 readca1_handler/readca2_handler/readcb1_handler... |  smf- | 2022-05-18 | 1 | -2/+1 |
| * | bus/bbc/internal: Added the Memex-B20 board. |  Nigel Barnes | 2022-05-15 | 3 | -0/+161 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 11 | -20/+20 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 11 | -20/+20 |
| * | bbc_integrab: Added earlier ROM release. |  Nigel Barnes | 2022-03-20 | 1 | -2/+4 |
| * | we32kram.cpp: Added version 1.06 of the RAM board ROM. |  Nigel Barnes | 2022-02-19 | 1 | -2/+4 |
| * | More #include future-proofing |  AJR | 2022-01-06 | 1 | -0/+1 |
| * | bbc_cumana68k: Initialise members. |  Nigel Barnes | 2021-05-09 | 2 | -31/+11 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -4/+5 |
| * | bus/a1bus, bus/a2bus, bus/acorn, bus/bbc: Simplify handler signatures (nw) |  AJR | 2020-06-07 | 2 | -4/+4 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 2 | -4/+4 |
| * | bus/bbc/internal/cumana68k: Improved interrupt handling, some software now bo... |  Nigel Barnes | 2020-03-21 | 4 | -56/+103 |
| * | input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... |  AJR | 2020-03-18 | 1 | -2/+2 |
| * | bus/bbc/internal/we32kram: Added Shadow RAM 2.20 ROM as BIOS option (nw) |  Nigel Barnes | 2020-03-15 | 1 | -4/+6 |
| * | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 3 | -19/+19 |
| * | bbc_cumana68k: Remove trampolines and cleanup (nw) |  Nigel Barnes | 2019-11-16 | 3 | -180/+151 |
| * | bbc_cumana68k: Remove software list reference (nw) |  Nigel Barnes | 2019-11-07 | 1 | -1/+1 |
| * | bbc_raven20: Fix sha1 (nw) |  Nigel Barnes | 2019-11-07 | 1 | -2/+2 |
| * | Fix clang unused private field errors (nw) |  AJR | 2019-11-06 | 1 | -2/+0 |
| * | bbcb: Added many internal ROM/RAM expansion boards from Aries, ATPL, Computec... |  Nigel Barnes | 2019-11-06 | 33 | -0/+4996 |
| * | bbc.cpp: Replaced ROM/RAM memory banks with handlers to allow access from int... |  Nigel Barnes | 2019-11-06 | 2 | -0/+281 |