summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/tiki100.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ay8910_device and extended family: converted to devcb2 (nw) Ivan Vangelista2014-05-061-11/+2
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-12/+3
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-1/+0
* z80dart: converted to use devcb2. nw. Fabio Priuli2014-04-291-25/+8
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+7
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-9/+8
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* Fixed all bitmap.palette() users to use m_palette instead (nw) Miodrag Milanovic2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+5
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-8/+9
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-7/+30
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-18/+18
* replaced read rx callback in Z80DART (and clones) with a write handler, which... smf-2013-12-221-3/+9
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-15/+2
* (MESS) tiki100: Added RS-232, Centronics and cassette. [Curt Coder] Curt Coder2013-11-201-40/+149
* wd_fdc: Set CRC error bit if CRC error found during Read Address command. Tik... Curt Coder2013-11-191-7/+7
* (MESS) tiki100: Floppy WIP. (nw) Curt Coder2013-11-181-2/+3
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Cleanup. (nw) Curt Coder2013-06-101-1/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-1/+1
* modernised the AY8910 [smf] smf-2013-05-121-2/+2
* (MESS) Input fixes. (nw) Curt Coder2013-01-311-2/+15
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-15/+15
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-52/+52
* (MESS) tiki100: Added floppy sector skew and fixed PSG output mode. (nw) Curt Coder2012-12-131-1/+1
* (MESS) Cleanup. (nw) Curt Coder2012-12-071-13/+13
* (MESS) tiki100: Floppy modernization. (nw) Curt Coder2012-11-291-67/+27
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-8/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-11/+11
* 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/+687