summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/xor100.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+6
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-11/+5
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-9/+9
* (MESS) s100: devcb2. (nw) Curt Coder2014-03-141-23/+2
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-1/+4
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-42/+23
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-10/+11
* 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-12/+20
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-2/+4
* 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-4/+7
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-28/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) xor100 : updated doco Robbbert2013-07-071-9/+10
* com8116: devcb2. (nw) Curt Coder2013-06-101-10/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-16/+17
* (MESS) mpz80: Refactored to use serial terminal thru an RS-232 port. [Curt Co... Curt Coder2013-05-191-1/+0
* (MESS) horizon: WIP. (nw) Curt Coder2013-05-191-1/+1
* (MESS) wmbullet, softbox, super6, xor100: Refactored serial terminal to conne... Curt Coder2013-05-181-15/+35
* i8251: Implemented 16X/64X clock modes. [Curt Coder] Curt Coder2013-05-171-15/+10
* com8116: Fixed frequency divisors. [Curt Coder] Curt Coder2013-05-171-5/+5
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-59/+59
* Cleanups and version bumpmame0147u4 Miodrag Milanovic2012-12-171-1/+1
* (MESS) Cleanup. (nw) Curt Coder2012-12-071-7/+17
* (MESS) Fixed floppy clocks. (nw) Curt Coder2012-11-291-2/+2
* (MESS) xor100: Floppy modernization. (nw) Curt Coder2012-11-281-61/+83
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-12/+0
* srcclean (nw) Curt Coder2012-10-071-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-16/+18
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-1/+1
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-16/+16
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+611