summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/plus4.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-2/+5
* (MESS) Fixed regressions. (nw) Curt Coder2014-03-191-1/+5
* rxc is bidirectional so map it both ways, added comment about adding missing ... smf-2014-03-191-2/+3
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-17/+19
* resolves the user port handlers in device_config_complete() & replaced callin... smf-2014-02-021-1/+2
* 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-27/+27
* Hooked up the 6551 to the plus 4 user port, haven't been able to test it in d... smf-2014-01-031-64/+83
* reduce dependency mak files by 130k (nw) smf-2013-12-291-0/+3
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-2/+8
* License tags. (nw) Curt Coder2013-10-161-0/+2
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-0/+10
* 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-10/+10
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-10/+10
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-3/+3
* 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-20/+4
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-87/+23
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-7/+7
* (MESS) plus4: Speech WIP. (nw) Curt Coder2013-02-071-6/+8
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-42/+22
* (MESS) pet: Added user and memory expansion ports. [Curt Coder] Curt Coder2013-02-041-25/+15
* (MESS) plus4: Cleaned up input handling. Controllers are now connected using ... Curt Coder2013-01-281-177/+139
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-271-20/+9
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-135/+135
* 6522via: Used core clock/attotime functions. [Curt Coder] Curt Coder2012-12-171-3/+2
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-24/+8
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-1/+1
* (MESS) mos6566: Added BA/AEC outputs in preparation for 6502 RDY support, and... Curt Coder2012-10-251-9/+18
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-27/+25
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-2/+2
* (MESS) plus4: Refactored TED to use device_memory interface. (nw) Curt Coder2012-09-061-52/+32
* m6502: Refactored the indexed read/write to use devcb, and fixed the peripher... Curt Coder2012-09-041-10/+14
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-021-95/+165
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1193