From 7404b4eadb4f8eaf781f0610a9fd50d44bcb4dc9 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 24 Jan 2013 08:31:29 +0000 Subject: [PATCH] The downside of a global replace (nw) --- src/mame/drivers/jrpacman.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/jrpacman.c b/src/mame/drivers/jrpacman.c index 9a31d920382..e516830f464 100644 --- a/src/mame/drivers/jrpacman.c +++ b/src/mame/drivers/jrpacman.c @@ -378,7 +378,7 @@ ROM_END DRIVER_INIT_MEMBER(jrpacman_state,jrpacman) { /* The encryption PALs garble bits 0, 2 and 7 of the ROMs. The encryption */ - /* scheme is complex (basically it's a state machine()) and can only be */ + /* scheme is complex (basically it's a state machine) and can only be */ /* faithfully emulated at run time. To avoid the performance hit that would */ /* cause, here we have a table of the values which must be XORed with */ /* each memory region to obtain the decrypted bytes. */