?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. ;------------------------
  2. gfx_modes
  3.         dw  m_ddp
  4.         dw  m_16c
  5.         dw  m_atm
  6.  
  7. m_ddp   db "ddp/",0
  8. m_16c   db "16c/",0
  9. m_atm   db "atm/",0
  10. ;------------------------
  11. loc_modes
  12.         dw l_eng
  13.         dw l_rus
  14.  
  15. l_eng   db "eng/",0
  16. l_rus   db "rus/",0
  17.  
  18.  
  19. mus_modes
  20.         dw s_aym
  21.         dw s_s98
  22.  
  23. s_aym:  db "aym",0
  24. s_s98:  db "s98",0
  25.  
  26. ;==
  27. plr_ext
  28.         dw e_aym
  29.         dw e_s98
  30.  
  31. e_aym   db "PT3",0
  32. e_s98   db "s98",0
  33.  
  34. v_modes
  35.         dw v_df ;/default version
  36.         dw v_dc ;/director's cut
  37. v_df    db "df/",0
  38. v_dc    db "dc/",0
  39.  
  40. mus_plr_path db "_plr.bin",0
  41. ;------------------------
  42.