summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev
Commit message (Expand)AuthorAgeFilesLines
* 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
* imagedev/midiin.cpp: send All Notes Off CC when unloading a MIDI file (#10221) Devin Acker2022-08-141-0/+10
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-0413-158/+147
* Removed superfluous semicolons from various source files. (#9796) 0kmg2022-05-221-1/+1
* Revert "bitbanger: Add udp multicast support (#9744)" (#9749) Vas Crabb2022-05-132-30/+0
* bitbanger: Add udp multicast support (#9744) tedgreen992022-05-122-0/+30
* Revert "tests" hap2022-04-261-23/+0
* Revert "debug" hap2022-04-261-2/+1
* debug Olivier Galibert2022-04-261-1/+2
* tests Olivier Galibert2022-04-261-0/+23
* Changed floppy_image_device::identify() to take std::string_view instead of s... npwoods2022-04-242-2/+2
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
* Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... npwoods2022-04-112-8/+4
* midiin: Use util::random_read rather than buffer pointer in MIDI file parser AJR2022-04-092-15/+101
* hard_disk_file: Hide the chd Olivier Galibert2022-04-046-71/+49
* Changed floppy_image_device::init_fs() to set the dirty bit on the floppy ima... npwoods2022-04-031-0/+3
* cdrom_file: classify. Could use more internal work, but it's a step Olivier Galibert2022-04-011-6/+6
* hard_disk_file: classify Olivier Galibert2022-04-012-13/+13
* floppy: revisit the identify returns Olivier Galibert2022-03-301-0/+2
* floppy: Change the internal format to flux changes, update the mfi format acc... Olivier Galibert2022-03-302-149/+131
* floppy: remove the intermediate allocator Olivier Galibert2022-03-302-37/+29
* docs: Added page describing how MAME searches for media. Vas Crabb2022-03-102-28/+4
* Remove fileio.h from emu.h AJR2022-02-112-0/+2
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* Clean up various loose ends: Vas Crabb2022-02-032-11/+51
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-2610-13/+13
* device_image_interface: Interface overhaul AJR2022-01-0631-88/+438
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-312-15/+15
* midiin_device: handle channel remapping at playback time instead of load time... Devin Acker2021-12-192-15/+19
* imagedev/midiin.cpp: Made channel remapping configurable. (#8907) Devin Acker2021-12-022-13/+49
* util: Further API cleanups: (#8661) Vas Crabb2021-10-057-15/+38
* Formats-related refactoring AJR2021-09-113-2/+6
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-229-261/+236
* enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... tim lindner2021-06-032-1/+38
* floppy: fix the build Patrick Mackinlay2021-06-011-0/+1
* midiin: Add support for providing a .mid file as input Aaron Giles2021-05-272-20/+467
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-272-19/+10
* flux viewer switched on by mistake Olivier Galibert2021-05-261-1/+1
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-1/+1
* floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed Olivier Galibert2021-05-252-1/+30