| Commit message (Expand) | Author | Age | Files | Lines |
* | srcclean and cleanup |  Vas Crabb | 2024-11-24 | 5 | -15/+15 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 18 | -102/+102 |
* | z80dma.cpp: burst mode and refactoring (#12494) |  holub | 2024-08-11 | 2 | -2/+4 |
* | util/ioprocs.cpp: Added wrappers for common patterns. (#11608) |  Vas Crabb | 2024-02-25 | 2 | -3/+20 |
* | Miscellaneous cleanup, and a couple of error checks. |  Vas Crabb | 2024-01-25 | 1 | -5/+5 |
* | abc_fd2, lux10828, lux21046: Clean up code using device finder arrays for flo... |  AJR | 2023-10-12 | 6 | -63/+59 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -12/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 9 | -52/+52 |
* | abc80: Refactor ABC Memory Card to use generic slots. [Curt Coder] |  Curt Coder | 2023-03-29 | 2 | -38/+17 |
* | abc80: Added keyboard PROM, and memory card IEC/Printer ROMs. [Curt Coder] |  Curt Coder | 2023-03-27 | 1 | -3/+4 |
* | abc80x: Split floppy software lists by disk drive type. [Curt Coder] |  Curt Coder | 2023-03-26 | 4 | -0/+4 |
* | srcclean in preparation for 0.250 branch |  Vas Crabb | 2022-11-27 | 1 | -1/+1 |
* | abc1600: Fixed hard disk formatting by introducing configurable byte transfer... |  Curt Coder | 2022-11-14 | 1 | -3/+3 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 4 | -4/+4 |
* | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 4 | -4/+4 |
* | srcclean and manual tidying up in preparation for 0.242 release |  Vas Crabb | 2022-03-27 | 1 | -3/+3 |
* | abc1600: Partially fixed hard disk DMA. [Curt Coder] |  Curt Coder | 2022-02-27 | 4 | -60/+112 |
* | Use ioprocs classes instead of emu_file for device_nvram_interface's load and... |  AJR | 2022-02-27 | 1 | -3/+2 |
* | Remove fileio.h from emu.h |  AJR | 2022-02-11 | 1 | -1/+1 |
* | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -1/+1 |
* | abc80, abc80x, c64: Enable floppy sounds. [Curt Coder] |  Curt Coder | 2022-01-23 | 3 | -14/+14 |
* | Remove a few outdated references to MESS |  Dirk Best | 2021-12-02 | 1 | -8/+8 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 6 | -12/+18 |
* | srcclean in preparation for branching release |  Vas Crabb | 2021-01-24 | 4 | -9/+9 |
* | abc800: Fixed ROM size. |  Curt Coder | 2021-01-14 | 1 | -1/+1 |
* | New working machines |  Curt Coder | 2021-01-14 | 9 | -211/+600 |
* | abc1600: Add debugging notes. |  Curt Coder | 2021-01-08 | 1 | -1/+8 |
* | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 2 | -11/+11 |
* | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -1/+1 |
* | Clean-up and consistency fixes after memory system changes. |  Vas Crabb | 2020-11-03 | 1 | -2/+2 |
* | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 4 | -10/+6 |
* | validity.cpp: Limit characters allowed in I/O port tags, and check ROMs and I... |  Vas Crabb | 2020-08-27 | 1 | -2/+2 |
* | srcclean for 0.224 |  Vas Crabb | 2020-08-23 | 2 | -20/+20 |
* | abc1600: Implemented Luxor 4105 SASI card according to schematics. [Curt Code... |  Curt Coder | 2020-08-22 | 3 | -119/+189 |
* | abc80: Added a note regarding the slow floppy controller copy protection feat... |  Curt Coder | 2020-08-22 | 1 | -0/+3 |
* | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 7 | -65/+64 |
* | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 8 | -34/+34 |
* | srcclean and manual cleanup (nw) |  Vas Crabb | 2020-04-26 | 1 | -55/+55 |
* | abc1600: Hard disk WIP. (nw) |  Curt Coder | 2020-04-21 | 2 | -136/+158 |
* | abc1600: Fixed floppy DMA. [Curt Coder] |  Curt Coder | 2020-04-18 | 1 | -2/+10 |
* | abc80x: Fixed the ABC 850/852/856 hard disk drives. [Curt Coder] |  Curt Coder | 2020-04-16 | 2 | -6/+10 |
* | abc1600: Refactored to use modern Z8530 SCC, fixed default DIPs on SASI inter... |  Curt Coder | 2020-04-13 | 1 | -4/+4 |
* | More WD FDC master reset modernization (nw) |  AJR | 2020-03-26 | 2 | -2/+2 |
* | input_buffer, output_latch, z80dma: Eliminate now-unnecessary bus_r and bus_w... |  AJR | 2020-03-18 | 2 | -2/+2 |
* | z80dart: Replace old device with new variant of modern SIO emulation |  AJR | 2020-02-29 | 1 | -1/+1 |
* | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 1 | -192/+192 |
* | abc1600.cpp: Added PCB layout for SASI interface card. (nw) |  Curt Coder | 2020-01-06 | 1 | -184/+215 |
* | c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... |  Vas Crabb | 2019-11-15 | 14 | -86/+70 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -23/+22 |
* | srcclean (nw) |  Vas Crabb | 2019-05-26 | 2 | -16/+16 |