View Full Version : why does CEMU write to floppy every 8 seconds?
davidghoser
01-14-2009, 05:57 AM
How can I stop this behavior?
bud02
01-14-2009, 08:25 PM
I havnt played with cemu for over a year but its probably got a switch or command line entry that saves the core enabled. Should be able to turn it off with keyboard as it running.
agarnet
01-15-2009, 12:21 AM
Or you could run cemu in ram. It will do all the writes in ram, instead of to the disk. Try this as your autoexec.bat :
@echo off
XMSDSK [2048] F: /y
COPY A:\COMMAND.COM F:\
SET COMPSPEC=F:\COMMAND.COM
COPY A:\CEMU.* F:\
COPY A:\CWSDPMI.* F:\
COPY A:\*.BIN F:\
COPY A:\*.KEY F:\
COPY A:\*.CNF F:\
COPY A:\*.ini F:\
F:
CEMU.exe
davidghoser
01-17-2009, 01:07 AM
Yes, thanks! The problem was that I had been playing with differing versions of CEMU and the Image disks. Some of the earlier image floppies didn't automatically create a RAMDISK and load the files. I finally discovered the correct combination of floppy image files and correct cemu.exe versions.
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.