diff options
Diffstat (limited to 'src/mess/drivers/pegasus.c')
| -rw-r--r-- | src/mess/drivers/pegasus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/pegasus.c b/src/mess/drivers/pegasus.c index dc74d93eff0..b39777f045c 100644 --- a/src/mess/drivers/pegasus.c +++ b/src/mess/drivers/pegasus.c @@ -383,7 +383,7 @@ static GFXDECODE_START( pegasus ) GFXDECODE_END -// An encrypted single rom starts with 02, decrypted with 20. +// An encrypted single rom starts with 02, decrypted with 20. // The 2nd and 3rd part of a multi-rom set will have no obvious byte, // so we check the first 4 bytes for a signature, and decrypt if found. void pegasus_state::pegasus_decrypt_rom(UINT8 *ROM) |
