The downside of a global replace (nw)

This commit is contained in:
Robbbert 2013-01-24 08:31:29 +00:00
parent cb87805957
commit 7404b4eadb

View File

@ -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. */