summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/powerins.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/powerins.cpp')
-rw-r--r--src/mame/video/powerins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/powerins.cpp b/src/mame/video/powerins.cpp
index 8a1fa064301..0b45caf082d 100644
--- a/src/mame/video/powerins.cpp
+++ b/src/mame/video/powerins.cpp
@@ -313,4 +313,4 @@ WRITE_LINE_MEMBER(powerins_state::screen_vblank)
std::copy_n(&m_spriteram[0x8000/2], 0x1000/2, &m_spritebuffer[0][0]);
m_maincpu->set_input_line(4, HOLD_LINE);
}
-} \ No newline at end of file
+}