summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/mame/drivers/psx.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mame/drivers/psx.cpp b/src/mame/drivers/psx.cpp
index dd0aef1ad39..1c766e85f32 100644
--- a/src/mame/drivers/psx.cpp
+++ b/src/mame/drivers/psx.cpp
@@ -51,15 +51,6 @@ public:
private:
std::vector<uint8_t> m_exe_buffer;
- int m_cd_param_p;
- int m_cd_result_p;
- int m_cd_result_c;
- int m_cd_result_ready;
- int m_cd_reset;
- uint8_t m_cd_stat;
- uint8_t m_cd_io_status;
- uint8_t m_cd_param[8];
- uint8_t m_cd_result[8];
inline void ATTR_PRINTF(3,4) verboselog( int n_level, const char *s_fmt, ... );
void psxexe_conv32(uint32_t *uint32);
int load_psxexe(std::vector<uint8_t> buffer);