summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-30 22:36:23 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-30 22:36:23 -0400
commit2c6a60eeee802e4f440eb0f8cd3750dd1143f8ef (patch)
tree737cce86b8e4b75038aedd1a989ab275b18fc27c
parent6a33b47e79ba7558148aeec323c8538361c633b9 (diff)
sstingry: Fix validation (nw)
-rw-r--r--src/mame/includes/alpha68k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/alpha68k.h b/src/mame/includes/alpha68k.h
index c9132f9e2b5..4e8d02a7b5a 100644
--- a/src/mame/includes/alpha68k.h
+++ b/src/mame/includes/alpha68k.h
@@ -239,7 +239,7 @@ protected:
void palette_init(palette_device &palette) const;
required_device<palette_device> m_palette;
- required_region_ptr<u8> m_color_proms;
+ optional_region_ptr<u8> m_color_proms;
};
/*