summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bml3
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-254-16/+16
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-275-16/+16
* bus/bml3: standardize read/write function names angelosa2024-09-238-21/+21
* bus/bml3: drop bml3 prefix for slot options filenames angelosa2024-09-208-4/+4
* hitachi/bml3.cpp: drop bml3 prefix for all bus slot options angelosa2024-09-202-2/+2
* imagedev/floppy.cpp: Add single-density 3" drive types AJR2024-09-081-5/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-8/+8
* bml3: Overhaul memory management and expansion interface, using views to avoi... AJR2023-04-0810-58/+90
* Encode certain tracks as single density in .d88 floppy format AJR2023-03-191-1/+1
* bml3mp1802: Clean up code a little; use input merger for NMI AJR2023-03-193-28/+23
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-3/+3
* init vars for coverity (bus/a-l) Robbbert2022-04-022-3/+3
* Future-proofing by using correct #include for SOFTWARE_LIST device AJR2022-01-032-0/+4
* bml3mp1805: fixed the crashing, but it seems to have trouble reading the disk. Robbbert2021-05-191-20/+38
* bml3: connected up software list Robbbert2021-05-182-0/+3
* Purge various obsolete and redundant #includes AJR2021-04-191-1/+1
* thomson,bm3: Correct compile errors due to incorrectly pushing a not entirely... Olivier Galibert2021-04-191-4/+4
* thomson: Turn the extensions into slot devices, modernize the floppies Olivier Galibert2021-04-193-57/+52
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-4/+4
* 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