summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/decocomn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/decocomn.h')
-rw-r--r--src/mame/video/decocomn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/decocomn.h b/src/mame/video/decocomn.h
index 82c362ad28b..34fe85608f3 100644
--- a/src/mame/video/decocomn.h
+++ b/src/mame/video/decocomn.h
@@ -25,7 +25,7 @@ class decocomn_device : public device_t,
public:
decocomn_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~decocomn_device() {}
-
+
DECLARE_WRITE16_MEMBER( nonbuffered_palette_w );
DECLARE_WRITE16_MEMBER( buffered_palette_w );
DECLARE_WRITE16_MEMBER( palette_dma_w );