aboutsummaryrefslogtreecommitdiff
path: root/source/sdd1emu.h
diff options
context:
space:
mode:
authorTwinaphex2015-02-23 07:00:58 +1100
committerTwinaphex2015-02-23 07:00:58 +1100
commite12958f2fd223e0c829e6c2b226c75d8dc377315 (patch)
tree6456db47198343fd1ddaa3ad752f6612534815bd /source/sdd1emu.h
parent7114688cf0f5707768135ec05184635b34d54f79 (diff)
parentca3d2141cd95e280d250fadb88b42a50865a3197 (diff)
downloadsnesemu-e12958f2fd223e0c829e6c2b226c75d8dc377315.tar.gz
snesemu-e12958f2fd223e0c829e6c2b226c75d8dc377315.tar.bz2
snesemu-e12958f2fd223e0c829e6c2b226c75d8dc377315.zip
Merge pull request #3 from mwksoul/master
Support for S-DD1 games without graphics packs
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