summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315_5296.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315_5296.h')
-rw-r--r--src/mame/machine/315_5296.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/315_5296.h b/src/mame/machine/315_5296.h
index d9c43a01118..5f85f5c0d2c 100644
--- a/src/mame/machine/315_5296.h
+++ b/src/mame/machine/315_5296.h
@@ -100,7 +100,7 @@ public:
DECLARE_READ8_MEMBER( read );
DECLARE_WRITE8_MEMBER( write );
-
+
UINT8 debug_peek_output(offs_t offset) { return m_output_latch[offset & 7]; }
protected: