From 2ec9b81c46d256d2c157620c61837828bc5cda8a Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 24 Aug 2021 18:39:18 -0400 Subject: [PATCH] cromptons.cpp: Improve note --- src/mame/drivers/cromptons.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/cromptons.cpp b/src/mame/drivers/cromptons.cpp index 74750ffa1b6..643004d77c7 100644 --- a/src/mame/drivers/cromptons.cpp +++ b/src/mame/drivers/cromptons.cpp @@ -12,7 +12,17 @@ Video: https://www.youtube.com/watch?v=89XJpor9dSQ - Disco Fever (coin pusher) runs on the same PCB. + Other games using the same PCB include: + * Casino Nights (coin pusher) + * Chuck Rock (coin pusher) + * Disco Fever (coin pusher) + * Hi Ball (redemption) + * Pharaoh's Treasure (coin pusher) + * Pirates Treasure (coin pusher) + * Rock 'n' Roll II (coin pusher) + * Royal Casino (coin pusher) + * Summer Time (coin pusher) + * Wheel of Fortune (coin pusher) */ #include "emu.h"