| Commit message (Expand) | Author | Age | Files | Lines |
* | Typos in unused macros, catch them before they catch you (nw) |  Alex W. Jackson | 2014-09-18 | 1 | -1/+1 |
* | Magic strings, just say no (nw) |  Alex W. Jackson | 2014-09-18 | 2 | -1/+5 |
* | Memory system and Namco improvements: [Alex Jackson] |  Alex W. Jackson | 2014-09-18 | 2 | -19/+71 |
* | m37710: make memory helpers inline; remove more obsolete cruft (nw) |  Alex W. Jackson | 2014-05-22 | 9 | -249/+223 |
* | m37710: support direct read [Alex Jackson] |  Alex W. Jackson | 2014-05-21 | 4 | -38/+24 |
* | Moved eminline and related files into /src/osd since it's system related (nw) |  Miodrag Milanovic | 2014-04-16 | 1 | -1/+1 |
* | Cleanups and version bumpmame0150 |  Miodrag Milanovic | 2013-09-17 | 1 | -1/+1 |
* | m37710.c: Modernized cpu core (nw) |  Wilbert Pol | 2013-08-19 | 4 | -1261/+3063 |
* | output of new srcclean changes that are relatively small [smf] |  smf- | 2013-01-11 | 1 | -2/+1 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 4 | -1527/+1526 |
* | changed m37702 to help tafoid's source file detection (nw) |  smf- | 2012-11-02 | 1 | -4/+3 |
* | Since nobody checks for NULLs anyway, make |  Aaron Giles | 2012-09-19 | 1 | -2/+2 |
* | Memory handler normalization, part 2. Change legacy |  Aaron Giles | 2012-09-17 | 1 | -2/+2 |
* | Clean-ups and version bumpmame0147 |  Miodrag Milanovic | 2012-09-17 | 1 | -1/+1 |
* | Pass 2 of struct modernization. |  Aaron Giles | 2012-09-15 | 1 | -2/+2 |
* | First pass at modernizing struct definitions. |  Aaron Giles | 2012-09-15 | 1 | -2/+1 |
* | Clear out remaining global inlines in diexec.h. |  Aaron Giles | 2012-09-12 | 1 | -1/+1 |
* | DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) |  Miodrag Milanovic | 2012-09-03 | 1 | -19/+19 |
* | Renamed device_irq_callback to device_irq_acknowledge_callback to |  Aaron Giles | 2012-04-10 | 2 | -2/+2 |
* | MAME going modern part 2 (no whatsnew) |  Miodrag Milanovic | 2012-04-01 | 1 | -1/+1 |
* | MAME going modern part 1 (no whatsnew) |  Miodrag Milanovic | 2012-03-31 | 1 | -1/+1 |
* | Clean-ups and version bumpmame0143u6 |  Angelo Salese | 2011-09-20 | 1 | -15/+15 |
* | add portdirection regs |  Michaël Banaan Ananas | 2011-09-13 | 1 | -18/+68 |
* | always preserve high byte of index register when X flag is set |  Michaël Banaan Ananas | 2011-09-07 | 3 | -24/+26 |
* | - fixed MPY clk |  Michaël Banaan Ananas | 2011-09-07 | 1 | -5/+3 |
* | added TBS, TSB, TBD, TDB |  Michaël Banaan Ananas | 2011-09-07 | 1 | -8/+64 |
* | small cleanup before next commit |  Michaël Banaan Ananas | 2011-09-07 | 1 | -20/+20 |
* | - PLD, TCD: doesnt affect statusflags |  Michaël Banaan Ananas | 2011-09-07 | 1 | -7/+30 |
* | tmp in RLA is unneeded + rm leftover code |  Michaël Banaan Ananas | 2011-09-06 | 1 | -55/+2 |
* | added missing andb, eorb, ldb, sbcb, mpy, div (all same opcodes but different... |  Michaël Banaan Ananas | 2011-09-06 | 1 | -151/+238 |
* | software int (like BRK) doesn't change d flag (probably a leftover from G6581... |  Michaël Banaan Ananas | 2011-09-06 | 1 | -1/+0 |
* | cpureset registers |  Michaël Banaan Ananas | 2011-09-06 | 1 | -32/+82 |
* | Cleanups and version bumpmame0143u5 |  Angelo Salese | 2011-09-06 | 2 | -19/+19 |
* | (temp?) revert cause release is near |  Michaël Banaan Ananas | 2011-09-06 | 1 | -0/+3 |
* | (rm old hack) |  Michaël Banaan Ananas | 2011-09-06 | 1 | -3/+1 |
* | cpu only continues when an interrupt is actually executed (handled in m37710i... |  Michaël Banaan Ananas | 2011-09-06 | 1 | -9/+6 |
* | check interrupts after REP and CLI, and also after writing to interrupt regis... |  Michaël Banaan Ananas | 2011-09-05 | 2 | -39/+59 |
* | INT0/1/2 are also auto-cleared |  Michaël Banaan Ananas | 2011-09-05 | 2 | -9/+6 |
* | nevermind 2nd part of last commit, it was correct before |  Michaël Banaan Ananas | 2011-09-05 | 1 | -1/+1 |
* | - priority level of 0 means disabled interrupt |  Michaël Banaan Ananas | 2011-09-05 | 1 | -3/+3 |
* | timer irq "cpustate->m37710_regs[m37710_irq_levels[curirq]] |= 0x08;" is unne... |  Michaël Banaan Ananas | 2011-09-05 | 2 | -50/+24 |
* | (confusing use of 'fatal') |  Michaël Banaan Ananas | 2011-09-05 | 1 | -2/+2 |
* | m377xx: fixed interrupt flags for internal peripherals, corrected BBC/BBS whe... |  R. Belmont | 2011-09-05 | 2 | -60/+60 |
* | m37710: pass program bank to debugger hook so breakpoints work outside of ban... |  R. Belmont | 2011-09-05 | 1 | -1/+1 |
* | OP_MPY: fix N flag on 32bit (int -> UINT32) |  Michaël Banaan Ananas | 2011-09-04 | 1 | -20/+24 |
* | minor optimization |  Michaël Banaan Ananas | 2011-09-04 | 1 | -26/+10 |
* | Proper bracing (nw) |  R. Belmont | 2011-09-03 | 1 | -44/+44 |
* | m377xx: proper cycle counts for PSH/PUL [R. Belmont] |  R. Belmont | 2011-09-03 | 1 | -44/+49 |
* | M37710: respect the restored mode bits for PUL [hap, R. Belmont] |  R. Belmont | 2011-09-03 | 1 | -71/+28 |
* | Make memset been used in cpu core in unique way (no whatsnew) |  Miodrag Milanovic | 2011-07-13 | 1 | -1/+1 |