summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/kaypro.h
Commit message (Expand)AuthorAgeFilesLines
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) Kaypro 10 only has 1 floppy drive (nw) Robbbert2015-02-111-1/+1
* (MESS) kaypro: reinstated support for the old DSK format, but you need to ren... Robbbert2015-02-061-0/+2
* (MESS) kaypro: kayproii, kaypro4, omni2 can boot from floppy, marked as working. Robbbert2015-02-051-21/+17
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-5/+1
* (MESS) p8k : sio -> dart, and kill trampolines Robbbert2014-04-291-2/+2
* (MESS) kaypro : sio -> dart Robbbert2014-04-291-7/+3
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-3/+0
* (MESS) kaypro : same cleanup applies here too Robbbert2014-04-271-3/+0
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-4/+2
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+4
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-0/+3
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) kaypro : various Robbbert2013-09-061-6/+3
* (MESS) kaypro : Added back the DSK format (still doesn't work!) Robbbert2013-07-291-1/+2
* kaypro: fix compile (nw) R. Belmont2013-07-291-1/+1
* (MESS) Kaypro : modernised floppy disk system (still doesn't work). This enab... Robbbert2013-07-281-39/+47
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-1/+8
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-1/+1
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-4/+2
* Replaced all device_t's with actual device classes. Regression test recommend... Curt Coder2012-11-261-2/+2
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-3/+3
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-0/+1
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* manual cleanup of mame and mess includes (no whatsnew) Miodrag Milanovic2012-09-181-8/+0
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-1/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+12
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+109