summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymf278b.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymf278b.h')
-rw-r--r--src/devices/sound/ymf278b.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/sound/ymf278b.h b/src/devices/sound/ymf278b.h
index e540543e6e3..524ed7aebd2 100644
--- a/src/devices/sound/ymf278b.h
+++ b/src/devices/sound/ymf278b.h
@@ -88,7 +88,7 @@ private:
void precompute_rate_tables();
void register_save_state();
- void update_request() { m_stream_ymf262->update(); }
+ void update_request() { m_stream->update(); }
static void static_irq_handler(device_t *param, int irq) { }
static void static_timer_handler(device_t *param, int c, const attotime &period) { }
@@ -134,7 +134,6 @@ private:
// ymf262
void *m_ymf262;
- sound_stream * m_stream_ymf262;
};
DECLARE_DEVICE_TYPE(YMF278B, ymf278b_device)