mirror of
https://github.com/holub/mame
synced 2025-06-28 15:14:21 +03:00
mtouchxl.cpp: fixed compile (nw)
This commit is contained in:
parent
2724e69526
commit
5671a5eeab
@ -40,8 +40,8 @@ public:
|
||||
required_device<at_mb_device> m_mb;
|
||||
required_device<ram_device> m_ram;
|
||||
required_memory_bank m_rombank;
|
||||
void machine_start();
|
||||
void machine_reset();
|
||||
void machine_start() override;
|
||||
void machine_reset() override;
|
||||
DECLARE_WRITE8_MEMBER(bank_w);
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user