Removed unnecessary debug stub.

This commit is contained in:
R. Belmont 2008-02-20 05:27:11 +00:00
parent df91564d03
commit 8c4a6a2d2a

View File

@ -523,15 +523,6 @@ UINT32 dma_offset;
static INTERRUPT_GEN( naomi_vblank ) 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(); dc_vblank();
} }