summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seibuspi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/seibuspi.h')
-rw-r--r--src/mame/includes/seibuspi.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/includes/seibuspi.h b/src/mame/includes/seibuspi.h
index 9199f018e64..e3cd7d82f67 100644
--- a/src/mame/includes/seibuspi.h
+++ b/src/mame/includes/seibuspi.h
@@ -80,7 +80,6 @@ public:
DECLARE_READ32_MEMBER(spi_layer_bank_r);
DECLARE_WRITE32_MEMBER(spi_layer_bank_w);
- DECLARE_READ32_MEMBER(spi_layer_enable_r);
DECLARE_WRITE32_MEMBER(spi_layer_enable_w);
DECLARE_WRITE8_MEMBER(rf2_layer_bank_w);
DECLARE_WRITE32_MEMBER(tilemap_dma_start_w);
@@ -105,7 +104,6 @@ public:
DECLARE_READ8_MEMBER(flashrom_read);
DECLARE_WRITE8_MEMBER(flashrom_write);
- DECLARE_READ32_MEMBER(ejanhs_speedup_r);
DECLARE_READ32_MEMBER(senkyu_speedup_r);
DECLARE_READ32_MEMBER(senkyua_speedup_r);
DECLARE_READ32_MEMBER(batlball_speedup_r);
@@ -124,8 +122,6 @@ public:
void set_layer_offsets();
void drawgfx_blend(bitmap_rgb32 &bitmap, const rectangle &cliprect, gfx_element *gfx, UINT32 code, UINT32 color, int flipx, int flipy, int sx, int sy, bitmap_ind8 &primap, int primask);
void draw_sprites(bitmap_rgb32 &bitmap, const rectangle &cliprect, bitmap_ind8 &primap, int priority);
- void set_rowscroll(tilemap_t *layer, int scroll, INT16* rows);
- void set_scroll(tilemap_t *layer, int scroll);
void combine_tilemap(bitmap_rgb32 &bitmap, const rectangle &cliprect, tilemap_t *tile, int sx, int sy, int opaque, INT16 *rowscroll);
virtual void machine_start() override;