Really fix tape lojding

This commit is contained in:
simon.kagstrom 2009-01-04 15:35:33 +00:00
parent 5122ef60cc
commit 03f2589dc4

View File

@ -313,7 +313,7 @@ uint8 T64Drive::open_file(int channel, char *filename)
// Open temporary file
if ((file[channel] =
#if defined(GEKKO)
fopen("/apps/frodo/t64tmp", "rw")
fopen("/apps/frodo/t64tmp", "w+")
#else
tmpfile()
#endif