summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mtx (follow)
Commit message (Expand)AuthorAgeFilesLines
* bus/mtx/sdx.cpp: Clean up code using device finder array AJR2023-10-122-25/+22
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-013-5/+5
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-7/+4
* Fixed various bugs: Vas Crabb2023-04-061-1/+1
* Small fixes and cleanup: Vas Crabb2023-04-041-3/+3
* API change for device_image_interface AJR2023-03-302-5/+5
* mtx_cfx: Replace HDD with Compact Flash device. Nigel Barnes2022-12-121-1/+1
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-201-1/+1
* srcclean in preparation for release Vas Crabb2022-05-221-8/+8
* bus/mtx/cfx: Do nothing when both READ/WRITE are asserted. Nigel Barnes2022-05-201-4/+14
* bus/mtx/cfx: Do nothing when both CS0/CS1 are asserted. Nigel Barnes2022-05-201-9/+9
* mtx.cpp: New expansion devices CFX System and MAGROM. Nigel Barnes2022-05-1810-13/+562
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-022-4/+6
* -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. Vas Crabb2020-11-061-1/+1
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-212-11/+11
* Spring cleaning: Vas Crabb2019-11-012-40/+11
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-8/+8
* mc6845: More consistent identification of HD6845S variant (nw) AJR2019-05-181-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-264-0/+732
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-732/+0
* srcclean (nw) Vas Crabb2019-03-241-15/+15
* bus/mtx: Configure spaces using required_address_space (nw) AJR2019-03-122-23/+7
* mtx: Added expansion bus with SDX floppy controller. Nigel Barnes2019-03-104-0/+748