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.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/mame/includes/pocketc.h b/src/mame/includes/pocketc.h
index c42ab4aa670..51e6865b246 100644
--- a/src/mame/includes/pocketc.h
+++ b/src/mame/includes/pocketc.h
@@ -19,11 +19,16 @@ public:
pocketc_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag) { }
- DECLARE_PALETTE_INIT(pocketc);
+ void pocketc(machine_config &config);
- static const unsigned short pocketc_colortable[8][2];
+protected:
void pocketc_draw_special(bitmap_ind16 &bitmap,int x, int y, const POCKETC_FIGURE fig, int color);
- void pocketc(machine_config &config);
+
+ static const unsigned short pocketc_colortable[8][2];
+
+private:
+ DECLARE_PALETTE_INIT(pocketc);
+
};
#endif // MAME_INCLUDES_POCKETC_H