summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus
Commit message (Expand)AuthorAgeFilesLines
* Converted i8251 to DEVCB2 [smf] smf-2014-02-152-25/+13
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-1547-144/+1411
* (MESS) c64: Floppy WIP. (nw) Curt Coder2014-02-121-0/+18
* (MESS) Floppy WIP. (nw) Curt Coder2014-02-111-4/+5
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-16/+5
* and again (nw) smf-2014-02-094-0/+293
* (MESS) c2040: Fixed READY signal. (nw) Curt Coder2014-02-092-21/+26
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-0920-515/+446
* (MESS) Refactored the Commodore 2040/3040/4040 disk drives to use the modern ... Curt Coder2014-02-078-1271/+1733
* (MESS) pet: Floppy WIP. (nw) Curt Coder2014-02-063-0/+816
* (MESS) c64: Floppy WIP. (nw) Curt Coder2014-02-041-1/+1
* MSVC fix Nathan Woods2014-02-041-1/+1
* (MESS) apple2gs: Add support for Vulcan Gold IDE card [R. Belmont, Spk] R. Belmont2014-02-032-8/+43
* (MESS) Refactored the Commodore 1541/1551/1571/2031 disk drives to use the mo... Curt Coder2014-02-038-230/+119
* 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
* (MESS) Apple II: Support for the Videx UltraTerm card. [R. Belmont] R. Belmont2014-01-263-0/+489
* Getting rid of some references to legacy_cpu_device (nw) Wilbert Pol2014-01-211-1/+1
* Device shortname fixes to allow them to be listed in XML output (nw) Scott Stone2014-01-152-6/+6
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-132-4/+8
* i8089: fix small bugs (nw) cracyc2014-01-102-7/+11
* (MESS) softbox: Fixed validation. (nw) Curt Coder2014-01-102-6/+5
* (MESS) Moved files to emu/bus. (nw) Curt Coder2014-01-109-0/+1259
* Fixed c128 starting up and changed reset line on c64 cartridges to active low... smf-2014-01-107-7/+7
* Changed serial terminal to use separate data bits/parity and stop bit setting... smf-2014-01-081-2/+4
* (MESS) cbm2: HRG cartridge WIP. (nw) Curt Coder2014-01-083-35/+82
* (MESS) c64: Fixed Magic Formel cartridge. [Curt Coder] Curt Coder2014-01-082-36/+36
* remove 6821 from the MCFG PIA macros, not all PIA's are 6821's (nw) smf-2014-01-072-8/+8
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-063-88/+13
* added screen visarea adjustment to mc6845 config interface Michaƫl Banaan Ananas2014-01-046-0/+7
* Added PET user port joystick adapter [smf] smf-2014-01-044-0/+178
* Move the loop back of pins to the .h for consistency with diag264 user port. ... smf-2014-01-046-66/+6
* Added missing loop backed pins. (nw) smf-2014-01-048-3/+76
* Added user port pinout from CBMII manual [smf] smf-2014-01-041-0/+14
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-0424-799/+313
* Fixed pin 8 (RxC was missing and P0 was mapped twice) (nw) smf-2014-01-041-1/+1
* fixed protovision adapter (nw) smf-2014-01-042-9/+5
* Allow vic20/c64/c128 to share user port devices, removed c64 version of vic10... smf-2014-01-0322-808/+278
* Modernized mos6530 device.(nw) Ivan Vangelista2014-01-031-4/+4
* missed this in last commit (nw) smf-2014-01-031-0/+8
* saves variables I added recently & expanded vic20 user port so that devices c... smf-2014-01-031-8/+15
* Hooked up the 6551 to the plus 4 user port, haven't been able to test it in d... smf-2014-01-034-65/+167
* removed superflous ; (nw) smf-2014-01-031-12/+12
* Modernised VIC20 user port [smf] smf-2014-01-024-170/+213
* removed the simplest 6522 port callbacks [smf] smf-2014-01-022-36/+0
* removed ca1/ca2/cb1 callbacks as they were never called anyway [smf] smf-2014-01-017-48/+0
* removed ca1/cb1 callbacks as the values are already pushed [smf] smf-2014-01-013-25/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-3112-474/+244
* (MESS) vic20: Fixed compile. (nw) Curt Coder2013-12-291-4/+1