summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-11-09 09:44:12 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-11-09 09:44:12 -0500
commitdd20d9824ef933541186bf896b94603d52a7aab8 (patch)
tree879d004a840e7f30fd85cf0eec4a55f2369326dd /src/mame
parentb0bb2c0462865de40093374a9b231797ae9067f6 (diff)
vboy.cpp: Fix clang build (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/vboy.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/vboy.cpp b/src/mame/drivers/vboy.cpp
index 57febfc513e..fc7213e15a5 100644
--- a/src/mame/drivers/vboy.cpp
+++ b/src/mame/drivers/vboy.cpp
@@ -129,7 +129,6 @@ private:
required_device<vboy_cart_slot_device> m_cart;
required_device<timer_device> m_maintimer;
required_device<palette_device> m_palette;
- memory_region *m_cart_rom;
std::unique_ptr<uint16_t[]> m_font;
std::unique_ptr<uint16_t[]> m_bgmap;