| Commit message (Expand) | Author | Age | Files | Lines |
* | mos6551: Eliminate MCFG_ macros (nw) |  AJR | 2018-08-20 | 1 | -17/+18 |
* | c64_expansion_slot, pet_user_port: Eliminate all remaining MCFG_ macro use (nw) |  AJR | 2018-08-13 | 1 | -77/+0 |
* | -oric, pet, prodigy, rmnimbus, ssystem3, swtpc09, swyft, sym1, trvquest, tv95... |  mooglyguy | 2018-08-01 | 2 | -2/+23 |
* | -vic20: Removed MCFG and duplicated machine configs. [Ryan Holtz] |  mooglyguy | 2018-08-01 | 1 | -0/+1 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 2 | -20/+39 |
* | more macro removal and overload disambiguation (nw) |  Vas Crabb | 2018-06-17 | 1 | -5/+9 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -1/+1 |
* | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 2 | -2/+2 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 3 | -12/+12 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 8 | -21/+24 |
* | Allow devcb to be bound to a device/mixin or the target of a device |  Vas Crabb | 2018-05-02 | 1 | -3/+3 |
* | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 1 | -1/+1 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 2 | -11/+14 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -40/+40 |
* | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 2 | -2/+0 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 2 | -15/+19 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 4 | -3/+6 |
* | (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... |  Vas Crabb | 2018-01-27 | 2 | -5/+17 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -3/+3 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 5 | -6/+6 |
* | This causes huge changes in behaviour that can't be hand-waved away. |  Vas Crabb | 2018-01-13 | 2 | -2/+6 |
* | New way to provide DAC reference inputs (nw) |  AJR | 2018-01-10 | 2 | -6/+2 |
* | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -4/+4 |
* | device_add_mconfig up to devices/bus/q* (nw) |  Ivan Vangelista | 2017-06-13 | 10 | -91/+40 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 5 | -9/+9 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 24 | -196/+185 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 12 | -15/+22 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 23 | -11/+12 |
* | Improvements to rgb_t (nw) |  AJR | 2016-10-22 | 1 | -2/+2 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 24 | -68/+68 |
* | DAC WIP, started documenting the DACs in use. [smf] |  smf- | 2016-10-17 | 4 | -16/+16 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 4 | -4/+4 |
* | Merge pull request #926 from Dagarman/master |  R. Belmont | 2016-06-05 | 2 | -6/+5 |
|\ |
|
| * | Add files via upload |  Dagarman | 2016-06-04 | 2 | -6/+5 |
* | | small cleanup (nw) |  Miodrag Milanovic | 2016-06-05 | 1 | -2/+0 |
|/ |
|
* | silence (nw) |  smf- | 2016-06-01 | 1 | -2/+2 |
* | Commodore PET Joysticks and Sound Device [Ken White] |  smf- | 2016-05-31 | 3 | -0/+237 |
* | 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 | 22 | -32/+32 |
* | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 4 | -4/+4 |
* | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 4 | -4/+4 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 22 | -32/+32 |
* | pet/cbm2: HSG/HRG WIP. (nw) |  Curt Coder | 2016-01-03 | 1 | -2/+24 |
* | pet/cbm2: HSG/HRG WIP. (nw) |  Curt Coder | 2016-01-01 | 2 | -24/+22 |
* | Cleanups and version bumpmame0169 |  Miodrag Milanovic | 2015-12-30 | 1 | -1/+1 |
* | cleanups (nw) |  Miodrag Milanovic | 2015-12-25 | 2 | -3/+2 |
* | override for for macros that could not be auto recognized by tools (nw) |  Miodrag Milanovic | 2015-12-06 | 1 | -1/+1 |
* | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 11 | -58/+58 |
* | clang-modernize part 2 |  Miodrag Milanovic | 2015-12-04 | 4 | -28/+28 |