summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/nc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/nc.h')
-rw-r--r--src/mess/includes/nc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/nc.h b/src/mess/includes/nc.h
index fcbb68c352f..25f6f810aba 100644
--- a/src/mess/includes/nc.h
+++ b/src/mess/includes/nc.h
@@ -65,6 +65,7 @@ public:
DECLARE_WRITE8_MEMBER(nc200_memory_card_wait_state_w);
DECLARE_WRITE8_MEMBER(nc200_poweroff_control_w);
+ DECLARE_PALETTE_INIT(nc);
DECLARE_MACHINE_START(nc200);
DECLARE_MACHINE_RESET(nc200);
UINT32 screen_update_nc(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
@@ -90,7 +91,6 @@ protected:
virtual void machine_start();
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
private:
void nc200_fdc_interrupt(bool state);