summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/mos6566.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-13/+13
* (MESS) fixed uninitialized memory in src/mess/video/mos6566.c (nw) Oliver Stöneberg2013-03-081-7/+10
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-48/+36
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-4/+4
* (MESS) c64: Cartridge WIP. (nw) Curt Coder2013-01-291-3/+22
* [MESS] fixed uninitialized value in mos6566.c (fixes random c64/c128 issues) ... Oliver Stöneberg2013-01-171-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-107/+107
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-6/+6
* (MESS) mos6566: Added BA/AEC outputs in preparation for 6502 RDY support, and... Curt Coder2012-10-251-471/+498
* (MESS) c128: Fixed keyboard and C64 mode. (nw) Curt Coder2012-10-181-42/+34
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* (MESS) mos6566: Refactored to use an rgb32 bitmap. (nw) Curt Coder2012-09-071-79/+81
* (MESS) mos6566: Added VIC-IIe variants. (nw) Curt Coder2012-09-071-20/+39
* (MESS) vic20: Refactored VIC to a modern device. (nw) Curt Coder2012-09-061-1/+2
* (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. Imple... Curt Coder2012-09-021-2/+14
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2818