summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/pet
Commit message (Expand)AuthorAgeFilesLines
* fix rom names in pet drivers Andrew McRae2015-01-081-1/+1
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-262-2/+2
* [MESS] pet: Added skeleton for the CBM 8000 High Speed Graphics (324402-01) c... Curt Coder2014-11-243-0/+354
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+0
* (MESS) Support PET user port "CB2 Sound" device [R. Belmont] R. Belmont2014-08-173-0/+117
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-143-63/+63
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-14/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* (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