summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/mos6560.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/mos6560.h')
-rw-r--r--src/devices/sound/mos6560.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/devices/sound/mos6560.h b/src/devices/sound/mos6560.h
index 182cba47dba..bf1b8604695 100644
--- a/src/devices/sound/mos6560.h
+++ b/src/devices/sound/mos6560.h
@@ -111,17 +111,11 @@ protected:
TYPE_ATTACK_UFO // NTSC-M, less features
};
- enum
- {
- TIMER_LINE
- };
-
mos6560_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, uint32_t variant);
// device-level overrides
virtual void device_start() override;
virtual void device_reset() override;
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
// sound stream update overrides
virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override;
@@ -134,7 +128,7 @@ protected:
void drawlines( int first, int last );
void soundport_w( int offset, int data );
void sound_start();
- void raster_interrupt_gen();
+ TIMER_CALLBACK_MEMBER(raster_interrupt_gen);
const int m_variant;