mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
whoops, remove duplicate line (nw)
This commit is contained in:
parent
40e25e1455
commit
f9bfd9ccfb
@ -328,7 +328,6 @@ void pirates_state::pirates_decrypt_68k()
|
||||
size_t rom_size = memregion("maincpu")->bytes();
|
||||
dynamic_array<UINT16> buf(rom_size/2);
|
||||
|
||||
rom = (UINT16 *)memregion("maincpu")->base();
|
||||
memcpy (buf, rom, rom_size);
|
||||
|
||||
for (int i=0; i<rom_size/2; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user