| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: |  Vas Crabb | 2024-11-25 | 4 | -16/+16 |
* | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 5 | -16/+16 |
* | bus/bml3: standardize read/write function names |  angelosa | 2024-09-23 | 8 | -21/+21 |
* | bus/bml3: drop bml3 prefix for slot options filenames |  angelosa | 2024-09-20 | 8 | -4/+4 |
* | hitachi/bml3.cpp: drop bml3 prefix for all bus slot options |  angelosa | 2024-09-20 | 2 | -2/+2 |
* | imagedev/floppy.cpp: Add single-density 3" drive types |  AJR | 2024-09-08 | 1 | -5/+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 | -8/+8 |
* | bml3: Overhaul memory management and expansion interface, using views to avoi... |  AJR | 2023-04-08 | 10 | -58/+90 |
* | Encode certain tracks as single density in .d88 floppy format |  AJR | 2023-03-19 | 1 | -1/+1 |
* | bml3mp1802: Clean up code a little; use input merger for NMI |  AJR | 2023-03-19 | 3 | -28/+23 |
* | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -3/+3 |
* | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 2 | -3/+3 |
* | Future-proofing by using correct #include for SOFTWARE_LIST device |  AJR | 2022-01-03 | 2 | -0/+4 |
* | bml3mp1805: fixed the crashing, but it seems to have trouble reading the disk. |  Robbbert | 2021-05-19 | 1 | -20/+38 |
* | bml3: connected up software list |  Robbbert | 2021-05-18 | 2 | -0/+3 |
* | Purge various obsolete and redundant #includes |  AJR | 2021-04-19 | 1 | -1/+1 |
* | thomson,bm3: Correct compile errors due to incorrectly pushing a not entirely... |  Olivier Galibert | 2021-04-19 | 1 | -4/+4 |
* | thomson: Turn the extensions into slot devices, modernize the floppies |  Olivier Galibert | 2021-04-19 | 3 | -57/+52 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 1 | -4/+4 |
* | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 8 | -20/+20 |
* | bml3rtc: save state (nw) |  Nigel Barnes | 2019-11-24 | 1 | -0/+3 |
* | bml3: Added Hitachi Real Time Clock card [Russell Bull] |  Nigel Barnes | 2019-11-22 | 2 | -0/+156 |
* | thomson.cpp: Improve floppy device encapsulation (nw) |  AJR | 2019-11-10 | 1 | -1/+1 |
* | flopdrv: Even legacy devices need some code cleanup (nw) |  AJR | 2019-11-05 | 2 | -19/+8 |
* | New working machines |  Vas Crabb | 2019-11-02 | 1 | -0/+1 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 5 | -64/+70 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 3 | -5/+5 |
* | bml3mp1802: Correct clock source (nw) |  AJR | 2019-10-08 | 1 | -1/+3 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 2 | -38/+21 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 2 | -21/+38 |
* | mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... |  Ivan Vangelista | 2019-03-22 | 1 | -10/+12 |
* | devices\bus: removed a few unused MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -4/+0 |
* | emu\softlist_dev: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -2/+0 |
* | bml3: Partial bus modernization (nw) |  AJR | 2019-01-26 | 2 | -22/+9 |
* | Don't #include legacy header "flopdrv.h" except where it's still used (nw) |  AJR | 2018-11-25 | 1 | -1/+1 |
* | -mc2661,mc68328,mc6843,mc6846: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -5/+6 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 1 | -9/+10 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -1/+1 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -3/+3 |
* | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -1/+1 |
* | Eliminate remaining non-diexec PULSE_LINE hacks and disable some side effects... |  AJR | 2018-05-15 | 2 | -4/+8 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -2/+2 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -3/+4 |
* | Set finder tag relative to current device being configured rather than |  Vas Crabb | 2018-04-30 | 1 | -1/+1 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -33/+13 |
* | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 1 | -1/+0 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -1/+1 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
* | bml3bus: Remove firstcpu usage (nw) |  AJR | 2018-01-02 | 5 | -9/+9 |