| Previous | 199869 Revisions | Next |
| r33799 Wednesday 10th December, 2014 at 18:18:32 UTC by Jürgen Buchmüller |
|---|
| Remove unused variable (nw) |
| [src/mame/drivers] | gts1.c |
| r242310 | r242311 | |
|---|---|---|
| 99 | 99 | virtual void machine_reset(); |
| 100 | 100 | required_device<cpu_device> m_maincpu; |
| 101 | 101 | UINT8 m_io[256]; |
| 102 | UINT8 m_counter; | |
| 103 | 102 | UINT8 m_6351_addr; |
| 104 | 103 | }; |
| 105 | 104 |
| https://github.com/mamedev/mame/commit/d009419dab5c4600d791227869b3cbdd09ca9411 |
| Previous | 199869 Revisions | Next |