summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/c64.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-6/+18
* Fix for c64gs crash (nw) Scott Stone2014-03-261-2/+2
* mos6526: devcb2 cleanup. (nw) Curt Coder2014-03-221-24/+54
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-161-25/+60
* (MESS) vcs/ctrl: Cleanup. (nw) Curt Coder2014-03-121-3/+3
* Fixed c64 restore key and c128 crashing if exp_irq_w called at device_start()... smf-2014-03-111-4/+9
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-1/+1
* resolves the user port handlers in device_config_complete() & replaced callin... smf-2014-02-021-1/+3
* Fixed c64gs crash at startup, need to specify the actual type because cia1_pb... smf-2014-01-101-2/+2
* fixed recent c64 regressions (nw) smf-2014-01-071-4/+4
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-041-1/+1
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-041-63/+63
* Allow vic20/c64/c128 to share user port devices, removed c64 version of vic10... smf-2014-01-031-28/+93
* reduce dependency mak files by 130k (nw) smf-2013-12-291-0/+2
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-0/+9
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* (MESS) cbmiec: Restored some usability. (nw) Curt Coder2013-08-011-5/+6
* (MESS) cbmiec: Removed device address information from the IEC bus, allowing ... Curt Coder2013-07-291-6/+5
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-17/+17
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-32/+32
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-4/+4
* (MESS) c64: Added Spanish C64C variant. [The Commodore Museum] Curt Coder2013-03-281-0/+17
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* (MESS) Cleanup. (nw) Curt Coder2013-02-221-18/+9
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-0/+4
* (MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder] Curt Coder2013-02-151-14/+4
* (MESS) Cleanups. (nw) Curt Coder2013-02-141-15/+15
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-88/+47
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-6/+6
* (MESS) c64: Fixed crash? (nw) Curt Coder2013-02-091-1/+1
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-33/+6
* (MESS) pet: Added user and memory expansion ports. [Curt Coder] Curt Coder2013-02-041-16/+15
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-38/+26
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-2/+1
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-10/+8
* (MESS) c64/c128: Implemented parallel joystick pot X/Y read. [Curt Coder] Curt Coder2013-01-261-9/+28
* (MESS) c128: Cleaned up input handling. Controllers are now connected using t... Curt Coder2013-01-261-7/+4
* (MESS) c64: Cleaned up input handling. Controllers are now connected using th... Curt Coder2013-01-261-58/+219
* (MESS) Reduced tagmap abuse. (nw) Curt Coder2013-01-241-1/+1
* [MESS] fixed duplicated bios shaortnames for c64 (nw) Oliver Stöneberg2013-01-191-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-133/+133
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-38/+11
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-5/+5
* (MESS) mos6566: Added BA/AEC outputs in preparation for 6502 RDY support, and... Curt Coder2012-10-251-69/+122
* (MESS) c128: Fixed keyboard and C64 mode. (nw) Curt Coder2012-10-181-51/+75
* (MESS) c64: Cleanup. (nw) Curt Coder2012-10-091-33/+14
* srcclean (nw) Curt Coder2012-10-071-2/+2
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the... Curt Coder2012-10-041-25/+20
* (MESS) Input port cleanup. (nw) Curt Coder2012-09-211-3/+3