mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
The downside of a global replace (nw)
This commit is contained in:
parent
cb87805957
commit
7404b4eadb
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user