mame/src/emu/cpu
2015-02-10 19:05:49 +01:00
..
8x300 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
adsp2100 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
alph8201 Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
alto2 Tidy comments 2014-12-02 17:16:41 +00:00
am29000 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
amis2000 different implementation of prev bugfix 2015-02-10 19:05:49 +01:00
apexc fixed usage of uninitialized members in apexc_cpu_device (nw) 2014-04-24 05:35:36 +00:00
arc Cleanups and version bump 2014-12-31 07:53:27 +01:00
arcompact Cleanups and version bump 2015-01-28 09:20:10 +01:00
arm fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
arm7 added command-line option -[no]drc_log_native to control DRC native diassembly logging [Oliver Stöneberg] 2014-11-07 21:24:35 +01:00
asap second round of clang 3.4 fixes for MESS (nw) 2014-02-20 18:18:29 +00:00
avr8 removed static config from avr8. nw. 2014-09-21 16:25:33 +00:00
ccpu devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
cop400 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
cosmac various cpu cores: don't state save icount (nw) 2014-07-09 17:34:43 +00:00
cp1610 Cleanups and version bump 2014-11-26 10:37:58 +01:00
cubeqcpu devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
dsp16 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
dsp32 removed unneeded define. nw. 2014-10-12 08:24:36 +00:00
dsp56k Fix potential overrun when adding a size_t to a UINT16. (nw) 2014-10-18 17:44:25 +00:00
e132xs e132xs.c: added missing save states, fixes save states in at least pasha2, f2mosaic and gstream (nw) 2014-12-12 19:30:48 +01:00
es5510 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
esrip devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
f8 fixed usage of uninitialized member in f8_cpu_device (nw) 2014-04-25 07:26:35 +00:00
g65816 More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
h8 h8.c: added some more state saving, fixes lastfght and puzzlet saving problems (nw) 2015-01-28 15:17:05 +01:00
h6280 rename functions with upper case names to lower case to avoid #define collisions (nw) 2014-01-22 13:04:52 +00:00
hcd62121 fixed Visual Studio compilation of src/emu/cpu/hcd62121/hcd62121d.c (nw) 2014-12-24 14:23:13 +01:00
hd61700 Cleanups and version bump 2014-10-15 07:19:47 +00:00
i86 (mess) pcd: doesn't display anything yet but almost completes post (nw) 2015-02-08 21:08:26 -06:00
i386 i386: add x87 opcodes FCMOVB FCMOVE FCMOVBE FCMOVU FCMOVNB FCMOVNE FCMOVNBE FCMOVNU FCOMI FUCOMI FUCOMIP (nw) 2015-02-05 19:23:22 +01:00
i860 Fix various typos 2014-11-30 22:29:32 +00:00
i960 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
i4004 Marking some of my core files (nw) 2013-10-16 12:31:50 +00:00
i8008 Marking some of my core files (nw) 2013-10-16 12:31:50 +00:00
i8085 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
i8089 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
ie15 validation fix (nw) 2013-06-21 19:47:42 +00:00
jaguar devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
konami Rewrite of 6809/6309/konamicpu cores. 6809 should be cycle exact based on the 2013-03-04 13:29:33 +00:00
lc8670 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
lh5801 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
lr35902 forgot to resolve callback 2014-06-23 09:52:53 +00:00
m6502 Kale, does that break c65? (nw) 2015-02-07 11:27:55 +01:00
m6800 fixed usage of uninitialized memory in m6800_cpu_device (nw) 2014-10-26 08:25:44 +01:00
m6805 6805: add missing items to save state 2014-07-09 17:22:17 +00:00
m6809 Remove unused imports. (nw) 2015-01-25 23:17:28 -08:00
m37710 Typos in unused macros, catch them before they catch you (nw) 2014-09-18 04:36:21 +00:00
m68000 Cleanups and version bump 2015-01-28 09:20:10 +01:00
mb88xx eepromuser.c: [Felipe Sanches] 2014-10-12 00:25:13 +00:00
mb86233 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
mb86235 Cleanups and version bump 2014-07-22 06:14:55 +00:00
mc68hc11 various cpu cores: don't state save icount (nw) 2014-07-09 17:34:43 +00:00
mcs48 Removed legacy_cpu_device. [Wilbert Pol] 2014-09-12 20:21:56 +00:00
mcs51 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
mcs96 Fix undefined names "logging" and "fname". (nw) 2015-01-27 01:21:27 -08:00
minx More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
mips oops (nw) 2015-01-25 21:38:11 +01:00
mn10200 Removed legacy_cpu_device. [Wilbert Pol] 2014-09-12 20:21:56 +00:00
nec nec cpu: add missing items to save state [Alex Jackson] 2014-07-09 16:02:33 +00:00
pdp1 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
pic16c5x Playmark update: 2014-07-20 16:16:10 +00:00
pic16c62x Moved eminline and related files into /src/osd since it's system related (nw) 2014-04-16 08:04:20 +00:00
powerpc oops (nw) 2015-01-25 21:38:11 +01:00
pps4 Cleanups and version bump 2014-12-31 07:53:27 +01:00
psx Description changes for assorted devices to improve readability/uniformity from MASH (nw) 2015-01-05 22:42:59 -05:00
rsp oops (nw) 2015-01-25 21:38:11 +01:00
s2650 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
saturn devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
sc61860 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
scmp devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
score fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
scudsp More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
se3208 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
sh2 fix compile? (nw) 2015-01-25 21:42:02 +00:00
sh4 Cleanups and version bump 2014-10-15 07:19:47 +00:00
sharc fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
sm8500 (MESS) gamecom : fixed timer in solitaire. Centipede is somewhat playable. 2014-11-18 10:16:50 +11:00
spc700 fixed usage of uninitialized members in spc700_device (nw) 2014-04-28 22:53:03 +00:00
ssem validation fix (nw) 2013-06-21 19:47:42 +00:00
ssp1601 Cleanups and version bump 2014-04-07 06:04:18 +00:00
superfx various cpu cores: don't state save icount (nw) 2014-07-09 17:34:43 +00:00
t11 fixed usage of uninitialized members in t11_device (nw) 2014-04-24 07:47:26 +00:00
tlcs90 Cleanups and version bump 2014-10-15 07:19:47 +00:00
tlcs900 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
tms0980 mnemonics to uppercase 2015-01-29 19:00:02 +01:00
tms7000 Cleanups and version bump 2014-10-15 07:19:47 +00:00
tms9900 nw 2014-09-26 18:23:39 +00:00
tms32010 various cpu cores: don't state save icount (nw) 2014-07-09 17:34:43 +00:00
tms32025 various cpu cores: don't state save icount (nw) 2014-07-09 17:34:43 +00:00
tms32031 Cleanups and version bump 2014-10-15 07:19:47 +00:00
tms32051 Cleanups and version bump 2014-10-15 07:19:47 +00:00
tms32082 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
tms34010 Cleanups and version bump 2014-10-15 07:19:47 +00:00
tms57002 Fix undefined names "logging" and "fname". (nw) 2015-01-27 01:21:27 -08:00
ucom4 different implementation of prev bugfix 2015-02-10 19:05:49 +01:00
unsp vii/unsp cleanups for cowering (nw) 2014-11-27 17:28:38 +01:00
upd7725 More cleanups, there is issue with srcclean that needs to be taken care as well, just doing now what we can 2014-07-22 06:21:54 +00:00
upd7810 Cleanups and version bump 2014-11-26 10:37:58 +01:00
v30mz fixed usage of uninitialized member in v30mz_cpu_device (nw) 2014-04-30 11:16:28 +00:00
v60 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
v810 fixed usage of uninitialized member in v810_device (nw) 2014-04-29 06:47:12 +00:00
z8 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
z80 debug/qt: Add a per-device window [O. Galibert] 2014-12-22 20:16:45 +01:00
z180 fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
z8000 Cleanups and version bump 2014-04-07 06:04:18 +00:00
cpu.mak added NEC uCOM-4 MCU core skeleton 2015-02-07 00:50:04 +01:00
drcbec.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
drcbec.h Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
drcbeut.c Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
drcbeut.h Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
drcbex64.c added command-line option -[no]drc_log_native to control DRC native diassembly logging [Oliver Stöneberg] 2014-11-07 21:24:35 +01:00
drcbex64.h Revert "fix compile on MSVC 2012 (nw)" 2015-01-31 23:36:03 +01:00
drcbex86.c added command-line option -[no]drc_log_native to control DRC native diassembly logging [Oliver Stöneberg] 2014-11-07 21:24:35 +01:00
drcbex86.h Revert "fix compile on MSVC 2012 (nw)" 2015-01-31 23:36:03 +01:00
drccache.c Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
drccache.h Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
drcfe.c attempt at fixing kinst DRC regression (nw) 2014-11-18 09:43:06 +01:00
drcfe.h Removed some auto_mallocs in favor of dynamic_arrays. 2014-02-19 17:45:48 +00:00
drcuml.c added device shortname to DRC UML log for systems with multiple DRCs (nw) 2014-11-07 11:34:19 +01:00
drcuml.h added command-line option -[no]drc_log_native to control DRC native diassembly logging [Oliver Stöneberg] 2014-11-07 21:24:35 +01:00
drcumlsh.h Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
uml.c fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warnings of clang 3.5 when compiling MESS (nw) 2014-09-08 12:00:45 +00:00
uml.h Revert "fix compile on MSVC 2012 (nw)" 2015-01-31 23:36:03 +01:00
vtlb.c Removed some auto_mallocs in favor of dynamic_arrays. 2014-02-19 17:45:48 +00:00
vtlb.h Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
x86emit.h Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
x86log.c Bulk convert files that already had standard BSD license in my name 2013-10-16 08:14:49 +00:00
x86log.h rest of ATTR_PRINTF review (nw) 2014-02-25 12:25:33 +00:00