summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bwing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bwing.h')
-rw-r--r--src/mame/includes/bwing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/bwing.h b/src/mame/includes/bwing.h
index 18916ba72c2..5b86cc4887e 100644
--- a/src/mame/includes/bwing.h
+++ b/src/mame/includes/bwing.h
@@ -85,6 +85,6 @@ public:
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void draw_sprites( bitmap_ind16 &bmp, const rectangle &clip, UINT8 *ram, int pri );
-
+
INTERRUPT_GEN_MEMBER(bwp3_interrupt);
};