removed out of date comment (nw)

This commit is contained in:
smf- 2020-03-03 11:36:42 +00:00
parent 7a6aed056c
commit 58dc47bd1a

View File

@ -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
}