summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vic10.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-2/+4
* mos6526: devcb2 cleanup. (nw) Curt Coder2014-03-221-4/+8
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-161-6/+17
* (MESS) vcs/ctrl: Cleanup. (nw) Curt Coder2014-03-121-1/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-4/+0
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-4/+4
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-6/+6
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* (MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder] Curt Coder2013-02-151-9/+12
* (MESS) Cleanups. (nw) Curt Coder2013-02-141-0/+4
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-32/+7
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-2/+2
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-12/+2
* (MESS) vic10: Cleaned up input handling. Controllers are now connected using ... Curt Coder2013-01-271-19/+164
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-50/+50
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-12/+2
* (MESS) mos6566: Added BA/AEC outputs in preparation for 6502 RDY support, and... Curt Coder2012-10-251-17/+25
* (MESS) c128: Fixed keyboard and C64 mode. (nw) Curt Coder2012-10-181-24/+1
* 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-123/+32
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-8/+8
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-3/+3
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-1/+1
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-4/+3
* (MESS) mos6566: Refactored to use an rgb32 bitmap. (nw) Curt Coder2012-09-071-1/+1
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-041-29/+21
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-021-30/+36
* (MESS) c64 et al: Inherit the bus clock from parent expansion slot. (nw) Curt Coder2012-08-221-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+664