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
+25
View File
@@ -0,0 +1,25 @@
;
; BIOS messages
;
; (C)1997-2003 Pascal Dornier / PC Engines; All rights reserved.
; This file is licensed pursuant to the COMMON PUBLIC LICENSE 0.5.
;
; DO NOT DELETE the following string ! (does not need to be displayed)
db "tinyBIOS V1.4a (C)1997-2005 PC Engines",13,10,10,0
;
; Error messages
;
msg_parit: db "Parity Error !",13,10,0
msg_iochk: db "I/O channel NMI !",13,10,0
msg_halt: db "System halted.",0
msg_noboot: db "No boot device available, press Enter to continue.",13,10,0
msg_base: db " KB Base Memory",13,10,0
msg_ext: db " KB Extended Memory",13,10,0
msg_crlf: db 13,10,0
msg_kbd: db "Keyboard failure.",13,10,0
msg_bs: db 8,8,8,8,8,0
#if def HD_WAIT
msg_wait: db "Waiting for HDD "
msg_dot: db ".",0
#endif