summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/c64
Commit message (Expand)AuthorAgeFilesLines
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-2/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-152-2/+2
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-113-3/+0
* a bunch of generic eprom sockets. nw. Fabio Priuli2014-10-1112-248/+133
* Cleanups and version bump Miodrag Milanovic2014-07-222-6/+6
* (MESS) bus/c64/xl80: add a plausible divider to the CRTC clock; it's rather u... Alex W. Jackson2014-07-071-2/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-18/+18
* ptm6840_device: converted to devcb2 (nw) Ivan Vangelista2014-05-091-10/+4
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-012-31/+12
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-1/+1
* tpi6525_device: converted to devcb2 (nw) Ivan Vangelista2014-04-142-31/+16
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-17/+28
* mc6845: Added display enable and horizontal/vertical back porch widths to the... Curt Coder2014-03-272-6/+6
* remove of ADDRESS_MAP_MODERN (nw) Miodrag Milanovic2014-03-251-2/+0
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-5/+5
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-172-14/+16
* Checkpoint 2: Alex W. Jackson2014-03-151-1/+1
* Converted sp0256_device to devcb2 (nw) Ivan Vangelista2014-03-131-13/+0
* Removed pseudo-palettes from video/generic.c. All drivers that were using the... Alex W. Jackson2014-03-132-1/+6
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-112-8/+9
* (MESS) mc6852: devcb2 + diserial. (nw) Curt Coder2014-03-111-16/+1
* Remove local lists of midi devices as they are currently all the same [smf] smf-2014-02-235-95/+0
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-2110-145/+87
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-1514-56/+47
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-092-53/+12
* Getting rid of some references to legacy_cpu_device (nw) Wilbert Pol2014-01-211-1/+1
* Fixed c128 starting up and changed reset line on c64 cartridges to active low... smf-2014-01-107-7/+7
* (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-071-3/+3
* Converted PIA6821 to DEVCB2 [smf] smf-2014-01-062-66/+6
* added screen visarea adjustment to mc6845 config interface Michaël Banaan Ananas2014-01-041-0/+1
* 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-047-0/+73
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-0412-54/+54
* Allow vic20/c64/c128 to share user port devices, removed c64 version of vic10... smf-2014-01-0316-824/+102
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-1/+1
* removed unused rxd callback from MC6852 (which is only a skeleton) [smf] smf-2013-12-231-3/+0
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-232-4/+6
* reduced dependency clutter in c64 expansion port & c128 driver. [smf] smf-2013-12-232-67/+67
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-2210-131/+15
* (MESS) Used shared_ptr instead of UINT8* in the Commodore cartridges. (nw) Curt Coder2013-12-2030-164/+91
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-208-105/+32
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-053-33/+33
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* Cleanup. (nw) Curt Coder2013-10-221-196/+0
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-222-1/+197
* (MESS) c64: Moved expansion and user ports under emu/bus. (nw) Curt Coder2013-10-20146-0/+16901