From 690381210537b4692acd7b49e1f1592af16aed00 Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sun, 4 Jul 2021 08:23:03 -0400 Subject: - filling out missing hashes for commented ROM_LOADs when known (part 1) --- src/devices/bus/isa/aga.h | 4 ++-- src/devices/video/pc_vga.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/devices/bus/isa/aga.h b/src/devices/bus/isa/aga.h index bffe53207c0..ef09d7b12e2 100644 --- a/src/devices/bus/isa/aga.h +++ b/src/devices/bus/isa/aga.h @@ -14,9 +14,9 @@ // 256 8x8 thick chars // 256 8x8 thin chars // 256 9x14 in 8x16 chars, line 3 is connected to a10 - ROM_LOAD("aga.chr", 0x00000, 0x02000, CRC(aca81498)) + ROM_LOAD("aga.chr", 0x0000, 0x2000, CRC(aca81498) SHA1(0d84c89487ee7a6ac4c9e73fdb30c5fd8aa595f8) ) // hercules font of above - ROM_LOAD("hercules.chr", 0x00000, 0x1000, CRC(7e8c9d76)) + ROM_LOAD("hercules.chr", 0x0000, 0x1000, CRC(7e8c9d76)) */ #ifndef MAME_BUS_ISA_AGA_H diff --git a/src/devices/video/pc_vga.h b/src/devices/video/pc_vga.h index 5e6ce07f2d1..b7949a050df 100644 --- a/src/devices/video/pc_vga.h +++ b/src/devices/video/pc_vga.h @@ -698,7 +698,7 @@ DECLARE_DEVICE_TYPE(GAMTOR_VGA, gamtor_vga_device) pega notes (paradise) build in amstrad pc1640 - ROM_LOAD("40100", 0xc0000, 0x8000, CRC(d2d1f1ae)) + ROM_LOAD("40100", 0xc0000, 0x8000, CRC(d2d1f1ae) SHA1(98302006ee38a17c09bd75504cc18c0649174e33) ) 4 additional dipswitches seems to have emulation modes at register level @@ -731,7 +731,7 @@ DECLARE_DEVICE_TYPE(GAMTOR_VGA, gamtor_vga_device) oak vga (oti 037 chip) (below bios patch needed for running) - ROM_LOAD("oakvga.bin", 0xc0000, 0x8000, CRC(318c5f43)) + ROM_LOAD("oakvga.bin", 0xc0000, 0x8000, CRC(318c5f43) SHA1(2aeb6cf737fd87dfd08c9f5b5bc421fcdbab4ce9) ) */ -- cgit v1.2.3