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