mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
vboy.cpp: Fix clang build (nw)
This commit is contained in:
parent
b0bb2c0462
commit
dd20d9824e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user