Initial commit of 1.11 source as released by PC Engines

Original source https://www.pcengines.ch/file/wbios111s.zip
This commit is contained in:
Steve Howes
2023-07-25 16:17:48 +01:00
commit d410ad0acb
57 changed files with 13831 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
;
; Reset vector
;
; (C)1997-2001 Pascal Dornier / PC Engines; All rights reserved.
; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
;
safeorg 0fff0h ;at F000:FFF0
jmp far 0f000h:reset
dw STARTOFS ;this is used and overwritten by
;the BIOSSUM utility.
; The following items are added by the BIOSSUM utility:
;
; db "00/00/00" ;assembly date in mm/dd/yy format
; ;filled in by BIOSSUM utility
;
; db 0ffh ;empty
; db 0fch ;model byte = AT
; db 0 ;checksum goes here - added by BIOSSUM
; ;utility