| Commit message (Expand) | Author | Age | Files | Lines |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 5 | -117/+94 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 5 | -94/+117 |
* | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 3 | -12/+15 |
* | bus/abcbus: Remove MCFG_ macros; add bus clocks (presumed same as CPUs) (nw) |  AJR | 2019-01-26 | 2 | -105/+79 |
* | Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... |  AJR | 2018-11-25 | 3 | -0/+3 |
* | srcclean (nw) |  Vas Crabb | 2018-09-23 | 3 | -3/+3 |
* | wd_fdc: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-06 | 4 | -44/+53 |
* | z80daisy: finished removing MCFG macro (nw) |  Ivan Vangelista | 2018-08-31 | 5 | -14/+14 |
* | z80daisy_generic, z80dart, z80dma: removed MCFG macros (nw) |  Ivan Vangelista | 2018-08-30 | 2 | -13/+14 |
* | z80pio.cpp: removed macros (nw) |  Ivan Vangelista | 2018-08-28 | 2 | -17/+17 |
* | tms99xx: devcb3 changes, removing MCFG macros for 9900, 9901, 9980A, 9995. |  Michael Zapf | 2018-08-14 | 1 | -1/+3 |
* | wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] |  Olivier Galibert | 2018-08-10 | 1 | -3/+3 |
* | Make OG happier about output latches, nw |  mooglyguy | 2018-08-02 | 2 | -16/+2 |
* | -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... |  mooglyguy | 2018-07-30 | 5 | -49/+70 |
* | Made a pass over the source to eliminate uppercase hex in hashes (nw) |  Scott Stone | 2018-07-13 | 1 | -6/+6 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -10/+10 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 6 | -62/+46 |
* | Move the +1 to the proper place in the ROM BIOS macros - that's been |  Vas Crabb | 2018-05-29 | 6 | -24/+24 |
* | wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) |  AJR | 2018-05-27 | 3 | -17/+10 |
* | proposal: move z80daisy* to devices/machine (#3572) |  Patrick Mackinlay | 2018-05-15 | 5 | -5/+5 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 8 | -54/+54 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 6 | -60/+66 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 8 | -81/+97 |
* | srcclean (nw) |  Vas Crabb | 2018-02-25 | 2 | -5/+5 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -4/+4 |
* | devices/machine: some private-ization (nw) |  Ivan Vangelista | 2018-02-15 | 1 | -1/+0 |
* | Merge pull request #3208 from JoakimLarsson/cadabc_1 |  Joakim Larsson Edström | 2018-02-14 | 3 | -0/+226 |
|\ |
|
| * | cadmouse: Addressed review comments and changed short name to match product n... |  Joakim Larsson Edstrom | 2018-02-14 | 3 | -3/+7 |
| * | cadmouse: Fixed to use new address map API |  Joakim Larsson Edstrom | 2018-02-14 | 2 | -2/+4 |
| * | cadmouse.cpp: NEW non working mouse/hi-res unit for the abcbus [Valgrind] |  Joakim Larsson Edstrom | 2018-02-14 | 3 | -0/+220 |
* | | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 7 | -44/+50 |
|/ |
|
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 14 | -14/+28 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 5 | -14/+14 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 10 | -20/+20 |
* | srcclean (nw) |  Vas Crabb | 2017-10-22 | 4 | -5/+5 |
* | abc800: Fixed Luxor 55-10828 "slow" floppy controller board logic. [Curt Coder] |  Curt Coder | 2017-10-12 | 2 | -83/+110 |
* | abc800: Added skeleton for Databoard 4112-23 floppy disk controller. [Curt Co... |  Curt Coder | 2017-10-04 | 3 | -0/+271 |
* | abc800: Fixed Turbo Kontroller name to UNI DISK and identified CPU type. [Cur... |  Curt Coder | 2017-10-03 | 4 | -153/+232 |
* | Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) |  AJR | 2017-09-24 | 1 | -1/+1 |
* | some more device_add_mconfig in devices/bus (nw) |  Ivan Vangelista | 2017-06-07 | 18 | -323/+142 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 9 | -14/+14 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 28 | -359/+345 |
* | Start cleaning up duplicate shortnames |  Vas Crabb | 2017-03-03 | 3 | -27/+9 |
* | Self-registering devices. |  Vas Crabb | 2017-03-03 | 1 | -3/+1 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 15 | -29/+29 |
* | lux21046: Cleanup. (nw) |  Curt Coder | 2017-02-16 | 2 | -121/+127 |
* | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 28 | -14/+14 |
* | Make devcb objects more consistently available for further configuration (nw) |  AJR | 2017-01-31 | 1 | -20/+20 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 28 | -224/+224 |
* | Created a tiny_rom_entry structure for the purposes of rom_entry declarations... |  Nathan Woods | 2016-08-06 | 20 | -20/+20 |