mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +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;
|
||||
|
||||
private:
|
||||
uint32_t ram_size;
|
||||
required_device<device_memory_interface> cpu;
|
||||
uint32_t ram_size;
|
||||
|
||||
DECLARE_READ8_MEMBER(unknown_r);
|
||||
DECLARE_WRITE8_MEMBER(unknown_w);
|
||||
|
Loading…
Reference in New Issue
Block a user