(MESS) commented out some unused variables (nw)

This commit is contained in:
Wilbert Pol 2013-12-26 15:04:56 +00:00
parent 41b37e2eed
commit 9db8b1fe3b
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ private:
UINT8 sci_ctl2;
UINT8 sci_status;
UINT8 sci_data;
//UINT8 sci_data;
UINT8 spi_status;
UINT8 spi_data;

View File

@ -43,7 +43,7 @@ protected:
private:
required_device<wd2010_device> m_hdc;
UINT8 m_ram[0x800];
//UINT8 m_ram[0x800];
public:
DECLARE_READ8_MEMBER(p1_HDC_r);