summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/hes_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/hes_cpu.h')
-rw-r--r--apps/codecs/libgme/hes_cpu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libgme/hes_cpu.h b/apps/codecs/libgme/hes_cpu.h
index f3bcf7d4cf..4d76c83a3b 100644
--- a/apps/codecs/libgme/hes_cpu.h
+++ b/apps/codecs/libgme/hes_cpu.h
@@ -65,9 +65,9 @@ void Cpu_reset( struct Hes_Cpu* this );
65 65
66// Set end_time and run CPU from current time. Returns true if any illegal 66// Set end_time and run CPU from current time. Returns true if any illegal
67// instructions were encountered. 67// instructions were encountered.
68bool Cpu_run( struct Hes_Emu* this, hes_time_t end_time ) ICODE_ATTR; 68bool Cpu_run( struct Hes_Emu* this, hes_time_t end_time );
69 69
70void Cpu_set_mmr( struct Hes_Emu* this, int reg, int bank ) ICODE_ATTR; 70void Cpu_set_mmr( struct Hes_Emu* this, int reg, int bank );
71 71
72// Time of ning of next instruction to be executed 72// Time of ning of next instruction to be executed
73static inline hes_time_t Cpu_time( struct Hes_Cpu* this ) 73static inline hes_time_t Cpu_time( struct Hes_Cpu* this )