From f4a7525acdd5690d6277e0dd16a8a75f0b277382 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 17 May 2020 17:54:16 +0200 Subject: [PATCH] crazybal.cpp: added [TTL] to the title for consistency with the other CPU-less games in MAME (nw) champbas.cpp: added PCB numbers for exctsccra set (nw) --- src/mame/drivers/champbas.cpp | 1 + src/mame/drivers/crazybal.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/champbas.cpp b/src/mame/drivers/champbas.cpp index f4814903de4..e3bbcc325aa 100644 --- a/src/mame/drivers/champbas.cpp +++ b/src/mame/drivers/champbas.cpp @@ -1001,6 +1001,7 @@ ROM_START( exctsccr ) /* Teams: ITA AUS GBR FRA FRG BRA */ ROM_LOAD( "prom2.8r", 0x0120, 0x0100, CRC(8a9c0edf) SHA1(8aad387e9409cff0eeb42eeb57e9ea88770a8c9a) ) /* lookup table */ ROM_END +// CPU BOARD NO. 58AS50-1, DISPLAY BOARD NO. 58AS51-1, MUSIC & VOICE BOARD NO. 59MC02 ROM_START( exctsccra ) /* Teams: ITA AUS GBR FRA FRG BRA */ ROM_REGION( 0x10000, "maincpu", 0 ) ROM_LOAD( "1_g10.bin", 0x0000, 0x2000, CRC(aa68df66) SHA1(f10cac5a4c5aad1e1eb8835174dc8d517bb2921a) ) diff --git a/src/mame/drivers/crazybal.cpp b/src/mame/drivers/crazybal.cpp index adddc3aaa16..1e993dda62e 100644 --- a/src/mame/drivers/crazybal.cpp +++ b/src/mame/drivers/crazybal.cpp @@ -121,4 +121,4 @@ ROM_START( crazybal ) ROM_END -GAME( 1978, crazybal, 0, crazybal, 0, crazybal_state, empty_init, ROT0, "Electronic Games Systems", "Crazy Balls", MACHINE_IS_SKELETON ) +GAME( 1978, crazybal, 0, crazybal, 0, crazybal_state, empty_init, ROT0, "Electronic Games Systems", "Crazy Balls [TTL]", MACHINE_IS_SKELETON )