summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/v1050.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-5/+5
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-14/+1
* (MESS) v1050_hdd.xml: Added hard disk software list with preformatted 5MB and... Curt Coder2013-11-071-4/+13
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-20/+20
* (MESS) Cleanup. (nw) Curt Coder2013-08-081-6/+39
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-5/+5
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-201-5/+19
* (MESS) v1050: Fixed floppy drive type. [Curt Coder] Curt Coder2013-05-111-3/+4
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* IRQ_CALLBACK modernization part 3 (no whatsnew) Miodrag Milanovic2013-01-311-6/+4
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-1/+1
* I ran cleanup.cmd on the latest tree when testing srcclean changes and it fou... smf-2013-01-111-1/+1
* (MESS) Floppy fixes WIP. (nw) Curt Coder2013-01-111-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-113/+113
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-6/+6
* (MESS) v1050: Fixed floppy variant. (nw) Curt Coder2012-12-061-4/+4
* (MESS) Floppy fixes. (nw) Curt Coder2012-12-051-1/+1
* (MESS) Fixed floppy clocks. (nw) Curt Coder2012-11-291-1/+1
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-5/+1
* (MESS) v1050: Fixed FDC clock, now tries to load stuff but always fails at tr... Curt Coder2012-11-231-22/+24
* (MESS) wd1772: Improved interrupts, added ready handling and FD1793 variant. ... Curt Coder2012-11-231-48/+37
* replaced some "^" with DEVICE_SELF_OWNER (nw) smf-2012-10-261-1/+1
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-18/+2
* Uses logical levels rather than voltage levels for control signals, you have ... smf-2012-10-101-13/+13
* (MESS) Uses the IO line from the SASI bus to determine the direction of the S... smf-2012-10-071-2/+24
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-0/+1
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-1/+1
* missed a file from previous commit - removed dependency pollution (nw) smf-2012-10-071-0/+1
* reverted it properly, doesn't crash now Robbbert2012-10-071-1/+1
* Fixed compile error, no idea if i broke something else. Robbbert2012-10-071-1/+1
* talking to scsibus is now done via scsicb (nw) smf-2012-10-061-1/+1
* (MESS) Cleanup. (nw) Curt Coder2012-10-041-1/+1
* Fix for regressions (no whatsnew) Miodrag Milanovic2012-10-041-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-14/+16
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-27/+17
* (MESS) fixed chdman commands based on datasheets (nw) smf-2012-09-251-2/+2
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-3/+0
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-13/+13
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-7/+7
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-3/+5
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-051-2/+1
* (MESS) added missing #include (nw) smf-2012-08-301-0/+1
* (MESS) a little reorganisation while investigating the S1410 SASI to ST506 ad... smf-2012-08-301-0/+1
* (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... smf-2012-08-281-12/+4
* (MESS) converted scsibus from legacy device to c++ (nw) smf-2012-08-261-12/+12
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-3/+3