summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/softbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-4/+8
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-26/+12
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-8/+8
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (MESS) softbox: Added preformatted 10MB hard disk image. [Curt Coder] Curt Coder2014-03-201-4/+4
* (MESS) corvushd: Converted to a device. (nw) Curt Coder2014-03-201-3/+4
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-1/+3
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-23/+13
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-6/+7
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-2/+4
* (MESS) softbox: Fixed validation. (nw) Curt Coder2014-01-101-2/+1
* (MESS) Moved files to emu/bus. (nw) Curt Coder2014-01-101-1/+2
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-2/+4
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-14/+1
* (MESS) softbox: Updated file location in comment. (nw) Mike Naberezny2013-10-201-1/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) softbox: Document standalone vs. peripheral mode (nw) Mike Naberezny2013-08-021-0/+8
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-4/+4
* (MESS) softbox: Added reset when IEEE-488 IFC is asserted. [Mike Naberezny] Curt Coder2013-07-221-0/+14
* (MESS) softbox: Add reference to Corvus ROMs. (nw) Curt Coder2013-07-061-0/+1
* (MESS) softbox: Changed Z80 clock to use XTAL constant. [Mike Naberezny] (nw) Curt Coder2013-06-221-1/+1
* (MESS) softbox: Changed DIP switches to PORT_DIPUNUSED. [Mike Naberezny] (nw) Curt Coder2013-06-221-8/+11
* (MESS) softbox: Fixed reset. [Mike Naberezny] Curt Coder2013-06-121-0/+25
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-53/+53
* com8116: devcb2. (nw) Curt Coder2013-06-101-15/+78
* (MESS) softbox: Fixed LEDs. [Mike Naberezny] Curt Coder2013-06-021-3/+3
* (nw) Curt Coder2013-05-311-42/+0
* (MESS) softbox: Added CP/M hard disk installation instructions. [Mike Naberezny] Curt Coder2013-05-311-0/+42
* (MESS) softbox: Fixed Corvus hard disk interface. (nw) Curt Coder2013-05-301-19/+7
* (MESS) softbox: Added Corvus hard disk. [Curt Coder, Mike Naberezny] Curt Coder2013-05-291-2/+26
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+2
* (MESS) softbox: Promoted driver to working. [Curt Coder, Mike Naberezny] Curt Coder2013-05-291-13/+13
* (MESS) softbox: Added floppy software list. [Mike Naberezny] Curt Coder2013-05-271-1/+1
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-13/+13
* (MESS) wmbullet, softbox, super6, xor100: Refactored serial terminal to conne... Curt Coder2013-05-181-9/+12
* i8251: Implemented 16X/64X clock modes. [Curt Coder] Curt Coder2013-05-171-14/+2
* (MESS) softbox: Fixed terminal. (nw) Curt Coder2013-05-171-8/+3
* (MESS) Added skeleton driver for SSE SoftBox. [Curt Coder, Mike Naberezny] Curt Coder2013-05-171-0/+355