summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315-5838_317-0229_comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315-5838_317-0229_comp.h')
-rw-r--r--src/mame/machine/315-5838_317-0229_comp.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/src/mame/machine/315-5838_317-0229_comp.h b/src/mame/machine/315-5838_317-0229_comp.h
index 2fd0904450e..4ad6070ab84 100644
--- a/src/mame/machine/315-5838_317-0229_comp.h
+++ b/src/mame/machine/315-5838_317-0229_comp.h
@@ -65,17 +65,19 @@ protected:
virtual void device_reset() override;
private:
+ UINT16 m_decathlt_prottable1[24];
+ UINT16 m_decathlt_dictionaryy[128];
+
+ UINT32 m_srcoffset;
+
+ UINT32 m_decathlt_lastcount;
+ UINT32 m_decathlt_prot_uploadmode;
+ UINT32 m_decathlt_prot_uploadoffset;
+
// Decathlete specific variables and functions (see machine/decathlt.c)
struct channel_type
{
- UINT32 m_srcoffset;
- UINT16 m_decathlt_prottable1[24];
- UINT16 m_decathlt_dictionary[128];
-
- UINT32 m_decathlt_lastcount;
- UINT32 m_decathlt_prot_uploadmode;
- UINT32 m_decathlt_prot_uploadoffset;
sega_dec_read_delegate m_read_ch;
};