aboutsummaryrefslogtreecommitdiff
path: root/source/sdd1emu.h
diff options
context:
space:
mode:
authormwksoul2015-02-22 16:02:44 +0000
committermwksoul2015-02-22 16:02:44 +0000
commit1f2818bdd38cc225faa840e1aca100866e515046 (patch)
tree7381b2d03f7294823ea253a97a0fb4638051e7f5 /source/sdd1emu.h
parent7114688cf0f5707768135ec05184635b34d54f79 (diff)
downloadsnes9x2005-1f2818bdd38cc225faa840e1aca100866e515046.tar.gz
snes9x2005-1f2818bdd38cc225faa840e1aca100866e515046.tar.bz2
snes9x2005-1f2818bdd38cc225faa840e1aca100866e515046.zip
Backported S-DD1 emulation.
Diffstat (limited to 'source/sdd1emu.h')
-rw-r--r--source/sdd1emu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/sdd1emu.h b/source/sdd1emu.h
index 5b06e02..695716f 100644
--- a/source/sdd1emu.h
+++ b/source/sdd1emu.h
@@ -93,7 +93,4 @@
void SDD1_decompress(uint8_t* out, uint8_t* in, int output_length);
-void SDD1_init(uint8_t* in);
-uint8_t SDD1_get_byte(void);
-
#endif