summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/sns_sfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/sns_sfx.c')
-rw-r--r--src/mess/machine/sns_sfx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/sns_sfx.c b/src/mess/machine/sns_sfx.c
index 2be51bf9ec5..bc7be0b1baf 100644
--- a/src/mess/machine/sns_sfx.c
+++ b/src/mess/machine/sns_sfx.c
@@ -152,4 +152,3 @@ WRITE8_MEMBER( sns_rom_superfx_device::write_ram )
if (superfx_access_ram(m_superfx))
sfx_ram[offset & 0xfffff] = data;
}
-