From 1a280581ba00b4559bf293fa3528876d46f0275a Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 16 Jun 2021 13:59:21 +1000 Subject: pc_vga: updated comment --- src/devices/video/pc_vga.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/devices/video/pc_vga.cpp b/src/devices/video/pc_vga.cpp index d72899d2de2..2edaaca392a 100644 --- a/src/devices/video/pc_vga.cpp +++ b/src/devices/video/pc_vga.cpp @@ -36,11 +36,11 @@ ROM declarations: (oti 037 chip) - ROM_LOAD("oakvga.bin", 0xc0000, 0x8000, 0x318c5f43) + ROM_LOAD("oakvga.bin", 0xc0000, 0x8000, CRC(318c5f43) SHA1(2aeb6cf737fd87dfd08c9f5b5bc421fcdbab4ce9) ) (tseng labs famous et4000 isa vga card (oem)) - ROM_LOAD("et4000b.bin", 0xc0000, 0x8000, 0xa903540d) + ROM_LOAD("et4000b.bin", 0xc0000, 0x8000, CRC(a903540d) SHA1(unknown) ) (tseng labs famous et4000 isa vga card) - ROM_LOAD("et4000.bin", 0xc0000, 0x8000, 0xf01e4be0) + ROM_LOAD("et4000.bin", 0xc0000, 0x8000, CRC(f01e4be0) SHA1(95d75ff41bcb765e50bd87a8da01835fd0aa01d5) ) ***************************************************************************/ -- cgit v1.2.3