summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kaneko_tmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kaneko_tmap.h')
-rw-r--r--src/mame/video/kaneko_tmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/kaneko_tmap.h b/src/mame/video/kaneko_tmap.h
index 96975a8cbc4..6c31cd1e528 100644
--- a/src/mame/video/kaneko_tmap.h
+++ b/src/mame/video/kaneko_tmap.h
@@ -4,7 +4,7 @@ class kaneko_view2_tilemap_device : public device_t
{
public:
kaneko_view2_tilemap_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
// used to set values when creating device
static void set_gfx_region(device_t &device, int region);
static void set_offset(device_t &device, int dx, int dy, int xdim, int ydim);