summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/kaneko_grap2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/kaneko_grap2.h')
-rw-r--r--src/mame/video/kaneko_grap2.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/video/kaneko_grap2.h b/src/mame/video/kaneko_grap2.h
index 280eab40a1e..bdc0d09cc00 100644
--- a/src/mame/video/kaneko_grap2.h
+++ b/src/mame/video/kaneko_grap2.h
@@ -22,7 +22,7 @@ class kaneko_grap2_device : public device_t
{
public:
kaneko_grap2_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
-
+
int m_chipnum; // used to decide where we write the palette
@@ -41,12 +41,12 @@ public:
UINT16 m_framebuffer_scrollx;
UINT16 m_framebuffer_enable;
int m_regs1_i;
-
+
UINT16 m_framebuffer_bright1;
UINT16 m_framebuffer_bright2;
UINT16 m_regs1_address_regs[0x2];
-
+
DECLARE_WRITE16_MEMBER(galpani3_framebuffer1_enable_w) { m_framebuffer_enable = data; }
DECLARE_WRITE16_MEMBER(galpani3_framebuffer1_scrolly_w) { m_framebuffer_scrolly = data; }