summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/compis.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-15/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-29/+8
* converted i8255 to devcb2. nw. Fabio Priuli2014-04-171-13/+5
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* mm58274c: updated to use inline configs. nw. Fabio Priuli2014-04-141-12/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* upd7220: devcb2 and delegates. (nw) Curt Coder2014-04-021-14/+8
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-0/+2
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-171-1/+1
* i80130: Fixed devcb2 macros. (nw) Curt Coder2014-03-161-3/+3
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-131-1/+3
* (MESS) Fixed regressions. (nw) Curt Coder2014-03-111-0/+1
* Video attributes are now per screen (nw) Miodrag Milanovic2014-03-061-1/+1
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-24/+8
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-22/+11
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-12/+13
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-5/+18
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-3/+7
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-3/+3
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-30/+9
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-12/+12
* (MESS) compis: Refactored to use i80130, does not work yet. (nw) Curt Coder2013-10-241-23/+12
* (MESS) compis: WIP. (nw) Curt Coder2013-10-241-1/+8
* (MESS) compis: WIP. (nw) Curt Coder2013-10-241-25/+48
* (MESS) compis: Added configuration jumpers. (nw) Curt Coder2013-10-241-22/+164
* (MESS) compis: Cleanup. (nw) Curt Coder2013-10-231-117/+333
* (MESS) compis: Connected the FDC via the iSBX bus. [Curt Coder] Curt Coder2013-10-201-40/+182
* (MESS) compis: FDC WIP. (nw) Curt Coder2013-10-201-4/+16
* isbx: Added a placeholder for the Intel iSBX bus. [Curt Coder] Curt Coder2013-10-201-0/+4
* (MESS) compis: Added MPSC and RS-232 ports. [Curt Coder] Curt Coder2013-10-201-1/+63
* (MESS) compis: Added cassette. [Curt Coder] Curt Coder2013-10-201-1/+19
* (MESS) compis: Emulated the keyboard. [Curt Coder, Marcus Comstedt] Curt Coder2013-10-191-218/+38
* i186: Added internal clock divider. [Curt Coder] Curt Coder2013-10-191-2/+2
* Various updates regarding commented out code, forgotten during past device mo... Ivan Vangelista2013-09-071-1/+1
* (mess) compis: fix HLE keyboard and cleanup (nw) cracyc2013-08-271-8/+3
* (mess) compis: work around graphics corruption (nw) cracyc2013-08-231-4/+4
* (mess) compis: doesn't appear to use text mode (nw) cracyc2013-08-231-49/+2
* (mess) compis: better text mode output (nw) cracyc2013-08-221-34/+50
* (mess) support raw compis images (nw) cracyc2013-08-211-4/+15
* (mess) compis: starts to read the floppies (nw) cracyc2013-08-201-5/+5
* (mess) compis: fix debug crash and try a floppy motor hookup (nw) cracyc2013-08-191-2/+3
* (mess) compis: try to fix irq lines (nw) cracyc2013-08-191-2/+4
* (mess) compis: int line 2 doesn't support cascade, must be 0 or 1 (nw) cracyc2013-08-191-2/+2
* (MESS) compis: Devcb2 for the keyboard. (nw) Curt Coder2013-08-191-2/+2
* i186: move 80186 peripherals into the cpu [Carl] cracyc2013-08-191-3/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+0
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-1/+1
* modernized the MM58274C RTC device. [Fabio Priuli] Fabio Priuli2013-06-011-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4