summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/compiskb.h
Commit message (Collapse)AuthorAgeFilesLines
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ smf-2013-12-221-18/+5
| | | | allows multiple chips to be connected together without using glue methods. [smf]
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
|
* (MESS) compis: Keyboard WIP. (nw) Curt Coder2013-10-191-5/+4
|
* (MESS) compis: Keyboard WIP. (nw) Curt Coder2013-10-191-1/+26
|
* License tags. (nw) Curt Coder2013-10-161-0/+2
|
* (MESS) compis: Devcb2 for the keyboard. (nw) Curt Coder2013-08-191-19/+8
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-8/+8
|
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. ↵ Curt Coder2012-09-021-0/+91
Implemented 1530/1531 datassette as slot devices. Converted MOS6581 interface to devcb. [Curt Coder] (MESS) vic20: Added floating bus read support to VIC and cartridge interface. (MESS) vic10: Added floating bus read support to VIC-II and cartridge interface. (MESS) c64: Added floating bus read support to cartridge interface. [Curt Coder] (MESS) plus4: Added floating bus read support to TED and cartridge interface. Implemented some Diag264 test cartridge loopback connectors. [Curt Coder] (MESS) c16: Added PAL/NTSC variants. (nw) (MESS) v364: Fixed speech ROM mapping. (nw) (MESS) compis: Separated keyboard to its own file. (nw) (MESS) huebler: Cleanup. (nw)