summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/c65.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vic3_device: converted to devcb2 (nw) Ivan Vangelista2014-04-181-29/+13
* (MESS) c65: Less tagmap lookup. (nw) Curt Coder2014-03-311-10/+4
* mos6526: devcb2 cleanup. (nw) Curt Coder2014-03-221-14/+17
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-161-2/+4
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-20/+0
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-3/+1
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-041-1/+1
* (MESS) cbmiec: Moved under emu/bus. (nw) Curt Coder2013-10-201-1/+1
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-7/+176
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* converted c65 and sbc6510 to use modern CIA implementation. nw. Fabio Priuli2013-06-051-6/+14
* (MESS) modernized VIC3 video device. [Fabio Priuli] Fabio Priuli2013-06-031-6/+2
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-2/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-22/+22
* start cleaning c65 (nw) Miodrag Milanovic2013-04-181-47/+45
* Moved some files to where they belong. (nw) Curt Coder2013-03-071-3/+114
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-1/+14
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-32/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-22/+22
* c65.c: fixed missing memory allocations so that the driver does not crash any... Fabio Priuli2012-12-281-1/+1
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the... Curt Coder2012-10-041-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-4/+4
* (MESS) c65: Added missing SID interface. (nw)\n(MESS) c64: Used SID8580 for t... Curt Coder2012-09-041-3/+11
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-021-2/+17
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+391