mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
cosmic.cpp: removed some code I accidentally committed. Thanks Haze for letting me know (nw)
This commit is contained in:
parent
dd20d9824e
commit
1b2acde808
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user