| 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 |
| r26760 | r26761 | |
|---|---|---|
| 83 | 83 | |
| 84 | 84 | UINT8 sci_ctl2; |
| 85 | 85 | UINT8 sci_status; |
| 86 | UINT8 sci_data; | |
| 86 | //UINT8 sci_data; | |
| 87 | 87 | |
| 88 | 88 | UINT8 spi_status; |
| 89 | 89 | UINT8 spi_data; |
| r26760 | r26761 | |
|---|---|---|
| 43 | 43 | private: |
| 44 | 44 | required_device<wd2010_device> m_hdc; |
| 45 | 45 | |
| 46 | UINT8 m_ram[0x800]; | |
| 46 | //UINT8 m_ram[0x800]; | |
| 47 | 47 | |
| 48 | 48 | public: |
| 49 | 49 | DECLARE_READ8_MEMBER(p1_HDC_r); |
| Previous | 199869 Revisions | Next |