summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/lviv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/lviv.h')
-rw-r--r--src/mame/includes/lviv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/lviv.h b/src/mame/includes/lviv.h
index e0fc9150e57..90d9d6a8dac 100644
--- a/src/mame/includes/lviv.h
+++ b/src/mame/includes/lviv.h
@@ -43,7 +43,7 @@ public:
private:
virtual void machine_reset() override;
- DECLARE_PALETTE_INIT(lviv);
+ void lviv_palette(palette_device &palette) const;
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
DECLARE_READ8_MEMBER(io_r);
@@ -93,7 +93,7 @@ private:
uint8_t m_startup_mem_map;
/*----------- defined in video/lviv.c -----------*/
- static const uint8_t s_palette[8*3];
+ static const rgb_t s_palette[8];
};
#endif // MAME_INCLUDES_LVIV_H