timblepaw / fceu

Automatically exported from code.google.com/p/fceu
0 stars 0 forks source link

opening FDS game crashes fceu #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Possibly due to not finding disksys.rom properly?

Original issue reported on code.google.com by emily.de...@gmail.com on 4 May 2008 at 5:29

GoogleCodeExporter commented 9 years ago
Oops, submitted by wrong email >_>

Original comment by andres.d...@gmail.com on 4 May 2008 at 5:29

GoogleCodeExporter commented 9 years ago
FCEU_fopen() was expecting a non-null ips filename. opening nes files caused an 
ips 
filename which doesnt exist to get built and passed in. opening fds files 
caused a 
null ips filename to get passed in. now FCEU_fopen() handles a null ips file

Original comment by mgambrell on 7 May 2008 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by mauzus@gmail.com on 7 May 2008 at 7:49