Skip to content

Commit 878255e

Browse files
committed
Autoload tape/disk when launched with a custom ROM path
1 parent 2e2edeb commit 878255e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tape.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ tape_write( const char* filename )
372372

373373
int tape_can_autoload( void )
374374
{
375-
return( auto_load_is_enabled() && !memory_custom_rom() );
375+
return auto_load_is_enabled();
376376
}
377377

378378
/* Load the next tape block into memory; returns 0 if a block was

0 commit comments

Comments
 (0)