summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* imagedev/midiin.cpp: fix error condition handling so midi files can be loaded... Devin Acker2023-05-271-3/+3
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-232-15/+15
* Remove stray fprintf Olivier Galibert2023-05-081-1/+0
* image: Fix initialisation order, fix file menu enable, refine gdrom support Olivier Galibert2023-05-082-10/+5
* atapicdr, cdromimg: Fix gdrom support Olivier Galibert2023-05-051-2/+2
* cdrom: Bunch of fixes Olivier Galibert2023-05-051-5/+28
* chd: Add dvd support. better abstraction in general, multi-image support in a... Olivier Galibert2023-05-045-137/+335
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-0832-191/+198
* -Improved some Lua APIs: Vas Crabb2023-04-0723-195/+184
* neogeo/neogeo.cpp, neogeo/ng_memcard.cpp: Hooked up more control lines. Vas Crabb2023-04-051-2/+2
* Small fixes and cleanup: Vas Crabb2023-04-043-6/+6
* emu/rgbvmx.h: Fixed some corner cases (fixes GitHub #11051). Vas Crabb2023-04-013-6/+9
* API change for device_image_interface AJR2023-03-3032-139/+157
* imagedev/floppy.cpp: Fix build AJR2023-02-261-1/+1
* imagedev/floppy: Eliminate superfluous return value for load callback AJR2023-02-261-1/+1
* Various cleanups: Vas Crabb2023-02-273-14/+14
* diimage.h: Move a few macro and delegate definitions down into subclasses AJR2023-01-012-0/+6
* imagedev: Allow command-line creation for tapes/memory cards/printouts. Vas Crabb2022-12-244-0/+4
* floppy sound: fix spin sample oob access hap2022-12-061-3/+6
* harddisk.h: #include shuffling AJR2022-11-261-0/+1
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-192-4/+11
* -gameboy.xml, gbcolor.xml: Demoted HuC-3 games to partially working. Vas Crabb2022-09-121-1/+1
* OSD/network interface cleanup AJR2022-08-284-1/+11