From 2bb1803071acad225bc851603fdc97d6ae73e71c Mon Sep 17 00:00:00 2001 From: Vincent Bousquet Date: Wed, 11 Dec 2024 18:54:01 +0100 Subject: [PATCH] WPC minor cleanup --- src/wpc/wpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wpc/wpc.c b/src/wpc/wpc.c index f93a4a08c..533de4158 100644 --- a/src/wpc/wpc.c +++ b/src/wpc/wpc.c @@ -1177,7 +1177,7 @@ static MACHINE_INIT(wpc) { // and inspected gamecode only managed FIRQ coming from WPC or DMD. Moreover, if enabling, this would break the DMD timing as the gamecode // would mistakenly consider sound FIRQ as a DMD FIRQ, breaking display during score in lots of games. // sndbrd_0_init(SNDBRD_WPCS, 1, memory_region(WPCS_ROMREGION), snd_data_cb, NULL); - sndbrd_0_init(SNDBRD_WPCS, 1, memory_region(DCS_ROMREGION), NULL, NULL); + sndbrd_0_init(SNDBRD_WPCS, 1, memory_region(WPCS_ROMREGION), NULL, NULL); break; case GEN_WPCDCS: case GEN_WPCSECURITY: