summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/epic12pixel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/epic12pixel.hxx')
-rw-r--r--src/devices/video/epic12pixel.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/devices/video/epic12pixel.hxx b/src/devices/video/epic12pixel.hxx
index 1cf0c71ceb5..f324e629b97 100644
--- a/src/devices/video/epic12pixel.hxx
+++ b/src/devices/video/epic12pixel.hxx
@@ -53,6 +53,7 @@
#if _SMODE == 0
//g_profiler.start(PROFILER_USER7);
+
#if _DMODE == 0
//g_profiler.start(PROFILER_USER1);
// this is used extensively in the games (ingame, futari title screens etc.)
@@ -179,11 +180,12 @@
#endif
#endif
+
#endif
// write result
- *bmp = s_clr.trgb.to_pen() | (pen & 0x20000000);
- //*bmp = (s_clr.u32 << 3)|(pen & 0x20000000); // using the union is actually significantly slower than our to_pen function!
+ *bmp = s_clr.trgb.to_pen()|(pen&0x20000000);
+ //*bmp = (s_clr.u32<<3)|(pen&0x20000000); // using the union is actually significantly slower than our to_pen function!
#endif // END NOT REALLY SIMPLE