mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
Remove an initialization order warning (nw)
This commit is contained in:
parent
69fb0d0e99
commit
8a266681d3
@ -35,8 +35,8 @@ protected:
|
|||||||
virtual void config_map(address_map &map) override;
|
virtual void config_map(address_map &map) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
uint32_t ram_size;
|
|
||||||
required_device<device_memory_interface> cpu;
|
required_device<device_memory_interface> cpu;
|
||||||
|
uint32_t ram_size;
|
||||||
|
|
||||||
DECLARE_READ8_MEMBER(unknown_r);
|
DECLARE_READ8_MEMBER(unknown_r);
|
||||||
DECLARE_WRITE8_MEMBER(unknown_w);
|
DECLARE_WRITE8_MEMBER(unknown_w);
|
||||||
|
Loading…
Reference in New Issue
Block a user