Skip to content

Commit fc74dec

Browse files
authored
Merge pull request #29 from morozov/autoload-on-custom-rom-path
Autoload tape/disk when launched with a custom ROM path
2 parents 5988509 + 878255e commit fc74dec

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)