diff src/console/Spc_Cpu.h @ 316:fb513e10174e trunk

[svn] - merge libconsole-blargg into mainline libconsole: + obsoletes plugins-ugly:sapplug
author nenolod
date Thu, 30 Nov 2006 19:54:33 -0800
parents 3da1b8942b8b
children 986f098da058
line wrap: on
line diff
--- a/src/console/Spc_Cpu.h	Wed Nov 29 14:42:11 2006 -0800
+++ b/src/console/Spc_Cpu.h	Thu Nov 30 19:54:33 2006 -0800
@@ -1,15 +1,13 @@
-
 // Super Nintendo (SNES) SPC-700 CPU emulator
 
-// Game_Music_Emu 0.3.0
-
+// Game_Music_Emu 0.5.1
 #ifndef SPC_CPU_H
 #define SPC_CPU_H
 
 #include "blargg_common.h"
 
 typedef unsigned spc_addr_t;
-typedef long     spc_time_t;
+typedef blargg_long spc_time_t;
 
 class Snes_Spc;
 
@@ -57,4 +55,3 @@
 inline spc_time_t Spc_Cpu::remain() const { return remain_; }
 
 #endif
-