Creating ready to use empty mdv or flp files for whichever emulator
Re: Creating ready to use empty mdv or flp files for whichever emulator
I'm not sure if I've tried formatting in QLAY. I have a blank .MDV file that I just copy when I need a new one. I could have just deleted the few files on it and started with that.
-
- ROM Dongle
- Posts: 15
- Joined: Sun Apr 06, 2014 3:34 pm
Re: Creating ready to use empty mdv or flp files for whichever emulator
it seems my qlay 2 does want to make_mdi or make_fdi...if i type those in the emulator i get bad command on both. Either that or I'm seriously crippled in the art of having and operating an emulator lol
-
- Font of All Knowledge
- Posts: 4608
- Joined: Mon Dec 20, 2010 11:40 am
- Location: Sunny Runcorn, Cheshire, UK
Re: Creating ready to use empty mdv or flp files for whichever emulator
You have to download the MDI and FDI package from the QL Home Page (link at top page) and load the extensions int the emulator.
Regards,
Derek
Derek
-
- ROM Dongle
- Posts: 15
- Joined: Sun Apr 06, 2014 3:34 pm
Re: Creating ready to use empty mdv or flp files for whichever emulator
i got the package. now how do load it in the emulator?
EDIT:
Ive read the pdf file inside it, and tried to enter:
And the first example
both of these tells me "bad name" seems something else needs to happen first i'm guessing. But these are the first instructions they have to type in.
EDIT:
Ive read the pdf file inside it, and tried to enter:
Code: Select all
x=RESPR(7390)
LBYTES flp1_MDIDriver_cde,x
CALL x
Code: Select all
LRESPR flp1_MDIDriver_cde
Re: Creating ready to use empty mdv or flp files for whichever emulator
Hi
there is a simpler way for a empty microdrive
copy and rename the existing MDV1.MDV to EMPTY.MDV
start QLAY2
mount the image as mdv2_
save the config and start the emulator
now enter DIR mdv2_ you should see the content of mdv2_
now enter DELETE mdv2_x where x is the filename for each existing file
enter DIR mdv2_ again , it should report 253/255 sectors ,
that`s a empty microdrive which can be used as template
Hope it helps
Markus
P.S .
if your using Linux there is mdvtool
https://github.com/mist-devel/mist-bina ... ls/mdvtool
there is a simpler way for a empty microdrive
copy and rename the existing MDV1.MDV to EMPTY.MDV
start QLAY2
mount the image as mdv2_
save the config and start the emulator
now enter DIR mdv2_ you should see the content of mdv2_
now enter DELETE mdv2_x where x is the filename for each existing file
enter DIR mdv2_ again , it should report 253/255 sectors ,
that`s a empty microdrive which can be used as template
Hope it helps
Markus
P.S .
if your using Linux there is mdvtool
https://github.com/mist-devel/mist-bina ... ls/mdvtool
-
- ROM Dongle
- Posts: 15
- Joined: Sun Apr 06, 2014 3:34 pm
Re: Creating ready to use empty mdv or flp files for whichever emulator
OK...FIRST thank you Desin..
my first problem, for some reason is that i copied MDV1.MDV to EMPTY.MDV and in qlay's setup I mounted empty.mdv as mdv2_ if i try to dir mdv2_ it all freezes. like wise if I mount abacus.mdv as mdv2 or 3 it also freezes. not sure what at the cause but yeah everything freezes.
EDIT:
just for the fun of it, i also tried to mount them as mdv1_ just in case, and yep. it freezes too.
my first problem, for some reason is that i copied MDV1.MDV to EMPTY.MDV and in qlay's setup I mounted empty.mdv as mdv2_ if i try to dir mdv2_ it all freezes. like wise if I mount abacus.mdv as mdv2 or 3 it also freezes. not sure what at the cause but yeah everything freezes.
EDIT:
just for the fun of it, i also tried to mount them as mdv1_ just in case, and yep. it freezes too.
Re: Creating ready to use empty mdv or flp files for whichever emulator
hi
this is my QLay2
you may have to adjust paths hope it helps
Markus
this is my QLay2
you may have to adjust paths hope it helps
Markus
-
- ROM Dongle
- Posts: 15
- Joined: Sun Apr 06, 2014 3:34 pm
Re: Creating ready to use empty mdv or flp files for whichever emulator
ill give it a try tonight. im at work right now. ill let you know if you qlay is better then mine.
lol
lol
Re: Creating ready to use empty mdv or flp files for whichever emulator
Yup, that's how I've done it....desin wrote: Fri Dec 13, 2024 3:10 pm Hi
there is a simpler way for a empty microdrive
copy and rename the existing MDV1.MDV to EMPTY.MDV
start QLAY2
mount the image as mdv2_
save the config and start the emulator
now enter DIR mdv2_ you should see the content of mdv2_
now enter DELETE mdv2_x where x is the filename for each existing file
enter DIR mdv2_ again , it should report 253/255 sectors ,
that`s a empty microdrive which can be used as template
Hope it helps
Markus
P.S .
if your using Linux there is mdvtool
https://github.com/mist-devel/mist-bina ... ls/mdvtool
-
- ROM Dongle
- Posts: 15
- Joined: Sun Apr 06, 2014 3:34 pm
Re: Creating ready to use empty mdv or flp files for whichever emulator
it seems your version of qlay seems to want to work. Thank you for this not sure what was going on with mine.