| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 17 | -7113/+0 |
| * | blame balrog for this :) (NW) |  Cowering | 2015-07-08 | 1 | -3/+3 |
| * | memory: Remove support for decrypted bases, use an address space instead [O. ... |  Olivier Galibert | 2015-06-24 | 2 | -4/+4 |
| * | Simple LTO warning fixes (Part1) (nw) |  Cowering | 2015-05-24 | 1 | -20/+20 |
| * | Ownership/license (nw) |  Alex W. Jackson | 2015-05-22 | 6 | -6/+6 |
| * | Sorted out cpu cores (nw) |  Miodrag Milanovic | 2015-05-13 | 16 | -28/+32 |
| * | Changes for Bryan McPhail (nw) |  Miodrag Milanovic | 2015-05-11 | 1 | -2/+2 |
| * | Added dummy license headers for EMU section (nw) |  Miodrag Milanovic | 2015-05-07 | 15 | -0/+30 |
| * | Cleanups and version bumpmame0161 |  Miodrag Milanovic | 2015-04-29 | 1 | -2/+2 |
| * | moved all to std::string (nw) |  Miodrag Milanovic | 2015-04-22 | 4 | -6/+6 |
| * | string -> str rename due to future conflicts (nw) |  Miodrag Milanovic | 2015-04-12 | 4 | -6/+6 |
| * | Fix PIT timers, makes BGMs to sound better. |  Angelo Salese | 2015-04-09 | 1 | -3/+3 |
| * | Cleanups and version bumpmame0160 |  Miodrag Milanovic | 2015-03-25 | 2 | -43/+38 |
| * | hooked v53 irq ack callback so that it can get the correct vector from the co... |  mamehaze | 2015-03-13 | 1 | -0/+5 |
| * | v53: provide access to the interrupt lines (nw) |  mamehaze | 2015-03-13 | 2 | -6/+30 |
| * | expose some more V53 pins for the internal peripherals to the outside world (nw) |  mamehaze | 2015-03-10 | 2 | -103/+189 |
| * | expose V53 device callbacks to users (nw) |  mamehaze | 2015-03-10 | 2 | -34/+184 |
| * | the V53 SCU is a i8251 clone, but with the command / mode registers separated... |  mamehaze | 2015-03-10 | 2 | -58/+27 |
| * | couple of notes about what the various NEC chips seem to be cloned from thank... |  mamehaze | 2015-03-09 | 2 | -5/+26 |
| * | don't crash on garbage values roadedge / samsh64 write on startup (nw) |  mamehaze | 2015-03-09 | 1 | -0/+5 |
| * | turn logging back off (nw) |  mamehaze | 2015-03-09 | 1 | -2/+2 |
| * | it now attempts to do a whole bunch of 0x20 sized transfers from RAM (0xcfe8 ... |  mamehaze | 2015-03-09 | 2 | -2/+39 |
| * | carl noted that this seems to be the same thing, and is more complete, so use... |  mamehaze | 2015-03-08 | 2 | -14/+57 |
| * | hng64 / v53 - looking at DMA (nw) |  mamehaze | 2015-03-08 | 2 | -6/+29 |
| * | Timer Unit is functionally identical to uPD71054 (which in turn is said to b... |  mamehaze | 2015-03-08 | 2 | -36/+28 |
| * | more peripheral logic + notes (nw) |  mamehaze | 2015-03-08 | 2 | -4/+108 |
| * | few bits of v53 stuff, start dynamic peripheral mapping, attempts to set up t... |  mamehaze | 2015-03-08 | 2 | -22/+226 |
| * | start an internal map for the v53 (nw) |  mamehaze | 2015-03-08 | 4 | -25/+227 |
| * | shuffle more HNG64 stuff around, add stub CPU classes for the different CPU t... |  mamehaze | 2015-03-07 | 2 | -3/+41 |
| * | (mess) pasogo: some cleanup (nw) |  cracyc | 2015-03-02 | 1 | -1/+1 |
| * | nec cpu: add missing items to save state [Alex Jackson] |  Alex W. Jackson | 2014-07-09 | 2 | -0/+6 |
| * | nec v25: initialize clock divider in constructor, since execute_clocks_to_cyc... |  Alex W. Jackson | 2014-07-07 | 1 | -2/+1 |
| * | nec v25: Implement programmable clock divider via execute_clocks_to_cycles() ... |  Alex W. Jackson | 2014-07-05 | 3 | -12/+15 |
| * | fixed usage of uninitialized members in nec_common_device (nw) |  Oliver Stöneberg | 2014-04-25 | 1 | -0/+5 |
| * | more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw) |  Oliver Stöneberg | 2014-03-19 | 4 | -3/+3 |
| * | second round of clang 3.4 fixes for MESS (nw) |  Oliver Stöneberg | 2014-02-20 | 1 | -0/+2 |
| * | Cleanups and version bumpmame0151 |  Miodrag Milanovic | 2013-11-05 | 2 | -10/+8 |
| * | Fix register view in V25 too (nw) |  Alex W. Jackson | 2013-10-14 | 1 | -15/+15 |
| * | Fix register view in V30, nw |  Angelo Salese | 2013-10-14 | 1 | -15/+15 |
| * | Fix NEC V25/V35 internal clock divider which was missed during modernization ... |  Alex W. Jackson | 2013-10-14 | 2 | -10/+10 |
| * | nec.c: Modernized cpu core (bw) |  Wilbert Pol | 2013-10-07 | 15 | -2619/+2621 |
| * | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+1 |
| * | added missing short names to legacy devices and added validation that short n... |  Miodrag Milanovic | 2013-08-23 | 2 | -1/+6 |
| * | reduced some duplication in the nec disassembler interface (nw) |  smf- | 2013-03-06 | 2 | -7/+2 |
| * | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 2 | -2/+0 |
| * | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 13 | -2278/+2277 |
| * | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 2 | -4/+4 |
| * | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 2 | -4/+4 |
| * | Enum and union normalization. |  Aaron Giles | 2012-09-16 | 2 | -18/+18 |
| * | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -4/+4 |