From 5c43eeafe8316fa68f997ad34a419a916ba7bda3 Mon Sep 17 00:00:00 2001 From: smf- Date: Wed, 15 May 2013 17:09:13 +0000 Subject: changed i/o to 16 bits and don't install memory handlers at run time (nw) --- src/emu/cpu/psx/psx.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/emu/cpu/psx/psx.h') 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; -- cgit v1.2.3-70-g09d2