Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download

  1. turnturbooff
  2.         ld e,6+8 ;textmode + noturbo
  3.         OS_SETGFX
  4.         YIELD
  5.         YIELD
  6.         YIELD
  7.         ret
  8.  
  9. turnturboon
  10.         ld e,6 ;textmode
  11.         OS_SETGFX
  12.         ret
  13.