From b010c28707dcaee22134a9393f087a2c97919693 Mon Sep 17 00:00:00 2001 From: Michael Zapf Date: Wed, 1 Oct 2014 10:21:43 +0000 Subject: [PATCH] (MESS) Removed unneeded variable. (nw) --- src/emu/machine/hdc9234.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/emu/machine/hdc9234.c b/src/emu/machine/hdc9234.c index 5fc19a52404..f8f9894688e 100644 --- a/src/emu/machine/hdc9234.c +++ b/src/emu/machine/hdc9234.c @@ -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); }