summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vic20
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-152-25/+25
* (MESS) vic20: Added CPLD image to Final Expansion 3. (nw) Curt Coder2014-10-103-92/+99
* Fixed compile. (nw) Curt Coder2014-10-101-4/+0
* (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM sup... Curt Coder2014-10-103-0/+737
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-9/+9
* (MESS) Cleanups. (nw) Curt Coder2014-04-011-8/+14
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-7/+7
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-8/+8
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-112-6/+6
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-152-9/+8
* Merged pet/vic20/c64/plus4/c128 user ports, the pinout is slightly different ... smf-2014-01-046-357/+14
* fixed protovision adapter (nw) smf-2014-01-042-9/+5
* Allow vic20/c64/c128 to share user port devices, removed c64 version of vic10... smf-2014-01-036-71/+264
* missed this in last commit (nw) smf-2014-01-031-0/+8
* saves variables I added recently & expanded vic20 user port so that devices c... smf-2014-01-031-8/+15
* removed superflous ; (nw) smf-2014-01-031-12/+12
* Modernised VIC20 user port [smf] smf-2014-01-024-170/+213
* removed ca1/cb1 callbacks as the values are already pushed [smf] smf-2014-01-011-1/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-48/+12
* (MESS) vic20: Fixed compile. (nw) Curt Coder2013-12-291-4/+1
* reduce dependency mak files by 130k (nw) smf-2013-12-292-9/+10
* (MESS) Used shared_ptr instead of UINT8* in the Commodore cartridges. (nw) Curt Coder2013-12-2010-163/+50
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-15/+2
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-2220-0/+2332