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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/stv.h b/src/mame/includes/stv.h
index 8acb0fb20a2..4fe65fc663b 100644
--- a/src/mame/includes/stv.h
+++ b/src/mame/includes/stv.h
@@ -134,11 +134,11 @@ private:
uint32_t m_abus_protenable;
uint32_t m_abus_protkey;
- READ32_MEMBER(decathlt_prot_higher_r);
- READ32_MEMBER(decathlt_prot_lower_r);
+ READ32_MEMBER(decathlt_prot_r);
void sega5838_map(address_map &map);
optional_memory_bank m_protbank;
- bool m_newprotection_element; // debug helper only
+ bool m_newprotection_element; // debug helper only, doesn't need saving
+ int m_protbankval; // debug helper only, doesn't need saving
WRITE32_MEMBER(decathlt_prot_srcaddr_w);
uint32_t m_a_bus[4];