diff options
| author | 2008-06-26 16:05:46 +0000 | |
|---|---|---|
| committer | 2008-06-26 16:05:46 +0000 | |
| commit | 3d1376ed9721ba2008ebf15cbca3226e09727c56 (patch) | |
| tree | ad63fcf3a342f39fcbe8b61ab6f0569120d8cc2b /src/emu/machine/smc91c9x.c | |
| parent | a31c92792bab018bdb4117967a4cc9a0dcdcbfb1 (diff) | |
Cleanups/version bump.mame0125u7
Diffstat (limited to 'src/emu/machine/smc91c9x.c')
| -rw-r--r-- | src/emu/machine/smc91c9x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/smc91c9x.c b/src/emu/machine/smc91c9x.c index 6926269b0d1..0c5212aa98f 100644 --- a/src/emu/machine/smc91c9x.c +++ b/src/emu/machine/smc91c9x.c @@ -549,7 +549,7 @@ static DEVICE_START( smc91c9x ) static DEVICE_RESET( smc91c9x ) { smc91c9x_state *smc = get_safe_token(device); - + memset(smc->reg, 0, sizeof(smc->reg)); memset(smc->regmask, 0, sizeof(smc->regmask)); smc->irq_state = 0; |
