mirror of
https://github.com/stevenhowes/wbios.git
synced 2026-05-27 00:03:32 +01:00
d410ad0acb
Original source https://www.pcengines.ch/file/wbios111s.zip
22 lines
556 B
Plaintext
22 lines
556 B
Plaintext
;
|
|
; 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
|