1

Та ну ёклмн. Ну хоть кто-нить объяснит внятно как запустить mgt-образ?
Есть в наличии:
1. эмуляторы (spectaculator, realspectrum, unreal)
2. несколько образов mgt с журналами.
3. немного прямые руки.

Что пытался:
Spectaculator 8.0.03092
1) выбрал ZX Spectrum 128
2) в настройках, вкладка Hardware установил галку напротив MGT/Datel Plus D Disk Interface
3) в настройках, вкладка MGT/Datel Plus D установил галку напротив G+DOS
4) в бейсике ввел RUN. Выдало ошибку - CHECK DISC in drive.
5) перетянул образ дискеты (mgt) на окно программы. Запросило в какой дисковод вставить (D1 или D2). Выбрал первый. В заголовке окна появилось название образа.
6) в бейсике ввел RUN. Помигало изображение дискеты в низу окна эмулятора и звук поклацал как вроде дисковод дискету читал. И выдало ошибку - No "+SYS  " file

В техописании интерфейса mgt сказано следующее -
When you switch the Spectrum on, you must initialize the system; to do so,
insert a disk containing the operating system file ("SYS*" on DISCiPLE and
"+SYS*" for +D) into the first drive and then enter "RUN".

Что в вольном переводе означает примерно следующее:
Когда Вы включите Spectrum, вы должны инициализировать систему.
Для этого вставьте диск, содержащий файл операционной системы (SYS* на DISCiPLE и +SYS для +D) в первый привод и введите RUN.

Пытался найти (возможно как-то криво поиском пользовался), но так и не нашел этой системной дискеты [img]http://zxdemos.ru/oldforum/img/posts/posts_19/32954.gif[/img]

Какие мысли по этому поводу?

Как жеж эту гадость в конце концов запустить?


Вариант выковыривания пофайлово с tap-формат не предлагать.

2

ААААА!!!!! Наконец-то! Я разобрался с этой гадостью! Работает блин!
Теперь можно и диски с журналами пошерстить те, которые хер кто у нас видел, а если видел, то только выдранные из журнала файлы [img]http://zxdemos.ru/oldforum/img/posts/posts_19/32954_2.gif[/img]

3

Если кому-нить надо будет, могу в картинках расписать подробный мануал.
Вся херня заключается в том, что изначально нет в компе GDOS.
Его надо загрузить с дискеты и только потом можно работать.
Ну немного не так, но в общих чертах - именно так.

4

я смотрел дискеты под RealSpectrum.
cat 1 ; каталог
load d1 "name"
а как делать сразу автостарт непомню

5

Не срослось у меня с realspectrum. А вот spectaculator раздуплил - сижу щаз журналы просматриваю...

6

я не занимался, из .mgt какой-то файл просто дернул

Ненависть- это подарок
защеканец gpv хорошо сосёт.

7

Та интерес был не дернуть, а посмотреть сам журнал, да и другие программы на дискетах mgt. Ну а дернуть программы - тоже дергал.

8

Калантай, пиши инструкцию)

9

вспомнил про быструю загрузку нужного файла.
load p№
№файла виден при просмотре каталога

10

ещё есть аналог мэджика.
нажав NMI видим цветные полосы на бордюре.
3 - сохранить экран
4 - сохранить 48к
5 - сохранить 128к

11

Я сегодня разобрался с вопросом самостоятельно) Отписался на зхпкру, тут тоже скопипастю на всякий случай:


Заинтересовался недавно Disciple/+D интерфейсами и их DOS-ами. Наткнулся на сабжевый вопрос - как в Spectaculator загружать .mgt диски?

Выяснилось, что у этих интерфейсов операционка не находится в ПЗУ, её нужно грузить с системного диска при каждом включении Спектрума. Часть эмуляторов, эмулирующих Disciple/+D, требуют выполнять этот траходром каждый раз при запуске эмуля (включая Spectaculator и Fuse), часть делает автозагрузку системы при включении этих интерфейсов в опциях - SpecEmu и ZXSpin.

Создать системный диск можно с помощью ленточной утилиты, шедшей в комплекте с интерфейсами, она есть на WOS. Думаю, это инфы достаточно для того, чтобы разобраться, как сделать образ системного диска в Fuse/Spectaculator, для тех, кому лень думать/возиться - вот образ системного диска: plusdsys.zip  15.9 Кб  (29) После его вставки в дисковод 1 +D в эмуляторе нужно выполнить RUN в бейсике - вуаля, система загружена, можете вставлять другие .mgt-образы и работать с ними, с помощью команд бейсика с расширенным синтаксисом:

Spoiler

9. GDOS EXTENDED BASIC SYNTAX
=============================

