summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/spacefb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/spacefb.h')
-rw-r--r--src/mame/includes/spacefb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/spacefb.h b/src/mame/includes/spacefb.h
index aa141e635ac..513c3a1679c 100644
--- a/src/mame/includes/spacefb.h
+++ b/src/mame/includes/spacefb.h
@@ -75,14 +75,14 @@ public:
void draw_bullet(offs_t offs, pen_t pen, bitmap_rgb32 &bitmap, const rectangle &cliprect, int flip);
void draw_sprite(offs_t offs, pen_t *pens, bitmap_rgb32 &bitmap, const rectangle &cliprect, int flip);
void draw_objects(bitmap_rgb32 &bitmap, const rectangle &cliprect);
-
+
protected:
enum
{
TIMER_INTERRUPT
};
-
+
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
};