| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0168 |  Miodrag Milanovic | 2015-11-25 | 33 | -85/+84 |
| * | (nw) |  David Haywood | 2015-11-23 | 1 | -2/+2 |
| * | disallow unaligned accesses for se3208? |  David Haywood | 2015-11-23 | 1 | -3/+12 |
| * | the non-working crystal system games make a lot of unaligned accesses, the wo... |  David Haywood | 2015-11-23 | 1 | -11/+26 |
| * | se3208: make sure the low bits of the stack pointer are always 0 [Luca Elia] |  Luca Elia | 2015-11-21 | 1 | -2/+2 |
| * | z800x: Fix the disassembly [Oliver Lehmann] |  Olivier Galibert | 2015-11-19 | 1 | -5/+5 |
| * | Fixed uninitialized class members |  Miodrag Milanovic | 2015-11-19 | 51 | -92/+115 |
| * | Fix compile for Intel C++ 15 compiler (nw) |  Miodrag Milanovic | 2015-11-14 | 2 | -3/+3 |
| * | compile fix (nw) |  Miodrag Milanovic | 2015-11-12 | 1 | -20/+20 |
| * | Finished adding to lua, some included cpp renamed to inc (nw) |  Miodrag Milanovic | 2015-11-12 | 9 | -6/+6 |
| * | Some more cleanup (nw) |  Miodrag Milanovic | 2015-11-11 | 9 | -13/+35 |
| * | use statusflag macro here |  hap | 2015-11-11 | 1 | -1/+1 |
| * | These are not needed with official tools (nw) |  Miodrag Milanovic | 2015-11-10 | 1 | -11/+0 |
| * | - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. |  therealmogminer@gmail.com | 2015-11-09 | 2 | -6/+6 |
| * | - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with |  therealmogminer@gmail.com | 2015-11-09 | 4 | -25/+28 |
| * | nw, more PVS-Studio fixes |  therealmogminer@gmail.com | 2015-11-09 | 3 | -22/+10 |
| * | fix compile (nw) |  Miodrag Milanovic | 2015-11-08 | 6 | -29/+29 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 384 | -0/+0 |
| * | nec: propagated source file location (nw) |  Miodrag Milanovic | 2015-11-07 | 3 | -8/+8 |
| * | Cleanup devcpu.h (nw) |  Miodrag Milanovic | 2015-11-06 | 6 | -88/+0 |
| * | - Fix some instances of PVS-Studio warning V501, "There are identical sub- |  therealmogminer@gmail.com | 2015-11-06 | 1 | -1/+6 |
| * | - Fix all instances of PVS-Studio warning V578, "An odd bitwise operation |  therealmogminer@gmail.com | 2015-11-04 | 6 | -73/+71 |
| * | m6809make.py: Fix syntax error on Python 3. (nw) |  Mike Naberezny | 2015-11-03 | 1 | -5/+5 |
| * | make the NES APU device get added with the N2A03 rather than needing to be ad... |  David Haywood | 2015-11-02 | 2 | -1/+82 |
| * | "/* within comment" compile warning... |  hap | 2015-11-02 | 3 | -3/+3 |
| * | When we obtain the internal rom of 8304, this old implementation will be remo... |  hap | 2015-11-02 | 3 | -0/+36 |
| * | Unsigned value can't be less than zero (nw) |  Vas Crabb | 2015-11-02 | 1 | -2/+5 |
| * | fixed linking unidasm in small builds (nw) |  Miodrag Milanovic | 2015-11-02 | 1 | -5/+5 |
| * | making logerror part of machine and device classes [Miodrag Milanovic] |  Miodrag Milanovic | 2015-11-01 | 33 | -509/+509 |
| * | Merge pull request #446 from Happy-yappH/master |  Vas Crabb | 2015-10-31 | 2 | -1/+8 |
| |\ |
|
| | * | n64: Simulation of cpu cycles that would be used during the skipped RDRAM ini... |  Happy | 2015-10-30 | 2 | -1/+8 |
| * | | rename device to prevent name clash during modernization (L is for Legacy) |  hap | 2015-10-31 | 2 | -6/+6 |
| * | | fix cmos i/o |  hap | 2015-10-31 | 1 | -15/+21 |
| |/ |
|
| * | mask address space for a2600 in the CPU (m6507) not in the driver. |  David Haywood | 2015-10-30 | 2 | -0/+110 |
| * | internal loggers (nw) |  David Haywood | 2015-10-29 | 2 | -2/+244 |
| * | internal map for internal things (nw) |  David Haywood | 2015-10-29 | 2 | -1/+51 |
| * | create derived CPU type so that code can be put in the correct place (nw) |  David Haywood | 2015-10-29 | 2 | -0/+97 |
| * | Fix typo (nw) |  Miodrag Milanovic | 2015-10-28 | 1 | -4/+4 |
| * | zx: Start of an hardware-correct rewrite [O. Galibert] |  Olivier Galibert | 2015-10-28 | 2 | -3/+27 |
| * | Cleanup and version bumpmame0167 |  Miodrag Milanovic | 2015-10-28 | 1 | -1/+1 |
| * | Removed some unused variables (nw) |  Miodrag Milanovic | 2015-10-27 | 7 | -8/+0 |
| * | nothing to see here; move along |  kazblox | 2015-10-26 | 1 | -2/+2 |
| * | i86 - implement 0xF1 alias for 0xF0 (LOCK) |  kazblox | 2015-10-25 | 1 | -5/+7 |
| * | Correction to handle the pathological, yet possible, case of an exception tri... |  Happy | 2015-10-17 | 1 | -2/+2 |
| * | Fix to allow mips3 exceptions to detect branch delay slots for setting EPC. |  Happy | 2015-10-15 | 2 | -4/+11 |
| * | Commented out a bunch of printfs related to hng64. (nw) |  Andrew Gardner | 2015-10-06 | 1 | -28/+28 |
| * | Naming update, nw |  therealmogminer@gmail.com | 2015-10-02 | 15 | -38/+38 |
| * | Cleanups and version bumpmame0166 |  Miodrag Milanovic | 2015-09-30 | 4 | -10/+8 |
| * | fixed tms1980 TDO opcode |  hap | 2015-09-28 | 2 | -2/+10 |
| * | Added overlooked factor of 2 to VI timing to account for vertical resolution ... |  Happy | 2015-09-28 | 1 | -1/+10 |