summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isbx
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Vas Crabb2024-11-251-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-273-7/+7
* ep64_exdos, compis_fdc: Clean up code using device finder arrays for floppy d... AJR2023-10-122-9/+13
* Formats-related #include cleanup AJR2023-10-082-1/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-6/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-015-19/+19
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-1/+1
* init vars for coverity (bus/a-l) Robbbert2022-04-021-1/+1
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-024-15/+8
* isbc: sm1810 has an 80 track drive cracyc2021-01-091-0/+1
* Spring cleaning: Vas Crabb2019-11-012-9/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-265-38/+38
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-38/+38
* upd765: Simplify read/write handlers (nw) AJR2019-03-102-6/+6
* bus/compis, bus/isbx, bus/pofo, bus/ql, qimi: Eliminate address_space argumen... AJR2019-02-245-38/+38
* -bus/apricot/expansion/expansion, bus/isbx, cpu/i8086, cpu/i8089, : Removed M... mooglyguy2018-12-151-30/+13
* upd765: Add (mostly standard) clocks to all devices in the family (nw) AJR2018-12-132-2/+2
* Include floppy.h explicitly in drivers and bus cards, rather than indirectly ... AJR2018-11-252-0/+2
* pc_lpt, upd765: removed MCFG macros (nw) Ivan Vangelista2018-09-282-13/+15
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-4/+4
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-13/+16
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* device_add_mconfig up to devices/bus/l* (nw) Ivan Vangelista2017-06-094-41/+18
* 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-146-29/+28
* Self-registering devices prep: Vas Crabb2017-02-273-3/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-116-3/+3
* isbx_218a: 8" floppy support (nw) cracyc2016-12-032-2/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-226-35/+35
* compis: WIP. (nw) Curt Coder2016-08-251-0/+1
* reverting: Miodrag Milanovic2016-01-206-6/+6
* tags are now strings (nw) Miodrag Milanovic2016-01-166-6/+6
* override part 1 (nw) Miodrag Milanovic2015-12-053-21/+21
* clang-modernize part 2 Miodrag Milanovic2015-12-041-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-142-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-083-0/+0
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-136-0/+754