Previous | 199869 Revisions | Next |
r32480 Wednesday 1st October, 2014 at 10:21:43 UTC by Michael Zapf |
---|
(MESS) Removed unneeded variable. (nw) |
[src/emu/machine] | hdc9234.c |
r32479 | r32480 | |
---|---|---|
488 | 488 | |
489 | 489 | int hdc9234_device::current_cylinder() |
490 | 490 | { |
491 | // int abc = 0; | |
492 | 491 | return (m_register_r[CURRENT_CYLINDER] & 0xff) | (m_register_r[CURRENT_HEAD] & 0x70); |
493 | 492 | } |
494 | 493 |
Previous | 199869 Revisions | Next |