summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/newport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/newport.h')
-rw-r--r--src/mame/video/newport.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/video/newport.h b/src/mame/video/newport.h
index f49a75529c6..518dc65b8d9 100644
--- a/src/mame/video/newport.h
+++ b/src/mame/video/newport.h
@@ -11,7 +11,7 @@
#include "machine/hpc3.h"
-#define ENABLE_NEWVIEW_LOG (0)
+#define ENABLE_NEWVIEW_LOG (1)
class newport_video_device : public device_t, public device_palette_interface
{
@@ -191,6 +191,8 @@ private:
void write_pixel(int16_t x, int16_t y, uint8_t color);
void store_pixel(uint8_t *dest_buf, uint8_t src);
+ uint8_t get_shade_color(int16_t x, int16_t y);
+
void do_v_iline(uint8_t color, bool skip_last, bool shade);
void do_h_iline(uint8_t color, bool skip_last, bool shade);
void do_iline(uint8_t color, bool skip_last, bool shade);