summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emupal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emupal.h')
-rw-r--r--src/emu/emupal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emupal.h b/src/emu/emupal.h
index 4836c311073..d6495b232f1 100644
--- a/src/emu/emupal.h
+++ b/src/emu/emupal.h
@@ -343,7 +343,7 @@ public:
static rgb_t xRGBRRRRGGGGBBBB_bit0_decoder(u32 raw); // bits 14/13/12 are LSb
static rgb_t xRGBRRRRGGGGBBBB_bit4_decoder(u32 raw); // bits 14/13/12 are MSb
-
+
private:
// internal data
int m_bytes_per_entry;