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 m_cart; required_device m_maintimer; required_device m_palette; - memory_region *m_cart_rom; std::unique_ptr m_font; std::unique_ptr m_bgmap;