summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/c65.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-38/+35
* (Protection) note about Kozure Ookami, for future reference. Angelo Salese2015-02-061-1/+2
* Basic KB hookup, thinks that GRAPH is always on for whatever reason ... Angelo Salese2015-02-041-60/+138
* Added bread-and-butter IRQ support. VIC3 blinks, CIA cries too. Angelo Salese2015-02-041-2/+25
* Hooked up CIAs Angelo Salese2015-02-041-2/+47
* Make refresh rate more sane, still not 100% correct tho. Angelo Salese2015-01-311-1/+1
* Re-added old version drivers for reference. Added debug for vram attribute & ... Angelo Salese2015-01-291-2/+6
* Sometimes it's not a cpu core bug ;-) (nw) Olivier Galibert2015-01-281-3/+3
* Added border color, and almost sure there's a CPU core bug. Angelo Salese2015-01-281-4/+16
* Experimental scanline-based drawing function, and added color attribute. Angelo Salese2015-01-281-10/+42
* Fixed video params and flipped dummy CIA, C=65 now has initial boot screen sh... Angelo Salese2015-01-281-5/+5
* BREAKs now, added drawgfx VRAM dumper. Angelo Salese2015-01-281-5/+21
* Various fixes, VRAM is now filled up. Angelo Salese2015-01-281-7/+37
* One bug nailed (boot vectors are *whatever exists in regular 0-0xffff range"). Angelo Salese2015-01-281-1/+1
* Bad stack pointer read is bad. Angelo Salese2015-01-241-5/+79
* It's a kind of (D)MAgic (sets up basic VRAM) Angelo Salese2015-01-231-6/+70
* Getting palette is always a good start. Angelo Salese2015-01-231-8/+47
* Planning. Angelo Salese2015-01-231-4/+47
* Prepare for rewrite. Angelo Salese2015-01-231-589/+148
* New personal branch, for WIP rewrites and other goodies. Angelo Salese2015-01-221-10/+13
* vic3_device: converted to devcb2 (nw) Ivan Vangelista2014-04-181-29/+13
* (MESS) c65: Less tagmap lookup. (nw) Curt Coder2014-03-311-10/+4
* mos6526: devcb2 cleanup. (nw) Curt Coder2014-03-221-14/+17
* Cleaned up devcb2 usage. (nw) Curt Coder2014-03-161-2/+4
* some mess regression fixes (nw) Miodrag Milanovic2014-02-281-0/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-20/+0
* replaced more machine().firstcpu with m_maincpu [smf] smf-2014-01-231-3/+1
* Fixed commodore quick load by passing in the address space instead of using m... smf-2014-01-041-1/+1
* (MESS) cbmiec: Moved under emu/bus. (nw) Curt Coder2013-10-201-1/+1
* (MESS) Legacy removal. (nw) Curt Coder2013-09-191-7/+176
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+0
* converted c65 and sbc6510 to use modern CIA implementation. nw. Fabio Priuli2013-06-051-6/+14
* (MESS) modernized VIC3 video device. [Fabio Priuli] Fabio Priuli2013-06-031-6/+2
* 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
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-22/+22
* start cleaning c65 (nw) Miodrag Milanovic2013-04-181-47/+45
* Moved some files to where they belong. (nw) Curt Coder2013-03-071-3/+114
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-1/+14
* Modernized the MOS6526, MOS6560, MOS7360, MOS6581, CBM IEC, and IEEE-488 devi... Curt Coder2013-02-121-32/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-22/+22
* c65.c: fixed missing memory allocations so that the driver does not crash any... Fabio Priuli2012-12-281-1/+1
* mos6526: Implemented a nearly cycle-exact "old" CIA, which passes most of the... Curt Coder2012-10-041-4/+4
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-4/+4
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* (MESS) c128: MMU WIP. (nw) Curt Coder2012-09-101-4/+4
* (MESS) c65: Added missing SID interface. (nw)\n(MESS) c64: Used SID8580 for t... Curt Coder2012-09-041-3/+11