summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stv.h')
-rw-r--r--src/mame/includes/stv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h
index 81cddb85137..a2cee9c6ed9 100644
--- a/src/mame/includes/stv.h
+++ b/src/mame/includes/stv.h
@@ -815,6 +815,8 @@ public:
optional_device<sega_315_5881_crypt_device> m_cryptdevice;
optional_device<sega_315_5838_comp_device> m_5838crypt;
UINT16 crypt_read_callback(UINT32 addr);
+ UINT16 crypt_read_callback_ch1(UINT32 addr);
+ UINT16 crypt_read_callback_ch2(UINT32 addr);
};