summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x68k.h')
-rw-r--r--src/mame/includes/x68k.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/includes/x68k.h b/src/mame/includes/x68k.h
index 8b555b1d90e..4295b9dfca1 100644
--- a/src/mame/includes/x68k.h
+++ b/src/mame/includes/x68k.h
@@ -11,6 +11,8 @@
#ifndef MAME_INCLUDES_X68K_H
#define MAME_INCLUDES_X68K_H
+#pragma once
+
#include "cpu/m68000/m68000.h"
#include "imagedev/floppy.h"
#include "machine/8530scc.h"
@@ -251,7 +253,6 @@ protected:
TILE_GET_INFO_MEMBER(get_bg0_tile_16);
TILE_GET_INFO_MEMBER(get_bg1_tile_16);
virtual void video_start() override;
- DECLARE_PALETTE_INIT(x68000);
uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
TIMER_CALLBACK_MEMBER(led_callback);
TIMER_CALLBACK_MEMBER(scc_ack);
@@ -328,7 +329,7 @@ protected:
void draw_sprites(bitmap_ind16 &bitmap, int priority, rectangle cliprect);
public:
- DECLARE_PALETTE_DECODER(GGGGGRRRRRBBBBBI);
+ static rgb_t GGGGGRRRRRBBBBBI(uint32_t raw);
protected:
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;