summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/softbox.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-450/+0
|
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
| | | | this better fits the drivers from MESS (which have always illogically used the GAME_ flags despite not being games) and also fits fine with arcade machines.
* comment fix (nw) Stiletto2015-04-121-1/+1
| | | comment fix from Dagarman and Arbee (nw)
* (MESS) softbox: Added BIOS revision 8/9/81. [Nils Eilers, Mike Naberezny] Mike Naberezny2014-09-241-7/+10
|
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-4/+8
|
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-26/+12
| | | | | p.s. I tested several games/systems and I triple checked the diff to be sure I did not make any copy and paste mistake in the 195 files touched by this, but let me know if any system suddenly stops working!
* Added serial printer, renamed centronics printer to match. Standardised the ↵ smf-2014-04-161-8/+8
| | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf]
* 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 ↵ smf-2014-02-211-1/+3
| | | | hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf]
* 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
| | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf]
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've ↵ smf-2014-01-131-2/+4
| | | | updated the uarts that were testing for 1.5 stop bits to pass that in, but there are probably others & 1.5 stop bits is converted to 2 by diserial. However the 68681 requires stop bits to be specified in clocks, so this will change in the future. Replaced synchronous flag with start bit count, as some uarts can use a start bit in synchronous mode & that whether there is a start bit is all the flag is currently controlling. Updated rs232 terminal to allow startbits, stop bits 1.5 to be specified (although that is currently not supported by diserial) and individual transmit and receive baud rates. [smf]
* (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 ↵ smf-2014-01-081-2/+4
| | | | settings to allow more diversity.
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ smf-2013-12-221-2/+4
| | | | allows multiple chips to be connected together without using glue methods. [smf]
* 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
| | | (MESS) corvushd: Supported 4 hard disks and usage from within a device. [Curt Coder]
* 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
| | | | they can be specified for all cards [smf]
* (MESS) softbox: Promoted driver to working. [Curt Coder, Mike Naberezny] Curt Coder2013-05-291-13/+13
| | | (MESS) Fixed IEEE-488 bus reset on Commodore drives. [Curt Coder]
* (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 ↵ Curt Coder2013-05-181-9/+12
| | | | connect thru an RS-232 port. [Curt Coder]
* i8251: Implemented 16X/64X clock modes. [Curt Coder] Curt Coder2013-05-171-14/+2
| | | (MESS) xor100: Refactored to use serial terminal. [Curt Coder]
* (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