summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/nsf_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/nsf_emu.h')
-rw-r--r--apps/codecs/libgme/nsf_emu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/libgme/nsf_emu.h b/apps/codecs/libgme/nsf_emu.h
index adb5b8e153..dccfa8c5d5 100644
--- a/apps/codecs/libgme/nsf_emu.h
+++ b/apps/codecs/libgme/nsf_emu.h
@@ -209,11 +209,9 @@ static inline void Sound_set_gain( struct Nsf_Emu* this, int g )
209 209
210blargg_err_t run_clocks( struct Nsf_Emu* this, blip_time_t* duration, int ); 210blargg_err_t run_clocks( struct Nsf_Emu* this, blip_time_t* duration, int );
211 211
212void map_memory( struct Nsf_Emu* this );
213void write_bank( struct Nsf_Emu* this, int index, int data ); 212void write_bank( struct Nsf_Emu* this, int index, int data );
214int cpu_read( struct Nsf_Emu* this, addr_t ); 213int cpu_read( struct Nsf_Emu* this, addr_t );
215void cpu_write( struct Nsf_Emu* this, addr_t, int ); 214void cpu_write( struct Nsf_Emu* this, addr_t, int );
216void push_byte( struct Nsf_Emu* this, int );
217addr_t get_addr( byte const [] ); 215addr_t get_addr( byte const [] );
218bool run_cpu_until( struct Nsf_Emu* this, nes_time_t end ); 216bool run_cpu_until( struct Nsf_Emu* this, nes_time_t end );
219 217