summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pokemini.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
commite25c13f2532730ebf50d0cffa0147393fd8e0228 (patch)
treea6c25d1de7041f26afed559dbc6670fa550e6b41 /src/mess/includes/pokemini.h
parentf97e8f00818bd8d898facc206ed33ab72cf10a75 (diff)
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/mess/includes/pokemini.h')
-rw-r--r--src/mess/includes/pokemini.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/pokemini.h b/src/mess/includes/pokemini.h
index 0e549d2a3c2..1e1b90ffc2a 100644
--- a/src/mess/includes/pokemini.h
+++ b/src/mess/includes/pokemini.h
@@ -14,7 +14,7 @@
#include "rendlay.h"
-struct PRC
+struct PRC
{
UINT8 colors_inverted;
UINT8 background_enabled;
@@ -31,7 +31,7 @@ struct PRC
};
-struct TIMERS
+struct TIMERS
{
emu_timer *seconds_timer;
emu_timer *hz256_timer;