5
5
Skeleton driver for Compumatic dart board with LED display.
6
6
7
7
**************************************************************************
8
+
9
+ PCB layout for regular Compumatic Microdard PCB:
8
10
_______________________________
9
11
|__ ________________________ |
10
12
||C| |_CN____________________| |
@@ -52,9 +54,10 @@ IC5 = Hitachi HD74HC08P
52
54
IC6 = Hitachi HD74HC138P
53
55
IC4 = LGS GM76C88ALK-15
54
56
IC3 = Winbond W29EE011-15
55
- IC2 = Hitachi HD74HC373P
56
- IC2 = Hitachi HD74HC373P
57
- IC10 = Hitachi HD74HC244P
57
+ IC2, IC10 = Hitachi HD74HC373P
58
+ IC9 = Hitachi HD74HC244P
59
+ IC13 = 74HC273N
60
+ IC14 = LM358P
58
61
59
62
**************************************************************************
60
63
@@ -75,7 +78,7 @@ ________________________________________________________________________________
75
78
| NO | Western Darts | unknown | Standard Microdar with Philips REF34VA | Darts |
76
79
| NO | Diamant | unknown | Newer PCB with Philips REF34VA and additional Compumatic custom ICs | Darts |
77
80
| NO | Tiger Dart | unknown | Standard Microdar SPD with Philips REF34VA | Darts |
78
- | NO | Champion | unknown | ProSPDP PCB. https://www.recreativas.org/champion-6137-compumatic | Darts |
81
+ | YES | Champion | Compumatic | Superdard/Plus-N PCB with Philips REF34VA | Darts |
79
82
| NO | Paradise Dart Sport | unknown | Standard Microdar SPD with RE34VA (without Philips logo) | Darts |
80
83
|_______|_____________________|___________________|_____________________________________________________________________|____________________________|
81
84
@@ -396,7 +399,7 @@ ROM_START(cfarwest)
396
399
ROM_END
397
400
398
401
399
- /* * Compumatic Minidart.
402
+ /* Compumatic Minidart.
400
403
Microdar V6 PCB. 24MHz xtal. Atmel AT89S51 intead of the usual REF34VA and a custom chip labeled "Toronto 2707"
401
404
(but referred as REF0097 on the manual) instead of the REF0096.
402
405
*/
@@ -415,6 +418,21 @@ ROM_START(minidart)
415
418
ROM_LOAD (" atf16v8b.ic4" , 0x000 , 0x117 , NO_DUMP)
416
419
ROM_END
417
420
421
+ /* Compumatic Champion (Compumatic Superdard/Plus-N PCB).
422
+ More info and schematics: https://www.recreativas.org/champion-6137-compumatic
423
+ The PCB layout is slighly different than the one shown on the manual (it's like
424
+ a standard Microdard PCB, but with an additional test switch).
425
+ */
426
+ ROM_START (cchampion)
427
+ // Philips REF34VA K0V951
428
+ PHILIPS_REF34VA
429
+
430
+ ROM_REGION (0x20000 , " program" , 0 )
431
+ ROM_LOAD (" 7.71_f29c51001t.ic3" , 0x00000 , 0x20000 , CRC(19b89baf) SHA1(f92614d47dd835e2669f6bc21568d035e84c93ed)) // COMPUMATIC RESEARCH S.L. (c) 1997 0/2
432
+
433
+ ROM_REGION (0x800 , " eeprom" , 0 )
434
+ ROM_LOAD (" 24lc16b.ic8" , 0x000 , 0x800 , NO_DUMP)
435
+ ROM_END
418
436
419
437
/* Compumatic Microdard-V5 PCB
420
438
_______________________________________________________________________________
@@ -505,6 +523,7 @@ GAME(199?, dibifuca, 0, microdar, microdar, microdar_state, empty_init
505
523
GAME(199 ?, dibif743, dibifuca, microdar, microdar, microdar_state, empty_init, ROT0, " Compumatic / Bifuca" , " Diana Bifuca (v7.43)" , MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK)
506
524
GAME(199 ?, dibif727, dibifuca, microdar, microdar, microdar_state, empty_init, ROT0, " Compumatic / Bifuca" , " Diana Bifuca (v7.27)" , MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK)
507
525
GAME(1997 , dibifpspdp, dibifuca, prospdp, microdar, microdar_state, empty_init, ROT0, " Compumatic / Bifuca" , " Diana Bifuca (unknown version, ProSPDP based)" , MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK)
526
+ GAME(1997 , cchampion, 0 , microdar, microdar, microdar_state, empty_init, ROT0, " Compumatic" , " Champion (darts machine, v7.71)" , MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK)
508
527
GAME(1997 , cfarwest, 0 , microdar, microdar, microdar_state, empty_init, ROT0, " Compumatic" , " Far West (Compumatic)" , MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK)
509
528
GAME(1997 , diolakoa, 0 , microdv5, microdar, microdar_state, empty_init, ROT0, " Compumatic / Olakoa" , " Diana Olakoa (v8.38)" , MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK)
510
529
GAME(1997 , diola827, diolakoa, microdv5, microdar, microdar_state, empty_init, ROT0, " Compumatic / Olakoa" , " Diana Olakoa (v8.27)" , MACHINE_NO_SOUND | MACHINE_NOT_WORKING | MACHINE_MECHANICAL | MACHINE_REQUIRES_ARTWORK)
0 commit comments