mirror of
https://github.com/stevenhowes/wbios.git
synced 2026-05-26 15:53:34 +01:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user