summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pocketc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pocketc.h')
-rw-r--r--src/mame/includes/pocketc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/includes/pocketc.h b/src/mame/includes/pocketc.h
index a750bac9c6c..2eae2e05115 100644
--- a/src/mame/includes/pocketc.h
+++ b/src/mame/includes/pocketc.h
@@ -34,16 +34,16 @@ public:
void pocketc_base(machine_config &config);
protected:
+ static const device_timer_id TIMER_POWER_UP = 0;
+
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
- DECLARE_PALETTE_INIT(pocketc);
+ void pocketc_palette(palette_device &palette) const;
void pocketc_draw_special(bitmap_ind16 &bitmap,int x, int y, const char* const *fig, int color);
- static const device_timer_id TIMER_POWER_UP = 0;
-
DECLARE_WRITE8_MEMBER(out_a_w);
DECLARE_READ_LINE_MEMBER(brk_r);