mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
removed out of date comment (nw)
This commit is contained in:
parent
7a6aed056c
commit
58dc47bd1a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user