| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -2451/+0 | |
| | | |||||
| * | thomson.c: reduce tagmap lookups (nw) | 2015-08-02 | 1 | -71/+70 | |
| | | |||||
| * | 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. | ||||
| * | get rid of all the x | 2015-06-23 | 1 | -1/+1 | |
| | | |||||
| * | thompson: updated to use the new wd fdc. same deal with as bbc: drives 0 | 2015-06-05 | 1 | -3/+17 | |
| | | | | | | and 1 are used for the controller with the wd, other legacy drives for other controllers (needs slotification). | ||||
| * | update license for Peter Trauner and Antoine Mine (nw) | 2015-05-11 | 1 | -1/+1 | |
| | | |||||
| * | Added owners and licenses for those who can be tracked (nw) | 2015-05-08 | 1 | -1/+1 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | Use the same list of centronics devices everywhere (except the Amstrad CPC), ↵ | 2014-10-28 | 1 | -5/+5 | |
| | | | | | the list has been renamed as they aren't all printers. [smf] | ||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -1/+1 | |
| | | |||||
| * | and a last bunch of generic cart slots. nw. | 2014-10-11 | 1 | -17/+21 | |
| | | |||||
| * | (MESS)thomson : improve accuracy of the colors [Antoine Mine] | 2014-09-06 | 1 | -0/+3 | |
| | | |||||
| * | converted micropolis and wd17xx to use inline configs. nw. | 2014-05-16 | 1 | -1/+4 | |
| | | |||||
| * | cassette config moved inline (nw) | 2014-05-02 | 1 | -20/+7 | |
| | | |||||
| * | Cleanup of image device interfaces (nw) | 2014-05-02 | 1 | -50/+9 | |
| | | |||||
| * | mc6854_device: converted to devcb2 and delegates (nw) | 2014-04-30 | 1 | -1/+3 | |
| | | |||||
| * | Added serial printer, renamed centronics printer to match. Standardised the ↵ | 2014-04-16 | 1 | -5/+5 | |
| | | | | | configuration of rs232 devices. All serial devices are now connected using an rs232 port. [smf] | ||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -10/+10 | |
| | | |||||
| * | modernized access for legacy floppy, quite straight forward thing (nw) | 2014-04-02 | 1 | -4/+4 | |
| | | |||||
| * | mc6846_device: converted to devcb2 (nw) | 2014-03-26 | 1 | -9/+22 | |
| | | |||||
| * | Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] | 2014-03-25 | 1 | -3/+8 | |
| | | |||||
| * | mea8000: devcb2. (nw) | 2014-03-19 | 1 | -1/+2 | |
| | | |||||
| * | mc6843: devcb2. (nw) | 2014-03-19 | 1 | -2/+2 | |
| | | |||||
| * | Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the ↵ | 2014-03-17 | 1 | -5/+6 | |
| | | | | | baud rate xtal, supports external clocking, generates transmit interrupts when idle, added echo mode, dcd/dsr/cts input handling, parity & stop bit checking. Tested and fixed hookup to commodore lcd & plus 4. [smf] | ||||
| * | thompson, ugly but proper fix (nw) | 2014-03-16 | 1 | -6/+63 | |
| | | |||||
| * | Removed an instance of DEVCB_LINE. (nw) | 2014-03-16 | 1 | -3/+4 | |
| | | |||||
| * | Made palette settings for screen explicit and mandatory for ind16 mode (nw) | 2014-03-14 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) to9 : fixed crash at start | 2014-03-03 | 1 | -0/+2 | |
| | | |||||
| * | fix the broken fix to the partial commit that went wrong (nw) | 2014-02-28 | 1 | -2/+1 | |
| | | |||||
| * | just made it compile so we can work , smf please fix (nw) | 2014-02-28 | 1 | -1/+1 | |
| | | |||||
| * | fixed tag lookups and added comments (nw) | 2014-02-28 | 1 | -8/+12 | |
| | | |||||
| * | Huge update, palette is now device (nw) | 2014-02-27 | 1 | -2/+2 | |
| | | | | note: Aaron please give more descriptive text for release log I have no more strength :) | ||||
| * | Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ↵ | 2014-02-24 | 1 | -70/+23 | |
| | | | | | instead. [smf] | ||||
| * | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ | 2014-02-21 | 1 | -1/+7 | |
| | | | | | 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] | ||||
| * | fixed crash at startup (nw) | 2014-02-10 | 1 | -1/+5 | |
| | | |||||
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ | 2014-02-09 | 1 | -11/+26 | |
| | | | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] | ||||
| * | Changed parity & stop bits to an enum (you can now pass in 1.5). I've ↵ | 2014-01-13 | 1 | -3/+3 | |
| | | | | | 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] | ||||
| * | remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) | 2014-01-07 | 1 | -66/+66 | |
| | | |||||
| * | Converted PIA6821 to DEVCB2 [smf] | 2014-01-06 | 1 | -13/+89 | |
| | | |||||
| * | removed unused rxd callback from mos6551 and made devcb2 consistent with ↵ | 2013-12-23 | 1 | -1/+1 | |
| | | | | | other implementations [smf] | ||||
| * | diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] | 2013-11-18 | 1 | -3/+3 | |
| | | |||||
| * | moved centronics into emu/bus (nw) | 2013-10-23 | 1 | -1/+1 | |
| | | |||||
| * | Modernized mc6846 device.(nw) | 2013-10-19 | 1 | -5/+5 | |
| | | |||||
| * | small PALETTE_INIT cleanup (nw) | 2013-08-04 | 1 | -2/+1 | |
| | | |||||
| * | moved some legacy macros from driver.h to drivlgcy.h (nw) | 2013-07-15 | 1 | -0/+1 | |
| | | |||||
| * | (MESS) modernized MEA 8000 sound device. [Fabio Priuli] | 2013-06-02 | 1 | -3/+3 | |
| | | |||||
| * | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -8/+8 | |
| | | |||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -3/+3 | |
| | | |||||
| * | Cleanups and version bumpmame0148u2 | 2013-03-19 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) thomson.c: Started moving a few things into the driver data. (nw) | 2013-02-24 | 1 | -95/+101 | |
| | | |||||
