projects
/
wenboi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509bd69
)
fixed typo
author
slack
<slack@0666ae3d-8926-0410-aeff-ae84559ff337>
Fri, 15 Feb 2008 01:43:32 +0000
(
01:43
+0000)
committer
slack
<slack@0666ae3d-8926-0410-aeff-ae84559ff337>
Fri, 15 Feb 2008 01:43:32 +0000
(
01:43
+0000)
git-svn-id: http://slack.codemaniacs.com/wenboi@16
0666ae3d
-8926-0410-aeff-
ae84559ff337
gbcore.cc
patch
|
blob
|
history
diff --git
a/gbcore.cc
b/gbcore.cc
index dbd8bb8ec9846539aa310f4762f9a7b5a2e604b8..5603e40c81313591fb2b691751e88d08ab412454 100644
(file)
--- a/
gbcore.cc
+++ b/
gbcore.cc
@@
-94,7
+94,7
@@
void GameBoy::run_cycle()
{
IME = 0;
IF &= (~IRQ_LCD_STAT);
-
IF
do_call(0x48);
+ do_call(0x48);
}
else if ((IF & IRQ_TIMER) && (IE & IRQ_TIMER))
{