summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-2533-85/+84
* (nw) David Haywood2015-11-231-2/+2
* disallow unaligned accesses for se3208? David Haywood2015-11-231-3/+12
* the non-working crystal system games make a lot of unaligned accesses, the wo... David Haywood2015-11-231-11/+26
* se3208: make sure the low bits of the stack pointer are always 0 [Luca Elia] Luca Elia2015-11-211-2/+2
* z800x: Fix the disassembly [Oliver Lehmann] Olivier Galibert2015-11-191-5/+5
* Fixed uninitialized class members Miodrag Milanovic2015-11-1951-92/+115
* Fix compile for Intel C++ 15 compiler (nw) Miodrag Milanovic2015-11-142-3/+3
* compile fix (nw) Miodrag Milanovic2015-11-121-20/+20
* Finished adding to lua, some included cpp renamed to inc (nw) Miodrag Milanovic2015-11-129-6/+6
* Some more cleanup (nw) Miodrag Milanovic2015-11-119-13/+35
* use statusflag macro here hap2015-11-111-1/+1
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-101-11/+0
* - Fix PVS-Studio warning V564, "The &/| operator is applied to bool type value. therealmogminer@gmail.com2015-11-092-6/+6
* - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with therealmogminer@gmail.com2015-11-094-25/+28
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-093-22/+10
* fix compile (nw) Miodrag Milanovic2015-11-086-29/+29
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-08384-0/+0
* nec: propagated source file location (nw) Miodrag Milanovic2015-11-073-8/+8
* Cleanup devcpu.h (nw) Miodrag Milanovic2015-11-066-88/+0
* - Fix some instances of PVS-Studio warning V501, "There are identical sub- therealmogminer@gmail.com2015-11-061-1/+6
* - Fix all instances of PVS-Studio warning V578, "An odd bitwise operation therealmogminer@gmail.com2015-11-046-73/+71
* m6809make.py: Fix syntax error on Python 3. (nw) Mike Naberezny2015-11-031-5/+5
* make the NES APU device get added with the N2A03 rather than needing to be ad... David Haywood2015-11-022-1/+82
* "/* within comment" compile warning... hap2015-11-023-3/+3
* When we obtain the internal rom of 8304, this old implementation will be remo... hap2015-11-023-0/+36
* Unsigned value can't be less than zero (nw) Vas Crabb2015-11-021-2/+5
* fixed linking unidasm in small builds (nw) Miodrag Milanovic2015-11-021-5/+5
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-0133-509/+509
* Merge pull request #446 from Happy-yappH/master Vas Crabb2015-10-312-1/+8
|\
| * n64: Simulation of cpu cycles that would be used during the skipped RDRAM ini... Happy2015-10-302-1/+8
* | rename device to prevent name clash during modernization (L is for Legacy) hap2015-10-312-6/+6
* | fix cmos i/o hap2015-10-311-15/+21
|/
* mask address space for a2600 in the CPU (m6507) not in the driver. David Haywood2015-10-302-0/+110
* internal loggers (nw) David Haywood2015-10-292-2/+244
* internal map for internal things (nw) David Haywood2015-10-292-1/+51
* create derived CPU type so that code can be put in the correct place (nw) David Haywood2015-10-292-0/+97
* Fix typo (nw) Miodrag Milanovic2015-10-281-4/+4
* zx: Start of an hardware-correct rewrite [O. Galibert] Olivier Galibert2015-10-282-3/+27
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-1/+1
* Removed some unused variables (nw) Miodrag Milanovic2015-10-277-8/+0
* nothing to see here; move along kazblox2015-10-261-2/+2
* i86 - implement 0xF1 alias for 0xF0 (LOCK) kazblox2015-10-251-5/+7
* Correction to handle the pathological, yet possible, case of an exception tri... Happy2015-10-171-2/+2
* Fix to allow mips3 exceptions to detect branch delay slots for setting EPC. Happy2015-10-152-4/+11
* Commented out a bunch of printfs related to hng64. (nw) Andrew Gardner2015-10-061-28/+28
* Naming update, nw therealmogminer@gmail.com2015-10-0215-38/+38
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-304-10/+8
* fixed tms1980 TDO opcode hap2015-09-282-2/+10
* Added overlooked factor of 2 to VI timing to account for vertical resolution ... Happy2015-09-281-1/+10