summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nasbus (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-3/+3
* Adjustments to option priority interactions: Vas Crabb2023-05-092-13/+11
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+6
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-214-16/+16
* New working machines Vas Crabb2019-11-021-0/+1
* Spring cleaning: Vas Crabb2019-11-013-29/+37
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-262-8/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-263-61/+31
* Revert "conflict resolution (nw)" andreasnaive2019-03-253-31/+61
* bus/cgenie/expansion, bus/einstein/pipe, bus/nasbus, bus/spectrum, bus/vtech:... AJR2019-02-252-24/+6
* mc6845, crtc_ega: Simplify read/write handlers (nw) AJR2019-02-191-2/+2
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-5/+6
* -devices/bus/cgenie: Removed MCFG macros, nw mooglyguy2019-02-042-13/+6
* -devices/bus/kc, nasbus, s100: Removed MCFG macros, nw mooglyguy2019-02-031-18/+12
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-251-0/+1
* mc6845, upd7220: removed MCFG macros (nw) Ivan Vangelista2018-11-201-4/+5
* wd_fdc: removed MCFG macros (nw) Ivan Vangelista2018-09-061-8/+9
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-1/+1
* devcb3 Vas Crabb2018-07-071-1/+1
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* wd_fdc family, msm5832: Eliminate customized MCFG_XXX_ADD macros (nw) AJR2018-05-271-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-043-9/+11
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-12/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-2/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-3/+3
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-124-22/+10
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-148-60/+65
* nascom2: Moved floppy softlist to machine and fixed validation (nw) Nigel Barnes2017-05-071-3/+0
* Device validation fixes: another one rides the bus (nw) AJR2017-03-031-1/+1
* Self-registering devices prep: Vas Crabb2017-02-273-4/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-118-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-16/+16
* reverting: Miodrag Milanovic2016-01-206-15/+17
* 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-166-17/+15
* override part 1 (nw) Miodrag Milanovic2015-12-053-10/+10
* clang-modernize part 2 Miodrag Milanovic2015-12-042-11/+11
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-084-0/+0
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-0/+900