summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/kaypro.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) kaypro : sio -> dart Robbbert2014-04-291-26/+4
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-34/+0
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-4/+2
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-5/+10
* (MESS) kaypro : various Robbbert2013-09-061-82/+21
* (mess) wd_fdc: Fix ready handling, allow ready connected to vcc [O. Galibert] Olivier Galibert2013-09-051-3/+3
* (MESS) Kaypro : modernised floppy disk system (still doesn't work). This enab... Robbbert2013-07-281-33/+31
* (MESS) stop kaypro2x,4a,10 from asserting when turning motors on (it's ok to ... Robbbert2013-07-271-2/+3
* Anonymous timers begone! (nw) Andrew Gardner2013-05-291-5/+12
* cleanup (nw) Miodrag Milanovic2013-04-191-10/+8
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-6/+6
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-6/+6
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-21/+21
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-16/+16
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-5/+5
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-19/+19
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-6/+6
* Memory handler normalization, part 1. Aaron Giles2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-10/+8
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-4/+4
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-4/+4
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+391