diff options
author | 2012-09-08 10:57:54 +0000 | |
---|---|---|
committer | 2012-09-08 10:57:54 +0000 | |
commit | 1a391dd0442a66cc53cfed2b39fd753751e8039a (patch) | |
tree | 2bc17cfea678c3504d9377ea81cbdf96fa7d7c24 /src/mess/video/stic.c | |
parent | e0445d78251b5d2d4b88373a218af5a78e6556df (diff) |
fixed some warnings about unreachable statements reported by cppcheck (no whatsnew)
Diffstat (limited to 'src/mess/video/stic.c')
-rw-r--r-- | src/mess/video/stic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/video/stic.c b/src/mess/video/stic.c index 2dbd7d43944..7fb098e877b 100644 --- a/src/mess/video/stic.c +++ b/src/mess/video/stic.c @@ -54,7 +54,6 @@ READ16_MEMBER( intv_state::intv_stic_r ) /*** fall through ***/ case STIC_DER: return 0x3FFF; - break; case STIC_CSR + STIC_CSR0: case STIC_CSR + STIC_CSR1: case STIC_CSR + STIC_CSR2: |