summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev (follow)
Commit message (Expand)AuthorAgeFilesLines
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-152-6/+10
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-5/+5
* floppy: Created floppies need to be initialized the same way as loaded floppies Dirk Best2018-05-082-24/+29
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* Allow devcb to be bound to a device/mixin or the target of a device Vas Crabb2018-05-022-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-049-37/+37
* de-staticify initializations for src/devices/sound (nw) Wilbert Pol2018-02-251-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-173-5/+5
* Some legacy floppy fixes and cleanups (#3047) Oliver Stöneberg2018-01-132-7/+6
* cassette_image_device::set_state() did not use the supplied state at all (nw) firewave2018-01-101-1/+1
* floppy: Add TEAC FD-30A 3 inch floppy drive Dirk Best2017-11-012-0/+37
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* hiscore.dat: updates [Leezer] cracyc2017-10-151-2/+3
* floppy.h: Don't change sides if the drive has only one head. (nw) Curt Coder2017-10-121-1/+1
* isbc: these break the SCT (nw) cracyc2017-09-301-1/+1
* floppy: Add drive LED callback Dirk Best2017-08-272-21/+42
* floppy: Added FLOPPY_HFE_FORMAT to default_floppy_formats. Nigel Barnes2017-08-241-0/+1
* vgmplay: Bug fixes AJR2017-07-202-3/+8
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-113-23/+14
* (nw) fixed potential compile error Robbbert2017-07-081-1/+1
* Further improvements to slot option validation (nw) AJR2017-06-101-0/+5
* HP9845: improved keyboard mapping & German layout (#2351) fulivi2017-06-051-1/+1
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-022-6/+2
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* floppy: Fix for a segfault when emulating HP9895 drive [F.Ulivi] fulivi2017-05-211-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1424-315/+260
* 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