Previous | 199869 Revisions | Next |
r32475 Wednesday 1st October, 2014 at 02:01:29 UTC by Tafoid |
---|
Fix compile (unused variable issue) (nw) |
[src/emu/machine] | hdc9234.c |
r32474 | r32475 | |
---|---|---|
488 | 488 | |
489 | 489 | int hdc9234_device::current_cylinder() |
490 | 490 | { |
491 | int abc = 0; | |
491 | // int abc = 0; | |
492 | 492 | return (m_register_r[CURRENT_CYLINDER] & 0xff) | (m_register_r[CURRENT_HEAD] & 0x70); |
493 | 493 | } |
494 | 494 |
Previous | 199869 Revisions | Next |