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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/decocomn.h b/src/mame/video/decocomn.h
index 911f06aa6cb..47770b06714 100644
--- a/src/mame/video/decocomn.h
+++ b/src/mame/video/decocomn.h
@@ -23,7 +23,7 @@ public:
// static configuration
static void static_set_palette_tag(device_t &device, const char *tag);
-
+
DECLARE_WRITE16_MEMBER( nonbuffered_palette_w );
DECLARE_WRITE16_MEMBER( buffered_palette_w );
DECLARE_WRITE16_MEMBER( palette_dma_w );
@@ -57,5 +57,5 @@ extern const device_type DECOCOMN;
#define MCFG_DECOCOMN_PALETTE(_palette_tag) \
decocomn_device::static_set_palette_tag(*device, "^" _palette_tag);
-
+
#endif