Removed unnecessary debug stub.
This commit is contained in:
parent
df91564d03
commit
8c4a6a2d2a
@ -523,15 +523,6 @@ UINT32 dma_offset;
|
||||
|
||||
static INTERRUPT_GEN( naomi_vblank )
|
||||
{
|
||||
FILE *f;
|
||||
|
||||
if (input_code_pressed_once(KEYCODE_H))
|
||||
{
|
||||
f = fopen("aica.bin", "wb");
|
||||
fwrite(dc_sound_ram, 8*1024*1024, 1, f);
|
||||
fclose(f);
|
||||
}
|
||||
|
||||
dc_vblank();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user