summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/segaic16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/segaic16.h')
-rw-r--r--src/mame/machine/segaic16.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/segaic16.h b/src/mame/machine/segaic16.h
index 221b5675b42..5b189ba7742 100644
--- a/src/mame/machine/segaic16.h
+++ b/src/mame/machine/segaic16.h
@@ -132,7 +132,7 @@ private:
// construction/destruction
decrypt_bank();
~decrypt_bank();
-
+
// configuration
void set_decrypt(fd1089_base_device *fd1089);
void set_decrypt(fd1094_device *fd1094);
@@ -253,7 +253,7 @@ private:
// internal helpers
void execute(bool update_history = false);
void interrupt_ack() { if (!m_timer_ack.isnull()) m_timer_ack(); }
-
+
// configuration
timer_ack_delegate m_timer_ack;
sound_write_delegate m_sound_write;