From 03fc3b9970626956997a7cab012431e15503bef0 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Wed, 1 Jan 2025 07:21:11 +0100 Subject: skeleton/digel804.cpp: dumped version 1.7 for ep804 [Siftware] --- src/mame/skeleton/digel804.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mame/skeleton/digel804.cpp b/src/mame/skeleton/digel804.cpp index a5d8341f37f..375c8b62ccd 100644 --- a/src/mame/skeleton/digel804.cpp +++ b/src/mame/skeleton/digel804.cpp @@ -788,6 +788,9 @@ ROM_START(ep804) // pcb v1.0; address mapper 804-1-2 ROM_SYSTEM_BIOS( 3, "promicron2k_v2.3", "Celectronic Berlin/Digelec promicron 2000 FWv2.3") // hardware 1.6 ROMX_LOAD("2023__1-03__be7d.m5l2764k.d41", 0x0000, 0x2000, CRC(8e5182f1) SHA1(e8409b6ace80fdaad862e6c06975aeabcf728f97), ROM_BIOS(3)) ROMX_LOAD("2023__2-03__c73e.m5l2764k.d42", 0x2000, 0x2000, CRC(ff7d959b) SHA1(75718fc1d98969739911cc51b6d5fef74b530e36), ROM_BIOS(3)) + ROM_SYSTEM_BIOS( 4, "ep804_v1.7", "Wavetek/Digelec EP804 FWv1.7") // hardware 1.1, all labels handwritten + ROMX_LOAD("804.2-1.7_3bc0.2764.d41", 0x0000, 0x2000, CRC(d39c2b51) SHA1(6e00d9c8f5037936618fd17475b72261f3e54826), ROM_BIOS(4)) + ROMX_LOAD("804-3-1.7_1c96.2764.d42", 0x2000, 0x2000, CRC(994df376) SHA1(93bbc48b72e2126a9f40312e66ca2a87c7f67bf6), ROM_BIOS(4)) // on the promicron 2000, the bprom at d30 is an unlabeled TB18S030N part, but has the same contents as 804-1-2.mmi_6330-in.d30 below. it is possible the sticker fell off. ROM_REGION(0x20, "proms", 0) ROM_LOAD("804-1-2.mmi_6330-in.d30", 0x0000, 0x0020, CRC(30dd4721) SHA1(e4b2f5756118be4c8ab56c708dc4f42469c7e51b)) // Address mapper prom, 82s23/mmi6330/tbp18sa030 equivalent 32x8 open collector -- cgit v1.2.3