mame/src/emu/cpu
Ramiro Polla ff2a135bd3 upd7810: return meaningful value when PC3 is in control mode
When PC3 is in control mode, it acts as INT2 and external Timer Input.
INT2 may be set by connected devices through set_input_line(), so its
value can be used when reading or writing to PC3. There is currently
no code to support external timer input.
2014-11-04 19:47:54 +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 Cleanups and version bump 2014-07-22 06:14:55 +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
apexc fixed usage of uninitialized members in apexc_cpu_device (nw) 2014-04-24 05:35:36 +00: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 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
asap
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 Merge branch 'patch-3' of https://github.com/plgDavid/mame into plgDavid-patch-3 2014-10-25 10:33:15 +02: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 oops (nw) 2014-09-09 12:56:58 +00: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 "properly fixed" clang -Wconstant-logical-operand warnings and enabled it (nw) 2014-09-23 10:13:12 +00:00
h6280
hcd62121 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
hd61700 Cleanups and version bump 2014-10-15 07:19:47 +00:00
i86 Cleanups and version bump 2014-10-15 07:19:47 +00:00
i386 i386: call with expand down stack [Carl] 2014-11-01 08:59:58 -05:00
i860 reverting, sorry for this vconv needs to be updated (nw) 2014-03-31 10:23:22 +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
i8008
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
jaguar devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
konami
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 Magic strings, just say no (nw) 2014-09-18 04:30:33 +00: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 fix warning (this was useless anyway: m_temp is really temporary) 2014-09-08 16:20:23 +00:00
m37710 Typos in unused macros, catch them before they catch you (nw) 2014-09-18 04:36:21 +00:00
m68000 m68000: add missing save state registration [Alex Jackson] 2014-10-14 09:37:51 +00: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 Cleanups and version bump 2014-10-15 07:19:47 +00: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 mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy] 2014-11-04 14:14:26 +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 fix line endings, hopefully (nw) 2014-10-25 10:13:15 -05:00
pps4 pps4 / gts1 : added notes 2014-07-31 10:46:15 +00:00
psx Convert PSX sio to use devcb. [smf] 2014-10-26 10:32:58 +00:00
rsp rspdrc: Fix crash on Linux when recompiling BREAK opcode. [MooglyGuy, Firewave] 2014-11-04 16:04:55 +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 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
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 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00:00
spc700 fixed usage of uninitialized members in spc700_device (nw) 2014-04-28 22:53:03 +00:00
ssem
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 devcv2 -> devcb (nw) 2014-05-14 06:46:50 +00: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 tms57002.c: initialize variable to fix crackling sound in debug builds for konamigx games (nw) 2014-10-27 21:52:09 +01:00
unsp fixed usage of uninitialized member in unsp_device (nw) 2014-04-24 07:39:17 +00: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 upd7810: return meaningful value when PC3 is in control mode 2014-11-04 19:47:54 +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 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
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 Convert PSX sio to use devcb. [smf] 2014-10-26 10:32:58 +00: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
drcbeut.c
drcbeut.h
drcbex64.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
drcbex64.h
drcbex86.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
drcbex86.h
drccache.c
drccache.h
drcfe.c fixed clang compilation of src/emu/cpu/drcfe.c (nw) 2014-11-01 11:50:47 +01:00
drcfe.h
drcuml.c flush drcuml.asm log (nw) 2014-11-04 15:36:32 +01:00
drcuml.h
drcumlsh.h
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
vtlb.c
vtlb.h
x86emit.h
x86log.c
x86log.h