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

trunk/src/emu/machine/hdc9234.c
r32479r32480
488488
489489int hdc9234_device::current_cylinder()
490490{
491//   int abc = 0;
492491   return (m_register_r[CURRENT_CYLINDER] & 0xff) | (m_register_r[CURRENT_HEAD] & 0x70);
493492}
494493

Previous 199869 Revisions Next


© 1997-2024 The MAME Team