| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -450/+0 | |
| | | |||||
| * | change flags from GAME_ to MACHINE_ | 2015-07-29 | 1 | -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) | 2015-04-12 | 1 | -1/+1 | |
| | | | | comment fix from Dagarman and Arbee (nw) | ||||
| * | (MESS) softbox: Added BIOS revision 8/9/81. [Nils Eilers, Mike Naberezny] | 2014-09-24 | 1 | -7/+10 | |
| | | |||||
| * | Cleanup of image device interfaces (nw) | 2014-05-02 | 1 | -4/+8 | |
| | | |||||
| * | converted i8255 to devcb2. nw. | 2014-04-17 | 1 | -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 ↵ | 2014-04-16 | 1 | -8/+8 | |
| | | | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf] | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) softbox: Added preformatted 10MB hard disk image. [Curt Coder] | 2014-03-20 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) corvushd: Converted to a device. (nw) | 2014-03-20 | 1 | -3/+4 | |
| | | |||||
| * | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ | 2014-02-21 | 1 | -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] | 2014-02-15 | 1 | -23/+13 | |
| | | |||||
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -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 ↵ | 2014-01-13 | 1 | -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) | 2014-01-10 | 1 | -2/+1 | |
| | | |||||
| * | (MESS) Moved files to emu/bus. (nw) | 2014-01-10 | 1 | -1/+2 | |
| | | |||||
| * | Changed serial terminal to use separate data bits/parity and stop bit ↵ | 2014-01-08 | 1 | -2/+4 | |
| | | | | | settings to allow more diversity. | ||||
| * | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -2/+4 | |
| | | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | converted serial & rs232 devices to devcb2 [smf] | 2013-12-20 | 1 | -14/+1 | |
| | | |||||
| * | (MESS) softbox: Updated file location in comment. (nw) | 2013-10-20 | 1 | -1/+1 | |
| | | |||||
| * | License tags. (nw) | 2013-10-16 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) softbox: Document standalone vs. peripheral mode (nw) | 2013-08-02 | 1 | -0/+8 | |
| | | |||||
| * | Cleanups and version bumpmame0149u1 | 2013-07-23 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) softbox: Added reset when IEEE-488 IFC is asserted. [Mike Naberezny] | 2013-07-22 | 1 | -0/+14 | |
| | | |||||
| * | (MESS) softbox: Add reference to Corvus ROMs. (nw) | 2013-07-06 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) softbox: Changed Z80 clock to use XTAL constant. [Mike Naberezny] (nw) | 2013-06-22 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) softbox: Changed DIP switches to PORT_DIPUNUSED. [Mike Naberezny] (nw) | 2013-06-22 | 1 | -8/+11 | |
| | | |||||
| * | (MESS) softbox: Fixed reset. [Mike Naberezny] | 2013-06-12 | 1 | -0/+25 | |
| | | | | (MESS) corvushd: Supported 4 hard disks and usage from within a device. [Curt Coder] | ||||
| * | Cleanups and version bumpmame0149 | 2013-06-11 | 1 | -53/+53 | |
| | | |||||
| * | com8116: devcb2. (nw) | 2013-06-10 | 1 | -15/+78 | |
| | | |||||
| * | (MESS) softbox: Fixed LEDs. [Mike Naberezny] | 2013-06-02 | 1 | -3/+3 | |
| | | |||||
| * | (nw) | 2013-05-31 | 1 | -42/+0 | |
| | | |||||
| * | (MESS) softbox: Added CP/M hard disk installation instructions. [Mike Naberezny] | 2013-05-31 | 1 | -0/+42 | |
| | | |||||
| * | (MESS) softbox: Fixed Corvus hard disk interface. (nw) | 2013-05-30 | 1 | -19/+7 | |
| | | |||||
| * | (MESS) softbox: Added Corvus hard disk. [Curt Coder, Mike Naberezny] | 2013-05-29 | 1 | -2/+26 | |
| | | |||||
| * | Moved default card config, device inputs and clock off the slot interface so ↵ | 2013-05-29 | 1 | -1/+2 | |
| | | | | | they can be specified for all cards [smf] | ||||
| * | (MESS) softbox: Promoted driver to working. [Curt Coder, Mike Naberezny] | 2013-05-29 | 1 | -13/+13 | |
| | | | | (MESS) Fixed IEEE-488 bus reset on Commodore drives. [Curt Coder] | ||||
| * | (MESS) softbox: Added floppy software list. [Mike Naberezny] | 2013-05-27 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0148u5 | 2013-05-20 | 1 | -13/+13 | |
| | | |||||
| * | (MESS) wmbullet, softbox, super6, xor100: Refactored serial terminal to ↵ | 2013-05-18 | 1 | -9/+12 | |
| | | | | | connect thru an RS-232 port. [Curt Coder] | ||||
| * | i8251: Implemented 16X/64X clock modes. [Curt Coder] | 2013-05-17 | 1 | -14/+2 | |
| | | | | (MESS) xor100: Refactored to use serial terminal. [Curt Coder] | ||||
| * | (MESS) softbox: Fixed terminal. (nw) | 2013-05-17 | 1 | -8/+3 | |
| | | |||||
| * | (MESS) Added skeleton driver for SSE SoftBox. [Curt Coder, Mike Naberezny] | 2013-05-17 | 1 | -0/+355 | |
