summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/psx/psx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/psx/psx.h')
-rw-r--r--src/emu/cpu/psx/psx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/emu/cpu/psx/psx.h b/src/emu/cpu/psx/psx.h
index f4ae5a4eb4a..cef4e974b28 100644
--- a/src/emu/cpu/psx/psx.h
+++ b/src/emu/cpu/psx/psx.h
@@ -151,6 +151,14 @@ public:
DECLARE_WRITE32_MEMBER( berr_w );
DECLARE_READ32_MEMBER( berr_r );
+ UINT32 exp_base();
+
+ DECLARE_WRITE32_MEMBER( exp_base_w );
+ DECLARE_READ32_MEMBER( exp_base_r );
+
+ DECLARE_WRITE32_MEMBER( exp_config_w );
+ DECLARE_READ32_MEMBER( exp_config_r );
+
DECLARE_WRITE32_MEMBER( ram_config_w );
DECLARE_READ32_MEMBER( ram_config_r );
@@ -241,6 +249,8 @@ protected:
UINT32 m_bad_byte_address_mask;
UINT32 m_bad_half_address_mask;
UINT32 m_bad_word_address_mask;
+ UINT32 m_exp_base;
+ UINT32 m_exp_config;
UINT32 m_ram_config;
UINT32 m_rom_config;