From 64ac8f6776fc4451d756b0eb3bb6dbd22c49801a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 27 Feb 2014 13:35:15 +0000 Subject: Huge update, palette is now device (nw) note: Aaron please give more descriptive text for release log I have no more strength :) --- src/mess/includes/pcw16.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mess/includes/pcw16.h') diff --git a/src/mess/includes/pcw16.h b/src/mess/includes/pcw16.h index 084773bfc83..0ec076fbf48 100644 --- a/src/mess/includes/pcw16.h +++ b/src/mess/includes/pcw16.h @@ -128,7 +128,7 @@ public: virtual void machine_start(); virtual void machine_reset(); virtual void video_start(); - virtual void palette_init(); + DECLARE_PALETTE_INIT(pcw16); UINT32 screen_update_pcw16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); TIMER_DEVICE_CALLBACK_MEMBER(pcw16_timer_callback); TIMER_DEVICE_CALLBACK_MEMBER(pcw16_keyboard_timer_callback); -- cgit v1.2.3-70-g09d2