summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/roc10937.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/roc10937.h')
-rw-r--r--src/devices/machine/roc10937.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/roc10937.h b/src/devices/machine/roc10937.h
index 8adacfef5e5..3e5426d8794 100644
--- a/src/devices/machine/roc10937.h
+++ b/src/devices/machine/roc10937.h
@@ -30,13 +30,13 @@ protected:
rocvfd_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
std::unique_ptr<output_finder<16> > m_outputs;
+ std::unique_ptr<output_finder<1> > m_brightness;
int m_cursor_pos;
int m_window_size;
int m_shift_count;
int m_shift_data;
int m_pcursor_pos;
- int m_brightness;
int m_count;
int m_data;
int m_duty;