summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/fd1094.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/fd1094.h')
-rw-r--r--src/mame/machine/fd1094.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/machine/fd1094.h b/src/mame/machine/fd1094.h
index a9489853b34..3eb4fe06937 100644
--- a/src/mame/machine/fd1094.h
+++ b/src/mame/machine/fd1094.h
@@ -5,8 +5,6 @@
int fd1094_set_state(UINT8 *key,int state);
int fd1094_decode(int address,int val,UINT8 *key,int vector_fetch);
-#ifdef ENABLE_DEBUGGER
-
typedef struct _fd1094_constraint fd1094_constraint;
struct _fd1094_constraint
{
@@ -15,5 +13,3 @@ struct _fd1094_constraint
UINT16 value;
UINT16 mask;
};
-
-#endif