Previous 199869 Revisions Next

r20428 Thursday 24th January, 2013 at 08:31:29 UTC by Robbbert
The downside of a global replace (nw)
[src/mame/drivers]jrpacman.c

trunk/src/mame/drivers/jrpacman.c
r20427r20428
378378DRIVER_INIT_MEMBER(jrpacman_state,jrpacman)
379379{
380380   /* The encryption PALs garble bits 0, 2 and 7 of the ROMs. The encryption */
381   /* scheme is complex (basically it's a state machine()) and can only be */
381   /* scheme is complex (basically it's a state machine) and can only be */
382382   /* faithfully emulated at run time. To avoid the performance hit that would */
383383   /* cause, here we have a table of the values which must be XORed with */
384384   /* each memory region to obtain the decrypted bytes. */

Previous 199869 Revisions Next


© 1997-2024 The MAME Team