summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bml3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-218-20/+20
* bml3rtc: save state (nw) Nigel Barnes2019-11-241-0/+3
* bml3: Added Hitachi Real Time Clock card [Russell Bull] Nigel Barnes2019-11-222-0/+156
* thomson.cpp: Improve floppy device encapsulation (nw) AJR2019-11-101-1/+1
* flopdrv: Even legacy devices need some code cleanup (nw) AJR2019-11-052-19/+8
* New working machines Vas Crabb2019-11-021-0/+1
* Spring cleaning: Vas Crabb2019-11-015-64/+70
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-263-5/+5
* bml3mp1802: Correct clock source (nw) AJR2019-10-081-1/+3
* (nw) Clean up the mess on master Vas Crabb2019-03-262-38/+21
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-21/+38
* mame\drivers: removed most MACHINE_CONFIG and MCFG macros from drivers starti... Ivan Vangelista2019-03-221-10/+12
* devices\bus: removed a few unused MCFG macros (nw) Ivan Vangelista2019-01-301-4/+0
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-2/+0
* bml3: Partial bus modernization (nw) AJR2019-01-262-22/+9
* Don't #include legacy header "flopdrv.h" except where it's still used (nw) AJR2018-11-251-1/+1
* -mc2661,mc68328,mc6843,mc6846: De-MCFG, nw mooglyguy2018-09-081-5/+6
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-9/+10
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-1/+1
* devcb3 Vas Crabb2018-07-071-3/+3
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* Eliminate remaining non-diexec PULSE_LINE hacks and disable some side effects... AJR2018-05-152-4/+8
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-2/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-3/+4
* Set finder tag relative to current device being configured rather than Vas Crabb2018-04-301-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-33/+13
* devices/machine: some private-ization (nw) Ivan Vangelista2018-02-151-1/+0
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* bml3bus: Remove firstcpu usage (nw) AJR2018-01-025-9/+9
* some more device_add_mconfig in devices/bus (nw) Ivan Vangelista2017-06-076-54/+31
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-223-3/+3
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-48/+58
* Self-registering devices prep: Vas Crabb2017-02-274-5/+5
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-4/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-21/+21
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-066-6/+6
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* reverting: Miodrag Milanovic2016-01-208-31/+29
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-4/+4
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-4/+4
* tags are now strings (nw) Miodrag Milanovic2016-01-168-29/+31
* override part 1 (nw) Miodrag Milanovic2015-12-054-15/+15
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-053-3/+3
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-053-3/+3
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 2 Miodrag Milanovic2015-12-043-5/+5
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-144-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+969