summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/astrocde/exp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/astrocde/exp.h')
-rw-r--r--src/emu/bus/astrocde/exp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/astrocde/exp.h b/src/emu/bus/astrocde/exp.h
index bbd8c0b6465..3acbe2590d0 100644
--- a/src/emu/bus/astrocde/exp.h
+++ b/src/emu/bus/astrocde/exp.h
@@ -34,7 +34,7 @@ public:
virtual void device_start();
bool get_card_mounted() { return m_card_mounted; }
-
+
// reading and writing
virtual DECLARE_READ8_MEMBER(read);
virtual DECLARE_WRITE8_MEMBER(write);