mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
Fix Clang build (nw)
This commit is contained in:
parent
686ae29482
commit
566a38c1f0
@ -64,16 +64,14 @@ public:
|
||||
iqunlim_state(const machine_config &mconfig, device_type type, const char *tag) :
|
||||
driver_device(mconfig, type, tag),
|
||||
m_maincpu(*this, "maincpu"),
|
||||
m_cart(*this, "cartslot"),
|
||||
m_cart_region(nullptr)
|
||||
{ }
|
||||
m_cart(*this, "cartslot")
|
||||
{ }
|
||||
|
||||
void iqunlim(machine_config &config);
|
||||
|
||||
private:
|
||||
required_device<cpu_device> m_maincpu;
|
||||
required_device<generic_slot_device> m_cart;
|
||||
memory_region *m_cart_region;
|
||||
|
||||
DECLARE_DEVICE_IMAGE_LOAD_MEMBER(cart_load);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user