(MESS) Removed unneeded variable. (nw)

This commit is contained in:
Michael Zapf 2014-10-01 10:21:43 +00:00
parent e2a6faf36d
commit b010c28707

View File

@ -488,7 +488,6 @@ int hdc9234_device::current_head()
int hdc9234_device::current_cylinder()
{
// int abc = 0;
return (m_register_r[CURRENT_CYLINDER] & 0xff) | (m_register_r[CURRENT_HEAD] & 0x70);
}