summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made a number of device_image_interface members private (#2227) npwoods2017-04-171-1/+1
* Fix compile error noticed on VS (nw) Miodrag Milanovic2017-03-261-1/+1
* Oops (nw) AJR2017-03-031-1/+1
* Device validation fixes, floppy edition (nw) AJR2017-03-031-4/+4
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-0317-83/+0
* Image instance name refactoring and bug fixing (nw) AJR2017-03-022-1/+3
* Self-registering devices. Vas Crabb2017-03-034-10/+13
* legacy floppy: unbreak floppy_stp_w Sergey Svishchev2017-03-011-0/+4
* Self-registering devices prep: Vas Crabb2017-02-2715-79/+81
* device_image_interface cleanups (nw) AJR2017-02-273-3/+3
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-201-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* sitcom: hook up LEDs to PIA outputs to show state visually, softlist a Vas Crabb2017-02-112-4/+14
* Merge pull request #1974 from shattered/_55d0495 R. Belmont2017-01-142-5/+17
|\
| * imagedev/floppy: add has_trk00 property, initially for IBM 6360 8-inch drives Sergey Svishchev2017-01-152-3/+5
| * imagedev/floppy: add 'dskchg_writable' property (for Sony Microfloppy drives) Sergey Svishchev2017-01-152-2/+12
* | Taito 68705 interface improvements: Vas Crabb2017-01-152-0/+7
* | floppy: Added TODO comments; revert stp_w ignore on spin-up until further evi... Michael Zapf2017-01-131-2/+10
* | Fix for duplicate device description issue between ibm_6360 and floppy_8_sssd... Scott Stone2017-01-111-1/+1
|/
* IBM 6580 Displaywriter de-skeletonization [shattered] Sergey Svishchev2017-01-102-0/+36
* floppy: Forgot to remove the logerror output (nw) Michael Zapf2017-01-051-1/+1
* floppy: Inhibit reading/stepping until drive has spun up; this concerns drive... Michael Zapf2017-01-051-1/+6
* upd765: isbc215 format expects sector size to be in result (nw) cracyc2016-12-031-0/+4
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-123-33/+33
* Revert "Use true/false if type used is bool (nw)" Miodrag Milanovic2016-11-1210-49/+49
* Use true/false if type used is bool (nw) Miodrag Milanovic2016-11-1110-49/+49
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-113-33/+33
* Fix heap corruption when loading a new chd fails. Throw CHDERR_FILE_NOT_WRITE... smf-2016-11-061-2/+8
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-063-6/+6
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-3/+3
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2224-192/+192
* ti99: More savestate enabling and cleanups. (nw) Michael Zapf2016-09-252-1/+33
* Fixed some log outputs, removed old tag() calls. (nw) Michael Zapf2016-09-201-8/+8
* Added HxC HFE disk format. Michael Zapf2016-09-181-0/+2
* Merge pull request #1332 from npwoods/option_guide_and_imgtool Vas Crabb2016-09-105-7/+7
|\
| * Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ... Nathan Woods2016-09-032-2/+2
| * option_guide C++-ification, touched up imgtool Nathan Woods2016-08-275-5/+5
* | Merge pull request #1290 from npwoods/set_filetype_for_softlist_images Vas Crabb2016-09-091-0/+1
|\ \ | |/ |/|
| * Changed the "extension as filetype" behavior for software list images to be o... Nathan Woods2016-08-251-0/+1
* | Improved floppy sound emulation. Michael Zapf2016-08-252-163/+311
|/
* Fixed regression with cassette code that caused hangs to happen when loading ... Nathan Woods2016-08-201-5/+16
* casserr_t ==> enum class cassette_image::error Nathan Woods2016-08-201-8/+8
* Stop forcing cassette image create when loading zero-length images. Also min... Nathan Woods2016-08-201-6/+5
* Fixed an issue with legacy floppy loading caused by filetype() now being a st... Nathan Woods2016-08-181-1/+1
* Initial modernization of Phil's CMI IIx driver, nw therealmogminer@gmail.com2016-08-161-1/+1
* removed create_option_guide() as you can't create cd's (nw) smf-2016-08-152-14/+1
* Eliminated device_image_interface::make_readonly() Nathan Woods2016-08-091-4/+0
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-087-0/+8
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-027-0/+8
* | ti99: Using proper RAM devices instead of ROM_REGIONS, adapting logerror output Michael Zapf2016-08-081-33/+33
|/