Changeset 288 in xtideuniversalbios


Ignore:
Timestamp:
Mar 2, 2012, 12:33:46 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Changed wip string to beta character.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Main.asm

    r285 r288  
    5858        db  " (XT)=-",NULL
    5959%endif
    60     at  ROMVARS.szVersion,  db  "v2.0.0_wip (",__DATE__,")",NULL
     60    at  ROMVARS.szVersion,  db  "v2.0.0",BETA," (",__DATE__,")",NULL
    6161
    6262;;; For OR'ing into wFlags below
     
    257257    %include "AH41h_CheckIfExtensionsPresent.asm"
    258258%endif
    259 
    260 
    261 ; Fill with zeroes until size is what we want
    262 ;times (CNT_ROM_BLOCKS*512)-($-$$) db 0
Note: See TracChangeset for help on using the changeset viewer.