notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e67f645
)
minor timing change
author
notaz
<notasas@gmail.com>
Tue, 18 Sep 2007 19:57:10 +0000
(19:57 +0000)
committer
notaz
<notasas@gmail.com>
Tue, 18 Sep 2007 19:57:10 +0000
(19:57 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@254
be3aeb3a
-fb24-0410-a615-
afba39da0efa
gp2x/port_config.h
patch
|
blob
|
blame
|
history
diff --git
a/gp2x/port_config.h
b/gp2x/port_config.h
index
02a3706
..
fd28f79
100644
(file)
--- a/
gp2x/port_config.h
+++ b/
gp2x/port_config.h
@@
-13,7
+13,7
@@
#define CAN_HANDLE_240_LINES 1
\r
\r
// logging emu events
\r
-#define EL_LOGMASK 0 // (EL_STATUS|EL_ANOMALY|EL_UIO) // xffff
\r
+#define EL_LOGMASK 0 // (EL_STATUS|EL_ANOMALY|EL_UIO
|EL_SRAMIO
) // xffff
\r
\r
//#define dprintf(f,...) printf("%05i:%03i: " f "\n",Pico.m.frame_count,Pico.m.scanline,##__VA_ARGS__)
\r
#define dprintf(x...)
\r