1
0
Fork 0
forked from len0rd/rockbox

Code police and clean up for rockboy.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15144 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tom Ross 2007-10-16 18:16:22 +00:00
parent 0b911fefea
commit 437c3e40ca
26 changed files with 167 additions and 309 deletions

View file

@ -7,6 +7,7 @@
#include "lcd-gb.h"
#include "sound.h"
#include "rtc-gb.h"
#include "pcm.h"
/*
* emu_reset is called to initialize the state of the emulated
@ -23,7 +24,7 @@ void emu_reset(void)
sound_reset();
}
void emu_step(void)
static void emu_step(void)
{
cpu_emulate(cpu.lcdc);
}