Skip to content

Commit

Permalink
WPC minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vbousquet committed Dec 11, 2024
1 parent 83b336f commit 2bb1803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wpc/wpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2bb1803

Please sign in to comment.