GDOS extends the BASIC to provide support for disk operations.
When you switch the Spectrum on, you must initialize the system; to do so,
insert a disk containing the operating system file ("SYS*" on DISCiPLE and
"+SYS*" for +D) into the first drive and then enter "RUN".
The DOS also looks for the first file called "auto*" and runs it if found.
The "auto*" file is not searched for if the command "RUN boot" is entered.
NOTE: File names are case insensitive and may contain wildcards ('*' and '?').

To show the disk contents, enter:

CAT 1 (for drive 1) or
CAT * (current drive)

You may also enter commands like these:

CAT 1;"a*"
CAT #3;1;"sys*"
CAT 1!
CAT #3;1!

so you can redirect the CAT output to any channel and you may specify a file
name which may contain wildcards to show only matching files.
If the command ends with a '!' then an abbreviated catalogue is shown,
containing just a list of (matching) file names.

To LOAD/SAVE a file:

LOAD d<dn>;"filename" [CODE|SCREEN$|DATA|etc]
LOAD p<fn>
SAVE d<dn>;"program" [CODE|LINE|SCREEN$|etc]

where <dn> is a drive number (1-2)
<fn> is a file number (1-80)

You must specify 'S' to load a 48K snapshot and 'K' for a 128K snapshot.
Case of letters 'S' and 'K' is important.

Examples:

LOAD d1;"screen" SCREEN$
LOAD d*;"pippo" loads program pippo from the current drive
LOAD d1;"snap128"K loads the 128K snapshot 'snap128'
SAVE d2;"rom" CODE 0,16384 this saves the DISCiPLE memory!

Note: "d1" with lowcase 'd' refers to DS DD disks (80 tracks double sided);
in ROM version 3 the only difference seems to be that if you use 'D' a CAT
command is also performed after the operation.
Early versions of the OS used "D1" (capital 'D') for single sided disks.
This applies always when you have to specify the 'd<dn>' field.
Please use only DS/DD disks.

When saving CODE files, an autostart address can be specified as a third
parameter:

SAVE d*;"runme" CODE 32768, 8192, 33000

so when you load it back with LOAD CODE, it will be automatically launched
with an implicit RANDOMIZE USR 33000.

Each file can be referred both through its name and its directory number, so
if file "screen" is listed as number 7 you may also enter:

LOAD p7

Note that if you use the abbreviated notation, each file will be loaded
accordingly to its type (i.e. you can a CODE file will be loaded into memory
at its start address).

Of course MERGE and VERIFY are also available with a similar syntax.

To erase a file from the disk, enter:

ERASE d1;"file2del"
ERASE d1;"*" dangerous!

The ERASE command can also be used to rename a file:

ERASE d1;"oldname" TO "newname"

To format a disk, use:

FORMAT d1 double density (250 Kbit/sec)

or

FORMAT sd1 single density

GDOS also extends streams, so that you can redirect a stream to a file and
vice versa. If you open a channel for writing to a disk file, then an OPENTYPE
file is created. Opentypes can be more than 64K in length.
Channels are accessed with the usual PRINT, INPUT, INKEY$, etc. commands.
Examples:

OPEN #4;d1;"archive"
OPEN #5;d1;"temp" OUT open for writing only
OPEN #5;d1;"temp" IN open for reading
MOVE #3 TO #4
MOVE #4 TO d1;"temp1"
MOVE d1;"temp2" TO #4
CLOSE #4

Note that disk-mapped channels are buffered, so data is read/written to
disk only when the 512 bytes buffer is empty/full.
When accessing BASIC, CODE, DATA and SCREEN$ files through streams, remember
that these files start with a 9 bytes header and the actual data starts at
byte 10.

To copy a file into another, use:

SAVE d1;"file1" TO d2;"file2"

Since the SAVE TO command uses all the RAM available, when it has finished a
system reset occurs.

You can LOAD/SAVE single disk sectors with this syntax:

LOAD @d,t,s,address
SAVE @d,t,s,address

where 'd' is a drive number (1 or 2)
't' is the track number (0..79 + 128 if side 1)
's' is the sector number (1..10)
'address' is the address of the 512 bytes buffer

For example, you may read the first sector of the disk (which holds file
descriptors number 0 and 1) with LOAD @1,0,1,40000.

DISCiPLE GDOS recognizes the Microdrive syntax, so you can enter commands
like this:

LOAD *"m";1;"pippo"

which will load the BASIC program pippo from drive 1. All your microdrive
programs should run over GDOS without modifications. Remember that PlusD
does not support the IF1 syntax.

Интересные интерфейсы. И DOS для них написали несколько.