summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
Commit message (Expand)AuthorAgeFilesLines
* imagedev/floppy.cpp: Return INVALIDIMAGE from floppy_image_device::identify i... AJR2025-03-031-1/+4
* floppy: Start the ready dance on insertion even if motor is always on Olivier Galibert2025-01-111-0/+2
* imagedev/flopdrv.cpp: Remove code supporting functionality that's no longer u... Priit Laes2025-01-022-194/+3
* Demote tautological-compare to a warning again. Vas Crabb2024-11-271-3/+3
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-2719-59/+63
* 86f_dsk: add read 86f image support cracyc2024-10-151-0/+2
* util/chd.cpp, util/chdcodec.cpp: Added a safer way to let codecs do special s... Vas Crabb2024-10-141-1/+1
* chd.cpp: More API changes AJR2024-10-111-8/+24
* imagedev/floppy.h: Remove #include "screen.h" AJR2024-09-301-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2717-31/+31
* sun/sun4.cpp: Less convoluted way of changing default SCSI devices. Vas Crabb2024-09-221-4/+2
* srcclean in preparation for 0.270 release branch. Vas Crabb2024-09-221-2/+2
* Floppy fixes and refinements AJR2024-09-122-0/+29
* snapquik: fix error popmessage param index hap2024-09-121-1/+2
* imagedev/floppy.cpp: Add single-density 3" drive types AJR2024-09-082-2/+56
* floppy.cpp: Use standard drives for hard-sectored systems (#12727) Mark Garlanger2024-09-082-128/+186
* Floppy hard-sector support. Mix of Eric Anderson's and Mark Eric Anderson2024-09-012-229/+60
* floppy: Remove HFE image format from the general list for rewrite. Michael Zapf2024-08-171-1/+0
* Cleaned up various stuff. Vas Crabb2024-06-301-12/+10
* ti99/geneve: Replace fatal error with no action when accessing a MFM hard dis... Michael Zapf2024-06-281-2/+10
* imagedev/floppy.cpp: fix out-of-bounds access to the seek sample (#12452) Roman Donchenko2024-06-081-0/+3
* imagedev/floppy: fix a bug with reading the first 1-bit on a track (#12439) Roman Donchenko2024-06-042-28/+12
* util/cdrom, machine/t10mmc: Add preliminary support for multisession CD-ROMs,... 9871238791132024-05-122-0/+16
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol2024-03-222-2/+14
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-014-20/+16
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-10/+10
* imagedev/floppy.cpp: Delete unused getter that leaked details AJR2024-02-112-6/+0
* -imagedev/harddriv.cpp: Report unsuitable CHDs rather than crashing. Vas Crabb2024-02-102-29/+40
* imagedev/cdromimg.cpp: Fixed object lifecycles when loading from softlist or ... Vas Crabb2024-01-261-14/+21
* floppy.cpp: Update class variables to current naming convention. (#11851) Mark Garlanger2024-01-202-610/+610
* harddriv.cpp, mccs1850.cpp: Use multibyte.h helpers AJR2024-01-071-3/+4
* imagedev/cassette.cpp: Fix stereo output for stereo input images. (#11897) wilbertpol2024-01-071-1/+5
* New systems marked not working Ivan Vangelista2024-01-041-1/+1
* imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb2023-11-022-43/+6
* Revert "chd.cpp: Refactoring, part 2" Vas Crabb2023-10-271-25/+9
* chd.cpp: Refactoring, part 2 AJR2023-10-231-9/+25
* srcclean in preparation for MAME 0.260 release branch Vas Crabb2023-10-221-1/+1
* midiin_device: support loading sysex dumps (#11625) Devin Acker2023-10-202-5/+33
* Floppy format API refinements AJR2023-10-081-3/+3
* imagedev/floppy.cpp: Workaround for index timing regression AJR2023-10-021-2/+2
* Miscellaneous change roll-up: Vas Crabb2023-09-291-2/+2
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-242-13/+26
* nscsi: Add SCSI tape device based on SIMH tape image format (#11430) Miƫtek Bak2023-09-142-0/+137
* imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson2023-09-052-6/+43
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-174-11/+3
* floppy.cpp: add Teac FD55-A and FD55-B drive types (#11342) Mark Garlanger2023-06-162-2/+64
* ti99: Some debug output improvements Michael Zapf2023-06-081-4/+5
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-031-1/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-40/+40
* srcclean in preparation for MAME 0.255 branch Vas Crabb2023-05-281-1/+1