summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/seibu/r2crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/seibu/r2crypt.h')
-rw-r--r--src/mame/seibu/r2crypt.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/seibu/r2crypt.h b/src/mame/seibu/r2crypt.h
index 8e2957a76e9..0d37c9b4468 100644
--- a/src/mame/seibu/r2crypt.h
+++ b/src/mame/seibu/r2crypt.h
@@ -1,7 +1,5 @@
// license:LGPL-2.1+
// copyright-holders:Olivier Galibert, Angelo Salese, David Haywood, Tomasz Slanina
-#include "seibuspi_m.h"
-
-void raiden2_decrypt_sprites(running_machine &machine);
-void zeroteam_decrypt_sprites(running_machine &machine);
+void raiden2_decrypt_sprites(uint32_t *data, uint32_t size);
+void zeroteam_decrypt_sprites(uint32_t *data, uint32_t size);