mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
39in1.cpp: Fix build (nw)
This commit is contained in:
parent
13b6ea2ac1
commit
addc10fdc3
@ -53,8 +53,7 @@ private:
|
||||
required_device<eeprom_serial_93cxx_device> m_eeprom;
|
||||
|
||||
DECLARE_READ32_MEMBER(eeprom_r);
|
||||
DECLARE_WRITE32_MEMBER(eeprom_set_w);
|
||||
DECLARE_WRITE32_MEMBER(eeprom_clear_w);
|
||||
DECLARE_WRITE32_MEMBER(eeprom_w);
|
||||
|
||||
DECLARE_READ32_MEMBER(cpld_r);
|
||||
DECLARE_WRITE32_MEMBER(cpld_w);
|
||||
|
Loading…
Reference in New Issue
Block a user