| Commit message (Expand) | Author | Age | Files | Lines |
* | adam, bw2, cbm2, newbrain, pet, plus4, pofo, vic10, vic20: Eliminate bus tag ... |  AJR | 2021-06-20 | 2 | -16/+0 |
* | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 5 | -19/+15 |
* | start putting noexcept on things that have no business throwing exceptions, s... |  Vas Crabb | 2019-11-10 | 1 | -9/+9 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 4 | -26/+17 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 9 | -72/+64 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 9 | -64/+72 |
* | ef9345, ef9365: Simplify read/write handlers (nw) |  AJR | 2019-03-07 | 1 | -2/+2 |
* | bus/adam, bus/cbm2, bus/coleco, bus/vic20: Eliminate unnecessary address_spac... |  AJR | 2019-02-19 | 9 | -33/+33 |
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -15/+17 |
* | devices\bus: removed a few unused MCFG macros (nw) |  Ivan Vangelista | 2019-01-30 | 1 | -11/+0 |
* | src/devices: more MCFG macros removal (nw) |  Ivan Vangelista | 2019-01-10 | 2 | -13/+14 |
* | Start cleaning up palette configuration: |  Vas Crabb | 2018-12-29 | 1 | -2/+2 |
* | -cpu/m6502: Removed MCFG macros. [Ryan Holtz] |  mooglyguy | 2018-12-17 | 1 | -1/+10 |
* | mos6566, cbm2_user_port, vic10_expansion_slot: Replace MCFG_ macros with devc... |  AJR | 2018-08-13 | 1 | -35/+13 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -4/+4 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 4 | -12/+12 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -8/+10 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -8/+8 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -2/+6 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -2/+4 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -2/+2 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -4/+4 |
* | some more device_add_mconfig in devices/bus (nw) |  Ivan Vangelista | 2017-06-07 | 2 | -26/+7 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -4/+4 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 10 | -80/+77 |
* | Changes to make get_default_card_software() less stupid |  Nathan Woods | 2017-04-10 | 2 | -2/+2 |
* | Make device_image_interface::update_names a private method called automatical... |  AJR | 2017-03-03 | 1 | -1/+0 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 5 | -6/+7 |
* | device_image_interface cleanups (nw) |  AJR | 2017-02-27 | 1 | -1/+1 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 10 | -5/+5 |
* | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 1 | -2/+2 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 10 | -40/+40 |
* | Merge pull request #1180 from npwoods/split_softlist_code_redo |  Miodrag Milanović | 2016-08-08 | 1 | -0/+1 |
|\ |
|
| * | Redo of split of src/emu/softlist.[cpp|h] |  Nathan Woods | 2016-08-02 | 1 | -0/+1 |
* | | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 2 | -2/+2 |
|/ |
|
* | Turn image init/validate into scoped enums to avoid accidental casts to/from ... |  Vas Crabb | 2016-08-01 | 2 | -3/+3 |
* | 1. Merge branch 'master' into diimage_filetype_as_stdstring |  Nathan Woods | 2016-07-31 | 1 | -3/+3 |
|\ |
|
* | | This changes device_image_interface::filetype() to return 'const std::string ... |  Nathan Woods | 2016-07-31 | 1 | -3/+3 |
|/ |
|
* | Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... |  Nathan Woods | 2016-07-23 | 1 | -1/+1 |
* | device_image_interface::call_softlist_load() was a virtual function where eve... |  Nathan Woods | 2016-07-21 | 2 | -13/+1 |
* | Consolidating implementations of create_option_guide() that return nullptr |  Nathan Woods | 2016-07-13 | 1 | -1/+0 |
* | Add support to adjust the screen color |  Dirk Best | 2016-03-12 | 1 | -4/+4 |
* | Cleanups and version bumpmame0170 |  Miodrag Milanovic | 2016-01-27 | 2 | -3/+3 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 10 | -14/+14 |
* | 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 | 10 | -14/+14 |
* | modernize rom_load_manager (nw) |  Miodrag Milanovic | 2016-01-11 | 1 | -1/+1 |
* | Return std::string objects by value rather than pass by reference |  AJR | 2016-01-10 | 2 | -3/+3 |
* | pet/cbm2: HSG/HRG WIP. (nw) |  Curt Coder | 2016-01-03 | 2 | -29/+52 |