Previous 199869 Revisions Next

r26761 Thursday 26th December, 2013 at 15:04:56 UTC by Wilbert Pol
(MESS) commented out some unused variables (nw)
[src/mess/machine]dec_lk201.h p1_hdc.h

trunk/src/mess/machine/dec_lk201.h
r26760r26761
8383
8484   UINT8 sci_ctl2;
8585   UINT8 sci_status;
86   UINT8 sci_data;
86   //UINT8 sci_data;
8787
8888   UINT8 spi_status;
8989   UINT8 spi_data;
trunk/src/mess/machine/p1_hdc.h
r26760r26761
4343private:
4444   required_device<wd2010_device> m_hdc;
4545
46   UINT8 m_ram[0x800];
46   //UINT8 m_ram[0x800];
4747
4848public:
4949   DECLARE_READ8_MEMBER(p1_HDC_r);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team