| Commit message (Expand) | Author | Age | Files | Lines |
| * | -bus/ieee488: Cleaned up code, improved displayed device names. |  Vas Crabb | 2026-04-16 | 2 | -3/+3 |
| * | c1541: Fixed Commodore 1541 stepping back and forth while reading data. [Curt... |  Curt Coder | 2026-04-08 | 1 | -1/+4 |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | srcclean and minor manual cleanup. |  Vas Crabb | 2026-01-25 | 1 | -26/+26 |
| * | -bus/cbmiec/c5181.cpp: More device options, defaults for Baud rate. |  Vas Crabb | 2026-01-24 | 1 | -1/+18 |
| * | bus/cbmiec: add Xetec C-5181 printer interface (#14839) |  Devin Acker | 2026-01-22 | 3 | -0/+153 |
| * | m6502: rename m65c02 to w65c02 as well |  hap | 2024-12-14 | 4 | -6/+6 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 1 | -3/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 14 | -113/+113 |
| * | m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... |  AJR | 2023-11-11 | 1 | -2/+0 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 6 | -3/+10 |
| * | misc mcfg: remove pia6821 clock freq param, |  hap | 2023-09-20 | 1 | -1/+1 |
| * | mos6530n(ew): rename to mos6530 |  hap | 2023-07-25 | 2 | -5/+5 |
| * | c64_nl10: Identify and add CPU |  AJR | 2023-07-18 | 2 | -3/+31 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -6/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 9 | -44/+44 |
| * | Remove unnecessary comments, set_perfect_quantum is called in the correspondi... |  Curt Coder | 2023-03-24 | 2 | -4/+0 |
| * | mps1200.cpp: added dip switch settings [Guru] |  Ivan Vangelista | 2022-10-26 | 1 | -35/+133 |
| * | vic1520: Correct MCU type; add some stub handlers |  AJR | 2022-09-08 | 2 | -38/+107 |
| * | Add skeleton devices for MPS-1200 & MPS-1250 IEC printers |  AJR | 2022-09-08 | 4 | -1/+293 |
| * | Various minor cleanups. |  Vas Crabb | 2022-07-31 | 1 | -1/+3 |
| * | Created a CBM DOS file system driver and added it to the 1541 implementation ... |  npwoods | 2022-06-30 | 1 | -0/+2 |
| * | abc80, abc80x, c64: Enable floppy sounds. [Curt Coder] |  Curt Coder | 2022-01-23 | 2 | -1/+2 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 8 | -20/+23 |
| * | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 5 | -8/+8 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
| * | spectrum: add "SDI" VC1541 disk interface (not working), Logitek Proceed1 notes. |  MetalliC | 2020-07-14 | 1 | -0/+1 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 6 | -14/+14 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 8 | -63/+62 |
| * | c64.cpp, c128.cpp: fixed CBM IEC slot address not being set when replacing de... |  Vas Crabb | 2019-11-15 | 11 | -359/+314 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -4/+4 |
| * | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -8/+8 |
| * | (nw) fixed "Unknown slot option '35hd' in slot 'iec11:fd4000:pc8477av1:0'" wh... |  Robbbert | 2019-07-20 | 1 | -1/+1 |
| * | via6522: Change most mappings into m() [O. Galibert] |  Olivier Galibert | 2019-07-07 | 5 | -14/+14 |
| * | srcclean (nw) |  Vas Crabb | 2019-05-26 | 3 | -37/+37 |
| * | c1541: Added ROMs for a bunch of 1541 clones. [Curt Coder] |  Curt Coder | 2019-05-17 | 3 | -1/+276 |
| * | c64: Interpod WIP. (nw) |  Curt Coder | 2019-05-13 | 2 | -29/+36 |
| * | c64: Added Westfalia Technica 1541 clone ROM [Curt Coder, dec_hl] |  Curt Coder | 2019-05-09 | 3 | -178/+223 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 10 | -115/+68 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 10 | -68/+115 |
| * | 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) |  AJR | 2019-02-18 | 1 | -2/+2 |
| * | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 4 | -21/+26 |
| * | -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw |  mooglyguy | 2019-02-03 | 1 | -8/+9 |
| * | devices\bus: some MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-31 | 1 | -24/+0 |
| * | devices\bus: removed a few unused MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 2 | -31/+0 |
| * | isa: Modernize device configuration (nw) |  AJR | 2019-01-25 | 1 | -1/+2 |
| * | bus/cbmiec: Improve device names (nw) |  AJR | 2019-01-23 | 4 | -14/+14 |
| * | src/devices: a few less MCFG macros (nw) |  Ivan Vangelista | 2019-01-14 | 2 | -14/+15 |
| * | -cpu/m6502: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-17 | 1 | -0/+9 |
| * | upd765: Add (mostly standard) clocks to all devices in the family (nw) |  AJR | 2018-12-13 | 1 | -4/+4 |