VOGONS

Common searches


Search results

Display options

Problem with mounting hdd since svn 4130

Hi, version 4130 added sanity check in file drive_fat.cpp. I try load img file like a 2GB hdd, but it fails on this check. Maybe is problem in hdd definition, maybe a bug. I am not sure, definition looks fine to me, it works with older revisions. if ((bootbuffer.sectorsperfat == 0) || // FAT32 not …

Re: Dosbox SVN r4019 + savestates Build (Alpha)

I created patch file for sn 4176, hope correctly In hardware.cpp I faced issue with variable std::string capturedir; Newly it was defined as static which makes compilation errors in save_state.cpp : save_state.o: In function `SaveState::save(unsigned int)': save_state.cpp:(.text+0x7b4): undefined …

Re: Dosbox SVN r4019 + savestates Build (Alpha)

I don't know how feasible this is but it seems to me as if the savestate needs to save also the current conf somehow so you can look up what it was so a corruption does not happen or that you can look up up with which configuration it was saved. Save state remembers current configuration, I know …

Re: Dosbox SVN r4019 + savestates Build (Alpha)

Last two days I was working on save state patch to get it up to date with svn 4175. I fixed gameblaster and adlib incompatibility due mame core. I tested it on monkey island 1. Seems it works even is not perfect, problem is if someone creates save state file with opl2 and then changes config to opl3 …

Re: Dosbox SVN r4019 + savestates Build (Alpha)

If I remember well, when mame core appeared in dosbox branch, there was code for save/load states, but was removed during implementation. Find it would be useful, or maybe save states can be updated to latest svn without support for mame core. I want look at this later, just now I am very busy at …

Re: Memory Use

Question is how much is the "file operation cache useful". I think programs know own files and dont need this cache. File managers running in dosbox probably create own cache. Would be cool have it on flag in dosbox config

Re: Dosbox SVN r4019 + savestates Build (Alpha)

Thank you, I can check it in next days. EDIT: Ok, I think I fixed that (I hope). Will post patch and linux binaries later. To fix that, update dos_files.cpp add line : if( strcmp( Files[lcv]->GetName(), "EMMXXXX0" ) == 0 ) break;//raiden needs this below if( strcmp( Files[lcv]->GetName(), "AUX" ) == …

Page 1 of 2