summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev
Commit message (Expand)AuthorAgeFilesLines
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-268-48/+30
* Added RAM-based BASIC bankswitch, improved floppy code, added mon_r(). SIS ac... Angelo Salese2013-03-251-0/+1
* (mess) psxcd: simplify the cdrom [Carl] cracyc2013-03-242-0/+6
* (MESS) Re-enabled softlist support in snapshot and quickload. (nw) Sandro Ronco2013-02-202-1/+12
* fixed uninitialized variable in src/emu/imagedev/floppy.c when no image is lo... Oliver Stöneberg2013-02-161-0/+1
* fixed uninitialized variable in src/emu/imagedev/cassette.c (nw) Oliver Stöneberg2013-02-161-0/+1
* set proper cassette image loading error / removed unused CASSETTE_ERROR_INVAL... Oliver Stöneberg2013-02-121-0/+20
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-112-10/+8
* Getting rid of DEVICE_IMAGE_START (nw) Wilbert Pol2013-02-062-10/+0
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-052-32/+28
* Initial implementation of Ensoniq ES5510 DSP [Christian Brunschen] R. Belmont2013-02-031-3/+10
* (MESS) Properly close the old image when swapping CHD-CDs [Steve Leung] R. Belmont2013-02-031-0/+4
* (MESS) floppy: Disk is read-only if no output format. (nw) Curt Coder2013-01-191-1/+1
* floppy: Fixed write protected signal and added a callback for it. [Curt Coder] Curt Coder2013-01-182-5/+27
* MIDI: Fixed several bugs and bumped the input buffer sizes [R. Belmont] R. Belmont2013-01-153-6/+17
* First pass on MIDI out support [R. Belmont] R. Belmont2013-01-142-0/+163
* MIDI: allow input port to work without a connected real device [R. Belmont] R. Belmont2013-01-132-2/+3
* MIDI core updates: [R. Belmont] R. Belmont2013-01-132-0/+255
* output of new srcclean changes that are relatively small [smf] smf-2013-01-1113-25/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1119-285/+279
* floppy: Correctly reach files inside zips or softlists [O. Galibert] Olivier Galibert2013-01-022-7/+57
* [APPLE2] Floppy drive cleanups/modernization (nw) Nathan Woods2012-12-232-18/+0
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* Fixed cdrom extensions in listmedia (no whatsnew) Miodrag Milanovic2012-12-112-2/+5
* (MESS) sf7000: Fixed floppy. [Curt Coder] Curt Coder2012-12-091-4/+4
* That was wrong, apc proves it, hmmm... (nw) Olivier Galibert2012-12-081-1/+1
* Added .cdr as a synonym for .iso, as seen on e.g. archive.org (nw) Justin Kerk2012-12-061-1/+1
* added iso to supported cdrom images lists (no whatsnew) Miodrag Milanovic2012-12-051-1/+1
* Fixed typo. (nw) Curt Coder2012-12-051-1/+1
* floppy: restore/recalibrate is supposed to work like this [O. Galibert] Olivier Galibert2012-12-041-1/+1
* floppy: Enhance ready support [O. Galibert] Olivier Galibert2012-12-012-9/+41
* Added 8" DSSD floppy type, WD177x inverted bus, and fixed DSKCHG signal. (nw) Curt Coder2012-11-292-2/+41
* Added some more floppy types. (nw) Curt Coder2012-11-282-15/+87
* (MESS) floppy: added a more descriptive error message when it fails to identi... Sandro Ronco2012-11-271-0/+3
* (MESS) Added some floppy formats and TWOSID signal. (nw) Curt Coder2012-11-262-0/+120
* floppy: Default on head 0, not 1 [O. Galibert] Olivier Galibert2012-11-231-1/+1
* sed1310: Cleanup. (nw) Curt Coder2012-11-222-0/+34
* floppy: Fix index pulse generation when motor is always on [O. Galibert] Olivier Galibert2012-11-201-1/+1
* (mess) upd765: Add read fm sector support [O. Galibert] Olivier Galibert2012-11-162-1/+45
* made cdrom_image_device & harddisk_image_device responsible for accessing dri... smf-2012-10-114-2/+41
* (mess) floppy: Random fixes/logging [O. Galibert] Olivier Galibert2012-10-102-4/+6
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-3/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-153-9/+6
* (MESS) support for writing to compressed hard drives using diff files. [smf] smf-2012-09-082-43/+83
* floppy: Harmless intermediate commit that could help Micko (nw) Olivier Galibert2012-08-242-11/+197
* Ah, this was needed to be DD drive after all, but change it to support dual s... Miodrag Milanovic2012-08-241-1/+1
* added 525hd support into floppy.c and converted ht68k to use new wd17xx core ... Miodrag Milanovic2012-08-242-0/+41