cosmic.cpp: removed some code I accidentally committed. Thanks Haze for letting me know (nw)

This commit is contained in:
Ivan Vangelista 2019-11-09 16:30:49 +01:00
parent dd20d9824e
commit 1b2acde808

View File

@ -1592,19 +1592,6 @@ void cosmic_state::init_cosmica()
{
m_sound_enabled = 1;
m_dive_bomb_b_select = 0;
uint8_t *ROM = memregion("maincpu")->base();
{
char filename[256];
sprintf(filename,"decrypted_%s", machine().system().name);
FILE *fp = fopen(filename, "w+b");
if (fp)
{
fwrite(ROM, 0x3000, 1, fp);
fclose(fp);
}
}
}