summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/315-5641.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/315-5641.h')
-rw-r--r--src/devices/sound/315-5641.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/sound/315-5641.h b/src/devices/sound/315-5641.h
index c8fb0f6270f..108db11800c 100644
--- a/src/devices/sound/315-5641.h
+++ b/src/devices/sound/315-5641.h
@@ -16,9 +16,9 @@ public:
DECLARE_WRITE8_MEMBER(port_w);
UINT8 m_fifo_data[0x40];
- UINT8 m_fifo_read; // last read offset (will read in m_fifo_read+1)
- UINT8 m_fifo_write; // write offset
-
+ UINT8 m_fifo_read; // last read offset (will read in m_fifo_read+1)
+ UINT8 m_fifo_write; // write offset
+
protected:
// device-level overrides
virtual void device_start();
@@ -27,4 +27,4 @@ protected:
};
-extern const device_type SEGA_315_5641_PCM; \ No newline at end of file
+extern const device_type SEGA_315_5641_PCM;