From 307deb0647f7830e3855bcac0d44a1f5cf36045d Mon Sep 17 00:00:00 2001 From: AJR Date: Fri, 17 Feb 2023 23:22:12 -0500 Subject: isa/np600.cpp: Small comment update --- src/devices/bus/isa/np600.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/isa/np600.cpp b/src/devices/bus/isa/np600.cpp index e5c22db1823..f40fcbf1ab5 100644 --- a/src/devices/bus/isa/np600.cpp +++ b/src/devices/bus/isa/np600.cpp @@ -105,7 +105,7 @@ ROM_START(np600a3) ROM_LOAD16_BYTE("258-0033-00_rev_ba.u39", 0x0001, 0x2000, CRC(0e0f726c) SHA1(520773e235a826438b025381cd3861df86d4965d)) ROM_REGION(0x20, "enetaddr", 0) - ROM_LOAD("020701079bfa.u29", 0x00, 0x20, NO_DUMP) // 16-pin device, probably SN74S288 or equivalent and different label and contents for each PCB + ROM_LOAD("020701079bfa.u29", 0x00, 0x20, NO_DUMP) // MMI 63S081N (or equivalent PROM, probably having different label and contents for each PCB) // Other undumped small devices (mostly or all PLDs): // 258-0037-00 REV AA (U17, 20 pins) -- cgit v1.2.3