diff options
author | 2020-09-14 20:29:01 +0200 | |
---|---|---|
committer | 2020-09-14 20:29:01 +0200 | |
commit | 44ea7782c1cba1628a0b71bf1b7007eb5e6ed2df (patch) | |
tree | 1e20d1a6157acdd6da38dbf2b2bd32312663d953 /src/devices/video/i8244.h | |
parent | 6ebf956324771f79dc1724c86f34af427ba32767 (diff) |
i8244: update to use newsound
Diffstat (limited to 'src/devices/video/i8244.h')
-rw-r--r-- | src/devices/video/i8244.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/video/i8244.h b/src/devices/video/i8244.h index ebcbebbdea3..3568f5a613d 100644 --- a/src/devices/video/i8244.h +++ b/src/devices/video/i8244.h @@ -97,11 +97,10 @@ protected: virtual const tiny_rom_entry *device_rom_region() const override; // device_sound_interface overrides - virtual void sound_stream_update_legacy(sound_stream &stream, stream_sample_t const * const *inputs, stream_sample_t * const *outputs, int samples) override; + virtual void sound_stream_update(sound_stream &stream, std::vector<read_stream_view> const &inputs, std::vector<write_stream_view> &outputs) override; virtual void set_default_params(); - //void render_scanline(int vpos); int get_y_beam(); int get_x_beam(); offs_t fix_register_mirrors( offs_t offset ); |