trunk/src/emu/screen.c
| r22039 | r22040 | |
| 1007 | 1007 | |
| 1008 | 1008 | // compute the name and create the file |
| 1009 | 1009 | emu_file file(machine().options().snapshot_directory(), OPEN_FLAG_WRITE | OPEN_FLAG_CREATE | OPEN_FLAG_CREATE_PATHS); |
| 1010 | | file_error filerr = file.open(machine().basename(), PATH_SEPARATOR "burnin-", tag(), ".png") ; |
| 1010 | file_error filerr = file.open(machine().basename(), PATH_SEPARATOR "burnin-", this->tag()+1, ".png") ; |
| 1011 | 1011 | if (filerr == FILERR_NONE) |
| 1012 | 1012 | { |
| 1013 | 1013 | png_info pnginfo = { 0 }; |