summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/alphatro.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/alphatro.c')
-rw-r--r--src/mess/drivers/alphatro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/alphatro.c b/src/mess/drivers/alphatro.c
index 2372505b0a5..f585d235a51 100644
--- a/src/mess/drivers/alphatro.c
+++ b/src/mess/drivers/alphatro.c
@@ -85,7 +85,7 @@ public:
private:
UINT8 m_timer_bit;
UINT8 m_cass_data[4];
- bool m_cass_state;
+ bool m_cass_state;
emu_timer* m_sys_timer;
virtual void video_start();
virtual void machine_start();
@@ -97,7 +97,7 @@ private:
required_device<cassette_image_device> m_cass;
required_device<beep_device> m_beep;
required_shared_ptr<UINT8> m_p_ram;
-public:
+public:
required_device<palette_device> m_palette;
};