
Сообщение от
solegstar
how it is possible if the letter RAM-DISK is set as "D"?
Source code of this tr-dos version contain at begin small config:
Код:
;========== SETUP ==========
;------- select only one memory model ------
DEFINE RAM_ZX_PROFI_1024
; DEFINE RAM_PENTAGON_1024
; DEFINE RAM_SCORPION_1024
; DEFINE RAM_ZXM_PHOENIX
;------- select for autoboot tr-dos ------
; DEFINE RUN_BOOT_B_ON_DOS_START
; BOOT_ON_CMD_8
;------- select for enable testing drives -------
; DEFINE TEST_DRIVES
;------- select for madrom support -------
; DEFINE COMPILE_FOR_MADROM
;------- select for active patch for fix HL' register -------
DEFINE FIX_HL
;------- select for enable NMI code -------
; DEFINE NMI_ENABLE
;------- number of ramdisc drive -------
RMD_DRIVE EQU #03 ;ramdisc on drive A(#00),B(#01),C(#02),D(#03)
;------- ramdisc size (free space) --------
RMD_SIZE EQU #09F0 ;ramdisc size(only free sectors = full capacity - 16 sectors)
;( #0DF0=896kB / #0BF0=768kB / #09F0=640kB / #07F0=512kB / #05F0=384kB / #03F0=256kB / #01F0=128kB )
You can change ramdisc drive on this lines to value #00:
;------- number of ramdisc drive -------
RMD_DRIVE EQU #03 ;ramdisc on drive A(#00),B(#01),C(#02),D(#03)
I can send you trdos compiled with ramdisc drive on "A" :-)
I use WDC in service rom(start after reset/power on ZX) and this tr-dos with ramdisc on "A". WDC after start show FAT32 + drive "A". Problems is with some booters (ofter use custom loaders and work only with real FDD).
---------- Post added at 15:04 ---------- Previous post was at 14:17 ----------
Here is screenshot of same trdos 6.11q compiled with ramdisc on drive "A":

And here you can download all 4 ROM images with trdos 6.11q with ramdisc on drive A:
http://velesoft.speccy.cz/other/TRDO...ETAVERSION.zip