diff --git a/src/mame/drivers/xavix.cpp b/src/mame/drivers/xavix.cpp index baaf555ce98..eeac276c1d2 100644 --- a/src/mame/drivers/xavix.cpp +++ b/src/mame/drivers/xavix.cpp @@ -1580,8 +1580,6 @@ void xavix_i2c_state::xavix_i2c_24lc04(machine_config &config) { xavix(config); - // according to http://ww1.microchip.com/downloads/en/devicedoc/21708k.pdf 'the master transmits up to 16 data bytes' however this breaks the Nostalgia games - // of note Galplus Phalanx on Namco Nostalgia 2, which will hang between stages unable to properly access the device, but with no page support it doesn't hang and scores save I2CMEM(config, "i2cmem", 0).set_page_size(16).set_data_size(0x200); // 24LC04 on Nostalgia games, 24C04 on others }