diff options
| author | 2013-07-23 07:18:56 +0000 | |
|---|---|---|
| committer | 2013-07-23 07:18:56 +0000 | |
| commit | 14629cbcb42fb824f71120ca93fcb7d53a360390 (patch) | |
| tree | 4d8b9459d6e98a677927c934c5322c328819de3a /src/mess/drivers/esq5505.c | |
| parent | d3f32a1ba70fe3edf112059b6319fbfe218fe8d6 (diff) | |
Cleanups and version bumpmame0149u1
Diffstat (limited to 'src/mess/drivers/esq5505.c')
| -rw-r--r-- | src/mess/drivers/esq5505.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/drivers/esq5505.c b/src/mess/drivers/esq5505.c index 7c20f889886..0b6880f6add 100644 --- a/src/mess/drivers/esq5505.c +++ b/src/mess/drivers/esq5505.c @@ -154,7 +154,7 @@ public: void set_otis(es5505_device *otis) { m_otis = otis; } void set_esp(es5510_device *esp) { m_esp = esp; } - void set_esp_halted(bool esp_halted) { + void set_esp_halted(bool esp_halted) { m_esp_halted = esp_halted; logerror("ESP-halted -> %d\n", m_esp_halted); if (!esp_halted) { @@ -264,7 +264,7 @@ void esq_5505_5510_pump::sound_stream_update(sound_stream &stream, stream_sample stream_sample_t *left = outputs[0], *right = outputs[1]; for (int i = 0; i < samples; i++) { - // anything for the 'aux' output? + // anything for the 'aux' output? INT32 l = inputs[0][i] >> 4; INT32 r = inputs[1][i] >> 4; @@ -318,7 +318,7 @@ void esq_5505_5510_pump::sound_stream_update(sound_stream &stream, stream_sample fprintf(stderr, "*-.\n"); } was_silence = silence; - } + } #endif #if PUMP_TRACK_SAMPLES @@ -838,7 +838,7 @@ static const es5505_interface es5505_config = static const esqpanel_interface esqpanel_config = { DEVCB_DEVICE_LINE_MEMBER("duart", duartn68681_device, rx_b_w), - DEVCB_DRIVER_MEMBER16(esq5505_state, analog_w) + DEVCB_DRIVER_MEMBER16(esq5505_state, analog_w) }; static SLOT_INTERFACE_START(midiin_slot) |
