summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/vic20.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-2/+6
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-161-2/+6
* (MESS) vcs/ctrl: Cleanup. (nw) Curt Coder2014-03-121-1/+1
* resolves the user port handlers in device_config_complete() & replaced callin... smf-2014-02-021-1/+3
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-041-3/+2
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-041-19/+19
* Fixed VIC20 VIA hookup that broke the built in joystick (nw) smf-2014-01-041-0/+1
* Allow vic20/c64/c128 to share user port devices, removed c64 version of vic10... smf-2014-01-031-2/+3
* saves variables I added recently & expanded vic20 user port so that devices c... smf-2014-01-031-0/+6
* Modernised VIC20 user port [smf] smf-2014-01-021-31/+75
* removed ca1/ca2/cb1 callbacks as they were never called anyway [smf] smf-2014-01-011-2/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-46/+20
* 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-6/+6
* 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
* (MESS) Cleanup. (nw) Curt Coder2013-02-221-7/+2
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-0/+5
* (MESS) vic20/c64: Added VIC-1011A/B RS-232C adapter emulation. [Curt Coder] Curt Coder2013-02-151-99/+35
* (MESS) Cleanups. (nw) Curt Coder2013-02-141-46/+5
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-42/+4
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-16/+5
* (MESS) pet: Added user and memory expansion ports. [Curt Coder] Curt Coder2013-02-041-7/+7
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-3/+0
* (MESS) vic20: Cleaned up input handling. Controllers are now connected using ... Curt Coder2013-01-271-21/+109
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-65/+65
* Quick -joy1 default to joy, nw Angelo Salese2012-12-231-1/+1
* (MESS) mos6566: Added BA/AEC outputs in preparation for 6502 RDY support, and... Curt Coder2012-10-251-3/+12
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-5/+4
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-6/+6
* (MESS) vic20: Connected light pen signal. (nw) Curt Coder2012-09-081-1/+4
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-061-119/+88
* mos6560: Refactored interface to use devcb. (nw) Curt Coder2012-09-051-89/+33
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-021-36/+13
* (MESS) c64 et al: Inherit the bus clock from parent expansion slot. (nw) Curt Coder2012-08-221-1/+6
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+989