summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pocketc.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-04-07 06:04:18 +0000
commitfec65e0b5766ade69e086d1c5b859d97494fce56 (patch)
treec22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/includes/pocketc.h
parent30d94e51c53f30187a1bc565ef33e4744319790e (diff)
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/includes/pocketc.h')
-rw-r--r--src/mess/includes/pocketc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/pocketc.h b/src/mess/includes/pocketc.h
index bb9193ec36e..442ad41939e 100644
--- a/src/mess/includes/pocketc.h
+++ b/src/mess/includes/pocketc.h
@@ -16,7 +16,7 @@ public:
: driver_device(mconfig, type, tag) { }
DECLARE_PALETTE_INIT(pocketc);
-
+
static const unsigned short pocketc_colortable[8][2];
void pocketc_draw_special(bitmap_ind16 &bitmap,int x, int y, const POCKETC_FIGURE fig, int color);
};