Важная информация

User Tag List

Страница 2 из 2 ПерваяПервая 12
Показано с 11 по 15 из 15

Тема: RAMDISC in TRDOS

  1. #11
    Master Аватар для VELESOFT
    Регистрация
    04.04.2007
    Адрес
    Praha
    Сообщений
    752
    Спасибо Благодарностей отдано 
    2
    Спасибо Благодарностей получено 
    33
    Поблагодарили
    14 сообщений
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    По умолчанию

    Цитата Сообщение от VELESOFT Посмотреть сообщение
    My idea:
    create official WEB for TRDOS roms and documentation and release all possible trdos versions.
    This page contain different trdos rom versions, but without any documentation

    http://www.zxspectrum.it/_TR.htm
    Последний раз редактировалось VELESOFT; 01.12.2009 в 22:59.

  2. #12
    Guru
    Регистрация
    03.01.2006
    Адрес
    Рязань
    Сообщений
    2,935
    Спасибо Благодарностей отдано 
    0
    Спасибо Благодарностей получено 
    1
    Поблагодарили
    1 сообщение
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    По умолчанию

    Цитата Сообщение от VELESOFT Посмотреть сообщение
    Where I must modify code in TRDOS rom, if I need set ramdisk on drive A: ?
    A = ramdisc
    B = fdd B
    C = fdd c
    D = fdd d

    Or set ramdisc in all drives ?
    A = ramdisc
    B = ramdisc
    C = ramdisc
    D = ramdisc
    Open DOSprogs.H and look for TCH1 label. Replace CP #03 with your value.

    ---------- Post added at 15:13 ---------- Previous post was at 15:10 ----------

    Цитата Сообщение от VELESOFT Посмотреть сообщение
    This page conatin different trdos rom versions, but without any documentation

    http://www.zxspectrum.it/_TR.htm
    This archive contains version tree of TR-DOS: http://alonecoder.nedopc.com/zx/TRDOSES.rar

  3. #13
    Master Аватар для VELESOFT
    Регистрация
    04.04.2007
    Адрес
    Praha
    Сообщений
    752
    Спасибо Благодарностей отдано 
    2
    Спасибо Благодарностей получено 
    33
    Поблагодарили
    14 сообщений
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    По умолчанию

    Цитата Сообщение от alone Посмотреть сообщение
    Open DOSprogs.H and look for TCH1 label. Replace CP #03 with your value.

    ---------- Post added at 15:13 ---------- Previous post was at 15:10 ----------


    This archive contains version tree of TR-DOS: http://alonecoder.nedopc.com/zx/TRDOSES.rar
    Your archive contain my version of BETACRACK trdos rom.
    This is my original BETACRACK directory with all sources and new ENGLISH info:
    http://velesoft.speccy.cz/other/betacrack.zip



    ENGLISH INFO FOR BETACRACK ROM:
    Код:
    new TRDOSu 5.03 version (BETACRACK).
    TRDOS503EXTRA.ROM is trdos rom with monitor. For monitor activation
    you must press SHIFT if software access to disc via call #3D13(15635).
    
    NEWS:
    - new test of 128kB page number
    - test 128kB memory page will call only after press key 1 or 2
      in monitor
      Key 1 test 128kB page and set first videoram (show monitor)
      Key 2 test 128kB page and set second videoram (show screen in vram 2)
    Some TRDOS software can call trdos services with active 2nd videoram.
    After start monitor will show only 2nd videoram and for show monitor
    you must press key 1. Before exit from monitor press key 2 for return
    with correct screen.
    
    TRDOS503AUTO.ROM is identical trdos version, only after call trdos
    service 5 always show monitor. For other services you must press SHIFT.
    
    All sources for assembler PROMETHEUS 128 is included. 
    In 128kB page 0 is from adress 49152 original TRDOS 5.03 with
    included ZX font at adress 62000 a with monitor.
    File "meziprom11auto.SNA" is runnable source code(assembly to
    adress 45000 (???).
    File "meziprom11romauto.SNA" is source code with modified adress
    ORG,PUT and ZNAKSADA, needed for final assembly to 128kB page 0 with
    TRDOS.(in page 0 is yet modified TRDOS, you can save this trdos rom
    as CODE 49152,16384.
    
    TRDOS503ALL.ROM is next version, but start monitor after call any
    trdos service via #3D13
    
    Next planed trdos versions:
    - start monitor also at next rom adress
    - memory editor
    - DEC/HEX support in monitor
    - show memory contents from (AF),(HL),(DE),(BC),(IX),(IY),(SP)
    - after LOAD block form FDD will possible export this file to
      tape.
    - test 128kB memory page will work also with pentagon 512
    - new font 8*4 pixels=64 chars on line
    - this modifications will implemented to trdos 5.04 version

  4. #14
    Master Аватар для VELESOFT
    Регистрация
    04.04.2007
    Адрес
    Praha
    Сообщений
    752
    Спасибо Благодарностей отдано 
    2
    Спасибо Благодарностей получено 
    33
    Поблагодарили
    14 сообщений
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    По умолчанию

    Цитата Сообщение от alone Посмотреть сообщение
    Open DOSprogs.H and look for TCH1 label. Replace CP #03 with your value.
    I rewrite on TRDOS 6.10E instructions:
    LD A,(#5CF6) + CP #03
    to
    LD A,(#5CF6) + CP #00

    This version of TRDOS contain this code 4x :
    #0833
    #3800
    #3912
    #3924

    After start work ramdisk in drive A.
    After switch to drive B or C will FDD tested, but D show OK without testing drive D. It's correct ?

    This is original TRDOS 6.10E + modified (ramdisc in A):
    http://velesoft.speccy.cz/other/trdos-6-10e(test).zip
    Последний раз редактировалось VELESOFT; 15.11.2009 в 02:45.

  5. #15
    Guru
    Регистрация
    15.01.2005
    Адрес
    USSR
    Сообщений
    2,038
    Спасибо Благодарностей отдано 
    0
    Спасибо Благодарностей получено 
    2
    Поблагодарили
    2 сообщений
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    По умолчанию

    Извиняюсь за оффтоп, но в 1993 году я сделал RAMDISK, ориентированнный только на Ассемблер GENS-128.
    В принципе, ramdisk работает в любых ситуациях.
    Попробуйте скачать GENS-128 с моего сайта
    http://wlodeks.narod.ru/zxnet/soft/soft.htm
    , может, разберётесь...

Страница 2 из 2 ПерваяПервая 12

Информация о теме

Пользователи, просматривающие эту тему

Эту тему просматривают: 1 (пользователей: 0 , гостей: 1)

Похожие темы

  1. Speccy2007 v1.06 (128 + AY + TRDOS)
    от syd в разделе Speccy-2007/2010
    Ответов: 474
    Последнее: 15.01.2020, 21:54
  2. TRDOS VERSIONS
    от VELESOFT в разделе Оси
    Ответов: 4
    Последнее: 03.05.2008, 23:42
  3. TRDOS для Neo
    от ILoveSpeccy в разделе Внешние накопители
    Ответов: 20
    Последнее: 08.03.2008, 15:04
  4. TRDOS rom with monitor
    от VELESOFT в разделе Оси
    Ответов: 1
    Последнее: 12.08.2007, 17:53
  5. Объединение файлов в TRDOS
    от moroz1999 в разделе Софт
    Ответов: 9
    Последнее: 21.01.2007, 21:58

Ваши права

  • Вы не можете создавать новые темы
  • Вы не можете отвечать в темах
  • Вы не можете прикреплять вложения
  • Вы не можете редактировать свои сообщения
  •