From 0fd434cd684c1b35329ad0d4d77fb35b0b7bc8a8 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Thu, 27 Oct 2022 18:55:43 +0200 Subject: bus/nes/bandai.cpp: fixed MT08445 --- src/devices/bus/nes/bandai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/nes/bandai.cpp b/src/devices/bus/nes/bandai.cpp index 9bb61da4262..5954aacff62 100644 --- a/src/devices/bus/nes/bandai.cpp +++ b/src/devices/bus/nes/bandai.cpp @@ -383,7 +383,7 @@ uint8_t nes_lz93d50_24c01_device::read_m(offs_t offset) void nes_lz93d50_24c01_device::device_add_mconfig(machine_config &config) { - I2C_24C01(config, m_i2cmem); + I2C_X24C01(config, m_i2cmem); } void nes_lz93d50_24c02_device::device_add_mconfig(machine_config &config) -- cgit v1.2.3