| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 6 | -23/+23 |
| * | devices/bus: remove use of utf8.h |  hap | 2023-12-23 | 1 | -6/+4 |
| * | m6801: Move RAM, ROM and I/O areas into internal maps for all variants (inclu... |  AJR | 2023-11-11 | 7 | -40/+1 |
| * | Move format #includes out of header files |  AJR | 2023-10-12 | 2 | -1/+2 |
| * | adam_ddp: Clean up code using device finder array for cassettes |  AJR | 2023-10-12 | 2 | -60/+43 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 2 | -8/+8 |
| * | adam_spi: Hook up EPCI to CPU and RS-232 port |  AJR | 2023-05-11 | 1 | -3/+11 |
| * | Move UTF8_xxx string literal macros to new header in lib/util |  AJR | 2022-09-25 | 1 | -0/+2 |
| * | floppy: remove the intermediate allocator |  Olivier Galibert | 2022-03-30 | 1 | -1/+1 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 2 | -4/+6 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -1/+1 |
| * | -imagedev/cassimg.cpp: Make the interface look something like C++. |  Vas Crabb | 2020-10-02 | 1 | -1/+1 |
| * | adam: fixed tic natural key |  Robbbert | 2020-09-19 | 1 | -1/+1 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 2 | -2/+2 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 10 | -46/+46 |
| * | m6801: Attempt at cleaning up internal registers (nw) |  AJR | 2020-03-12 | 5 | -5/+5 |
| * | Replace old MC2661 device with new SCN2651/SCN2661/SCN2641 devices and make s... |  AJR | 2020-03-06 | 2 | -17/+7 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -19/+16 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 3 | -27/+19 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 3 | -19/+27 |
| * | devices\bus: removed a few unused MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -11/+0 |
| * | output_latch: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-29 | 1 | -3/+5 |
| * | magedev\cassette: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-22 | 1 | -13/+14 |
| * | -bus/adam/exp, adamnet, bus/coleco, bus/crvision: Removed MCFG macros. [Ryan ... |  mooglyguy | 2018-12-21 | 1 | -3/+9 |
| * | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 1 | -0/+1 |
| * | m6801: Use devcb for ports; remove I/O space and MCFG_ macros (nw) |  AJR | 2018-10-26 | 10 | -91/+44 |
| * | bus/rs232.cpp: completed removal of MCFG macros (nw) |  Ivan Vangelista | 2018-10-23 | 1 | -1/+1 |
| * | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 1 | -8/+9 |
| * | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -1/+1 |
| * | (nw) 6821 and 6850 have no clock for bus logic side, remove some MFCG_, fix b... |  Vas Crabb | 2018-07-13 | 1 | -8/+7 |
| * | acro removal, disambiguation, debugger side effects (nw) |  Vas Crabb | 2018-06-15 | 1 | -1/+1 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 5 | -16/+16 |
| * | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 1 | -8/+8 |
| * | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 1 | -2/+2 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 5 | -16/+16 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 3 | -13/+13 |
| * | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 1 | -2/+2 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 5 | -64/+74 |
| * | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 5 | -45/+50 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 10 | -10/+20 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 5 | -7/+7 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 5 | -5/+5 |
| * | after-market Adam FDC hacks (nw) |  Vas Crabb | 2017-08-26 | 1 | -4/+4 |
| * | Further improvements to slot option validation (nw) |  AJR | 2017-06-10 | 2 | -4/+5 |
| * | some more device_add_mconfig in devices/bus (nw) |  Ivan Vangelista | 2017-06-07 | 10 | -89/+36 |
| * | Quick and dirty split of most MC6801/MC6803/HD63701 features from base M6800 ... |  AJR | 2017-05-26 | 5 | -5/+5 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 5 | -5/+5 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 12 | -61/+59 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 6 | -7/+7 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 12 | -6/+6 |