summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/vectrex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vectrex.h')
-rw-r--r--src/mame/includes/vectrex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/vectrex.h b/src/mame/includes/vectrex.h
index 93e7a4fd98e..a656a3f9e28 100644
--- a/src/mame/includes/vectrex.h
+++ b/src/mame/includes/vectrex.h
@@ -81,7 +81,7 @@ protected:
void vectrex_base(machine_config &config);
- virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
+ virtual void device_timer(emu_timer &timer, device_timer_id id, int param) override;
void configure_imager(bool reset_refresh, const double *imager_angles);
void vectrex_configuration();
@@ -141,6 +141,7 @@ private:
attotime m_vector_start_time;
uint8_t m_cb2;
void (vectrex_base_state::*vector_add_point_function)(int, int, rgb_t, int);
+ void *m_signal_ptr = nullptr;
required_device<mc1408_device> m_dac;
required_device<ay8910_device> m_ay8912;