comparison src/console/Gb_Cpu.h @ 341:986f098da058 trunk

[svn] - merge in blargg's changes
author nenolod
date Thu, 07 Dec 2006 15:20:41 -0800
parents fb513e10174e
children
comparison
equal deleted inserted replaced
340:9e5a7158fa80 341:986f098da058
1 // Nintendo Game Boy CPU emulator 1 // Nintendo Game Boy CPU emulator
2 // Treats every instruction as taking 4 cycles 2 // Treats every instruction as taking 4 cycles
3 3
4 // Game_Music_Emu 0.5.1 4 // Game_Music_Emu 0.5.2
5 #ifndef GB_CPU_H 5 #ifndef GB_CPU_H
6 #define GB_CPU_H 6 #define GB_CPU_H
7 7
8 #include "blargg_common.h" 8 #include "blargg_common.h"
9 #include "blargg_endian.h" 9 #include "blargg_endian.h"