summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/suprnova.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/suprnova.h')
-rw-r--r--src/mame/includes/suprnova.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mame/includes/suprnova.h b/src/mame/includes/suprnova.h
index 5185fb590f9..d07244af552 100644
--- a/src/mame/includes/suprnova.h
+++ b/src/mame/includes/suprnova.h
@@ -138,17 +138,10 @@ public:
void screen_eof_skns(screen_device &screen, bool state);
};
-
/*----------- defined in video/suprnova.c -----------*/
-
void skns_sprite_kludge(int x, int y);
void skns_draw_sprites(
running_machine &machine, bitmap_ind16 &bitmap, const rectangle &cliprect,
UINT32* spriteram_source, size_t spriteram_size,
UINT8* gfx_source, size_t gfx_length,
UINT32* sprite_regs );
-
-
-
-
-