summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/sgc_emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/sgc_emu.h')
-rw-r--r--apps/codecs/libgme/sgc_emu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/codecs/libgme/sgc_emu.h b/apps/codecs/libgme/sgc_emu.h
index 720e8d2460..779ef2d923 100644
--- a/apps/codecs/libgme/sgc_emu.h
+++ b/apps/codecs/libgme/sgc_emu.h
@@ -191,9 +191,9 @@ static inline bool sega_mapping( struct Sgc_Emu* this )
191 191
192// Emulation (You shouldn't touch these) 192// Emulation (You shouldn't touch these)
193 193
194bool run_cpu( struct Sgc_Emu* this, cpu_time_t end_time ) ICODE_ATTR; 194bool run_cpu( struct Sgc_Emu* this, cpu_time_t end_time );
195void cpu_out( struct Sgc_Emu* this, cpu_time_t time, addr_t addr, int data ) ICODE_ATTR; 195void cpu_out( struct Sgc_Emu* this, cpu_time_t time, addr_t addr, int data );
196void cpu_write( struct Sgc_Emu* this, addr_t addr, int data ) ICODE_ATTR; 196void cpu_write( struct Sgc_Emu* this, addr_t addr, int data );
197void jsr( struct Sgc_Emu* this, byte addr [2] ) ICODE_ATTR; 197void jsr( struct Sgc_Emu* this, byte addr [2] );
198 198
199#endif 199#endif