aboutsummaryrefslogtreecommitdiff
path: root/backends/ps2/GsDefs.h
diff options
context:
space:
mode:
authorRobert Göffringmann2006-06-07 06:07:05 +0000
committerRobert Göffringmann2006-06-07 06:07:05 +0000
commita01d5c139357217c2c3b7a8c485b99de4055fe2b (patch)
treec81bdaf431ebe50d3f5f6aee304b56a549e6919b /backends/ps2/GsDefs.h
parent6aaafb47ebc10fcc88d9d140bcc5c70eab417160 (diff)
downloadscummvm-rg350-a01d5c139357217c2c3b7a8c485b99de4055fe2b.tar.gz
scummvm-rg350-a01d5c139357217c2c3b7a8c485b99de4055fe2b.tar.bz2
scummvm-rg350-a01d5c139357217c2c3b7a8c485b99de4055fe2b.zip
various PS2 changes
svn-id: r22969
Diffstat (limited to 'backends/ps2/GsDefs.h')
-rw-r--r--backends/ps2/GsDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/ps2/GsDefs.h b/backends/ps2/GsDefs.h
index 3cc016d6dc..65dec5e2a6 100644
--- a/backends/ps2/GsDefs.h
+++ b/backends/ps2/GsDefs.h
@@ -27,7 +27,7 @@
// Gs2dScreen defines:
-#define PAL_NTSC_FLAG (*((uint8*)0x1FC80000))
+#define PAL_NTSC_FLAG (*(volatile uint8*)0x1FC7FF52)
#define GS_PMODE *((volatile uint64*)0x12000000)
#define GS_CSR *((volatile uint64*)0x12001000)