From 9db8b1fe3be4fdff7eedff03b9e8692490796be4 Mon Sep 17 00:00:00 2001 From: Wilbert Pol Date: Thu, 26 Dec 2013 15:04:56 +0000 Subject: [PATCH] (MESS) commented out some unused variables (nw) --- src/mess/machine/dec_lk201.h | 2 +- src/mess/machine/p1_hdc.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mess/machine/dec_lk201.h b/src/mess/machine/dec_lk201.h index fb3151d9c8e..3c17bf78aea 100644 --- a/src/mess/machine/dec_lk201.h +++ b/src/mess/machine/dec_lk201.h @@ -83,7 +83,7 @@ private: UINT8 sci_ctl2; UINT8 sci_status; - UINT8 sci_data; + //UINT8 sci_data; UINT8 spi_status; UINT8 spi_data; diff --git a/src/mess/machine/p1_hdc.h b/src/mess/machine/p1_hdc.h index f626c3a31fd..4a7f498604c 100644 --- a/src/mess/machine/p1_hdc.h +++ b/src/mess/machine/p1_hdc.h @@ -43,7 +43,7 @@ protected: private: required_device m_hdc; - UINT8 m_ram[0x800]; + //UINT8 m_ram[0x800]; public: DECLARE_READ8_MEMBER(p1_HDC_r);