summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/kaypro.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-16/+5
* (MESS) p8k : sio -> dart, and kill trampolines Robbbert2014-04-291-1/+1
* (MESS) kaypro : sio -> dart Robbbert2014-04-291-6/+9
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-3/+13
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-3/+4
* Checkpoint 2: Alex W. Jackson2014-03-151-2/+2
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-1/+4
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+3
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-2/+3
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-3/+13
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* (MESS) kaypro : added more bios revisions and Robie. Robbbert2013-09-091-20/+41
* (MESS) kaypro : removed support for DSK until the supporting code gets develo... Robbbert2013-09-061-11/+17
* (MESS) kaypro : various Robbbert2013-09-061-37/+41
* (mess) wd_fdc: Fix ready handling, allow ready connected to vcc [O. Galibert] Olivier Galibert2013-09-051-0/+2
* (MESS) kaypro : Added back the DSK format (still doesn't work!) Robbbert2013-07-291-49/+5
* (MESS) Kaypro : modernised floppy disk system (still doesn't work). This enab... Robbbert2013-07-281-17/+40
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+1
* modernized generic palette initializations (nw) Oliver Stöneberg2013-07-151-1/+1
* com8116: devcb2. (nw) Curt Coder2013-06-101-19/+2
* com8116: Fixed frequency divisors. [Curt Coder] Curt Coder2013-05-171-4/+4
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* (MESS) Fixed software list hookups. (nw) Curt Coder2013-01-231-1/+1
* Added a preliminary boolean flag to MC6845 interface structure: "show border ... Angelo Salese2013-01-141-1/+5
* softlist: Added preliminary lists to MO-5, TO-7 and TO-770 [K1W1] Fabio Priuli2013-01-131-1/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-30/+30
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+3
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+6
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+423