mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
removed unused variable
This commit is contained in:
parent
9685c7cf7d
commit
75c3ea62a7
@ -1523,7 +1523,6 @@ void neogeo_cmc50_m1_decrypt(running_machine *machine, UINT16 key)
|
||||
// if using key 0x1543 (same as mslug5) we need a different bitswap here
|
||||
int m1_alt_address_scramble(int address/*, UINT16 key*/)
|
||||
{
|
||||
int block;
|
||||
int aux;
|
||||
UINT16 key = 0x1543;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user