summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/pet
Commit message (Expand)AuthorAgeFilesLines
* (MESS) pet: Added user port diagnostic connector. [Curt Coder] Curt Coder2014-04-194-0/+131
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-5/+6
* some cleanup (nw) Miodrag Milanovic2014-03-151-2/+2
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-152-8/+7
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-092-24/+5
* changed name to "PET user port" as that is where it originated and reformatte... smf-2014-02-021-49/+11
* revert part of previous change, resolving the handlers in device_config_compl... smf-2014-02-021-7/+7
* resolves the user port handlers in device_config_complete() & replaced callin... smf-2014-02-022-42/+35
* Added PET user port joystick adapter [smf] smf-2014-01-043-0/+177
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-042-83/+220
* reduce dependency mak files by 130k (nw) smf-2013-12-292-4/+4
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-2/+3
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-15/+5
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-2214-0/+2034