summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jangou.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-03-04 08:28:27 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-03-04 08:28:27 +0000
commit45bac81dd958c767ac73e693f10c4c7db4592f82 (patch)
tree1928a5a2cf0374b09607a124e7f1c380d4dbeb5e /src/mame/drivers/jangou.c
parente73fdd89b96a2d9cc335b6d657140d059252f972 (diff)
Cleanups and version bump.
Diffstat (limited to 'src/mame/drivers/jangou.c')
-rw-r--r--src/mame/drivers/jangou.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jangou.c b/src/mame/drivers/jangou.c
index 6fc8d9710b8..c144f5ad0f9 100644
--- a/src/mame/drivers/jangou.c
+++ b/src/mame/drivers/jangou.c
@@ -39,7 +39,7 @@ public:
static void *alloc(running_machine &machine) { return auto_alloc_clear(&machine, jangou_state(machine)); }
jangou_state(running_machine &machine) { }
-
+
/* video-related */
UINT8 *blit_buffer;
UINT8 pen_data[0x10];