summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/naomibd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/naomibd.cpp')
-rw-r--r--src/mame/machine/naomibd.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mame/machine/naomibd.cpp b/src/mame/machine/naomibd.cpp
index 47bee977fa9..0d9a9b29b0b 100644
--- a/src/mame/machine/naomibd.cpp
+++ b/src/mame/machine/naomibd.cpp
@@ -79,13 +79,6 @@ naomi_board::naomi_board(const machine_config &mconfig, device_type type, const
eeprom_tag = nullptr;
}
-void naomi_board::static_set_eeprom_tag(device_t &device, const char *_eeprom_tag)
-{
- naomi_board &dev = downcast<naomi_board &>(device);
- dev.eeprom_tag = _eeprom_tag;
-}
-
-
void naomi_board::device_start()
{
naomi_g1_device::device_start();