summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/v1050.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced set_irq_acknowledge_callback with proper MCFG_CPU_IRQ_ACKNOWLEDGE_DR... Miodrag Milanovic2014-04-231-3/+2
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-44/+20
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-46/+30
* (MESS) v1050: Less tagmap lookup. (nw) Curt Coder2014-03-311-10/+4
* i8214: devcb2. (nw) Curt Coder2014-03-251-7/+2
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-6/+4
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-35/+45
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-36/+32
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-5/+6
* fix crash on startup (nw) smf-2014-02-101-0/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-7/+16
* Converted MSM58321 to DEVCB2, uses level logic rather than edge detection for... smf-2014-01-261-11/+24
* 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