| Commit message (Expand) | Author | Age | Files | Lines |
* | Move filesystem library into separate namespace and use shorter uX type names... |  AJR | 2021-12-31 | 1 | -1/+1 |
* | floppy: start block-devicing fielsystem support |  Olivier Galibert | 2021-04-28 | 1 | -1/+5 |
* | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 4 | -8/+12 |
* | oricext.cpp, microdisc.cpp: Use device finders |  AJR | 2021-01-15 | 4 | -39/+19 |
* | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 2 | -6/+6 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 6 | -98/+95 |
* | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -1/+1 |
* | devcb: Eliminate legacy callback syntax (nw) |  AJR | 2019-06-06 | 1 | -1/+0 |
* | oricext/jasmin: Use addressable latch device (nw) |  AJR | 2019-06-01 | 2 | -63/+44 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 2 | -21/+23 |
* | -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... |  mooglyguy | 2018-08-01 | 2 | -12/+17 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -1/+1 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 2 | -7/+7 |
* | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 2 | -2/+2 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -4/+4 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -11/+14 |
* | maps: Finish devices/bus (nw) |  Olivier Galibert | 2018-04-21 | 2 | -13/+15 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 2 | -10/+15 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 4 | -4/+4 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 2 | -2/+2 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
* | device_add_mconfig up to devices/bus/o* (nw) |  Ivan Vangelista | 2017-06-12 | 4 | -39/+32 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 6 | -38/+43 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 3 | -3/+3 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 4 | -1/+3 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 6 | -15/+15 |
* | Finished up tiny_rom_entry conversion |  Nathan Woods | 2016-08-06 | 2 | -2/+2 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 2 | -2/+2 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 6 | -16/+18 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 2 | -2/+2 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 2 | -2/+2 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 6 | -18/+16 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 3 | -12/+12 |
* | Revert "use c++ cast instead of c casts (nw)" |  Miodrag Milanovic | 2015-12-05 | 1 | -2/+2 |
* | use c++ cast instead of c casts (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -2/+2 |
* | cleanup |  Miodrag Milanovic | 2015-12-05 | 1 | -1/+1 |
* | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 3 | -10/+10 |
* | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 1 | -11/+11 |
* | fix uninitialized class members for bus devices (nw) |  Miodrag Milanovic | 2015-11-14 | 3 | -4/+16 |
* | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 3 | -0/+0 |
* | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 6 | -0/+566 |