From 4615782f69772040120e17862c30d51ac57a8a86 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Mon, 26 Feb 2018 09:03:33 +0700 Subject: interpro: fix rom checksum Tafoid reported an incorrect rom checksum. This corrects it, hoping it can be slipped in at the last minute for 0.195. --- src/devices/bus/interpro/sr/gt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/bus/interpro/sr/gt.cpp b/src/devices/bus/interpro/sr/gt.cpp index b82f0894ced..8c05bef63d0 100644 --- a/src/devices/bus/interpro/sr/gt.cpp +++ b/src/devices/bus/interpro/sr/gt.cpp @@ -191,7 +191,7 @@ ROM_END ROM_START(mpcb081) ROM_REGION(0x80, "idprom", 0) - ROM_LOAD32_BYTE("mpcb081b.bin", 0x0, 0x20, CRC(90291129) SHA1(cc6debd0307280ed73dbf5b555aa7448c2bcb7ad)) + ROM_LOAD32_BYTE("mpcb081b.bin", 0x0, 0x20, CRC(79cec897) SHA1(ccda82a61c435800b7894a256deea22ea5dc4c87)) ROM_END // FIXME: can't account for this delta yet -- cgit v1.2.3