diff options
| author | 2012-05-07 06:57:50 +0000 | |
|---|---|---|
| committer | 2012-05-07 06:57:50 +0000 | |
| commit | 0238c610f7591571ef6258b1d1cc0653d5353ffa (patch) | |
| tree | b92b86df66c278b26f5add32b2537f330036555d /src/emu/sound/i5000.c | |
| parent | 0a119e20fe95c08f11d54329e5e2413772abad7e (diff) | |
Clean-ups and version bumpmame0145u8
Diffstat (limited to 'src/emu/sound/i5000.c')
| -rw-r--r-- | src/emu/sound/i5000.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/i5000.c b/src/emu/sound/i5000.c index d483019d2a6..be0f34db405 100644 --- a/src/emu/sound/i5000.c +++ b/src/emu/sound/i5000.c @@ -45,7 +45,7 @@ void i5000snd_device::device_start() m_rom_base = (UINT16 *)device().machine().root_device().memregion(":i5000snd")->base(); m_rom_mask = device().machine().root_device().memregion(":i5000snd")->bytes() / 2 - 1; - + // register for savestates for (int ch = 0; ch < 16; ch++) { @@ -66,7 +66,7 @@ void i5000snd_device::device_start() save_item(NAME(m_channels[ch].output_r), ch); save_item(NAME(m_channels[ch].output_l), ch); } - + save_item(NAME(m_regs)); } |
