| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 16 | -95/+95 |
* | srcclean and cleanup |  Vas Crabb | 2024-07-28 | 1 | -9/+9 |
* | bus/ieee488: Added HP9133 Floppy/Fixed disk drive. (#12561) |  Sven Schnelle | 2024-07-18 | 3 | -0/+899 |
* | Move format #includes out of header files |  AJR | 2023-10-12 | 5 | -6/+10 |
* | c8280, hp9895: Use device finder arrays for floppy drives |  AJR | 2023-10-12 | 4 | -22/+26 |
* | Remove flopimg.h and fsmgr.h from floppy device header |  AJR | 2023-09-24 | 1 | -0/+1 |
* | mos6530n(ew): rename to mos6530 |  hap | 2023-07-25 | 8 | -50/+50 |
* | mos6530n: add pa/pb_w byte handler, add irq callback to 6530 |  hap | 2023-07-24 | 4 | -11/+11 |
* | mos6530n: use template for pa/pb_w, |  hap | 2023-07-23 | 4 | -9/+9 |
* | mos6530n: 6530 irq pin (shared with PB7) is active low, |  hap | 2023-07-17 | 2 | -2/+2 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 3 | -21/+0 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 13 | -105/+105 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -23/+22 |
* | formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... |  fulivi | 2023-05-15 | 1 | -0/+3 |
* | sfd1001: Fix typo in ROM name. [Curt Coder] |  Curt Coder | 2023-03-24 | 1 | -4/+4 |
* | Remove unnecessary comments, set_perfect_quantum is called in the correspondi... |  Curt Coder | 2023-03-24 | 1 | -1/+0 |
* | srcclean and cleanup in preparation for branching MAME 0.245 |  Vas Crabb | 2022-06-26 | 1 | -1/+1 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 11 | -249/+228 |
* | bus/iee488/hp9122c.cpp: Added default MFM floppy image formats, (#9811) |  r09 | 2022-05-23 | 1 | -2/+2 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -30/+30 |
* | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -30/+30 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 10 | -10/+10 |
* | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 1 | -4/+4 |
* | Remove a few outdated references to MESS |  Dirk Best | 2021-12-02 | 1 | -2/+2 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 10 | -55/+58 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
* | rs232: HLE updates |  AJR | 2021-01-26 | 1 | -1/+0 |
* | 6522via.cpp: Distinguish some different VIA types |  AJR | 2021-01-21 | 4 | -5/+5 |
* | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
* | Restore some standard library #includes, add some things that were used but n... |  Vas Crabb | 2020-07-19 | 1 | -0/+2 |
* | Pruning of redundant #includes located in src/devices/bus/* (nw) |  Scott Stone | 2020-07-10 | 1 | -1/+0 |
* | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -2/+2 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 1 | -211/+211 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 8 | -42/+38 |
* | Bug fixes for hp9845c & remote488 (#6772) |  fulivi | 2020-05-31 | 1 | -8/+0 |
* | drivers starting with f, g and h: some macro removal (nw) |  Ivan Vangelista | 2020-05-27 | 1 | -1/+1 |
* | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 22 | -113/+113 |
* | fix for vs2019, expression does not evaluate to a constant (nw) |  smf- | 2020-05-15 | 1 | -2/+2 |
* | simplified some handlers (nw) |  Ivan Vangelista | 2020-05-13 | 12 | -16/+14 |
* | Fix compile. (nw) |  couriersud | 2020-05-08 | 1 | -0/+1 |
* | Heavily improved emulation of GRiD Compass 1101 (#6599) |  usernameak | 2020-04-26 | 4 | -0/+444 |
* | devices/machine: simplified more handlers (nw) |  Ivan Vangelista | 2020-03-25 | 2 | -2/+2 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -6/+5 |
* | (nw) misc cleanup: |  Vas Crabb | 2019-10-02 | 1 | -8/+8 |
* | via6522: Change most mappings into m() [O. Galibert] |  Olivier Galibert | 2019-07-07 | 2 | -3/+3 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 7 | -160/+88 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 7 | -88/+160 |
* | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 1 | -14/+11 |
* | -devices/bus/bbc/1mhzbus/ieee488: Removed MACHINE_CONFIG macros, nw |  mooglyguy | 2019-02-03 | 2 | -95/+46 |