summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author davidhay <davidhay@localhost>2008-01-10 22:34:51 +0000
committer davidhay <davidhay@localhost>2008-01-10 22:34:51 +0000
commit47cf2c7874f185282cb683a32e16132e79d2a0c3 (patch)
tree0935c6267f8666c60cb8bc3a960c90b2c737d6c3 /src/osd
parentd194ca43ebe330bc5dfc1a82bf4ec1d18c5143d7 (diff)
log:
- added MESS PC-Engine emulatation - added Blazing Lazers (working) - added Paranoia (non-working due to lack of jamma interface emulation) - fixed MAME debug build under VC2003 Please co-credit Charles MacDonald & Mr. Do for Blazing Lazers. Note to Nathan: video/vdc.* re taken as-is from MESS, for the machine stuff I extracted common code (to be shared by MAME and MESS) and created machine/pcecommn.*
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/windows/vconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/vconv.c b/src/osd/windows/vconv.c
index f2431e9c073..1fd6c912c6c 100644
--- a/src/osd/windows/vconv.c
+++ b/src/osd/windows/vconv.c
@@ -56,7 +56,7 @@ static const translation_info gcc_translate[] =
{ 0, "-c", "/c~/Fo" },
{ 0, "-E", "/c~/E >" },
{ 0, "-S", "/c~/Fa" },
- { VS7, "-O0", "/Od /GS" },
+ { VS7, "-O0", "/Od /GS /Oi" },
{ 0, "-O0", "/Od" },
{ 0, "-O1", "/O2" },
{ 0, "-O2", "/O2" },