Skip to content

Commit

Permalink
Minor Look&Feel fixes. #672
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Rehwagen committed Oct 18, 2024
1 parent 4bac7c7 commit b8a5416
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Loader/videoDisplay.asm
Original file line number Diff line number Diff line change
Expand Up @@ -532,15 +532,15 @@ LoaderDisplayTextAtXY proc near
LoaderDisplayTextAtXY endp


loaderLoadingText char VBAR, ' Loading Ensemble... ', VBAR
loaderLoadingText char VBAR, ' Loading PC/GEOS Ensemble... ', VBAR
loaderLoadingBoxTop char ULCORNER
char ((size loaderLoadingText) - 2) dup (HBAR)
char URCORNER
loaderLoadingBoxBot char LLCORNER
char ((size loaderLoadingText) - 2) dup (HBAR)
char LRCORNER

loaderCopyrightText char 'Copyright (c) Breadbox Computer Company LLC 2002. All Rights Reserved'
loaderCopyrightText char 'Copyright (C) blueway.Softworks 2018-2024. All Rights Reserved'



Expand Down
8 changes: 4 additions & 4 deletions Loader/videoVGA.asm
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ LoaderDisplayVGA proc near
;(Can't do this before setting the video mode.)
; (from VGAlike/VGA/vgaAdmin.asm::VidScreenOff)

;; mov ah, ALT_SELECT ; choose BIOS function number
;; mov bl, VIDEO_SCREEN_ON_OFF ; choose sub-function number
;; mov al, VGA_DISABLE_VIDEO ; disable it this time
;; int VIDEO_BIOS
mov ah, ALT_SELECT ; choose BIOS function number
mov bl, VIDEO_SCREEN_ON_OFF ; choose sub-function number
mov al, VGA_DISABLE_VIDEO ; disable it this time
int VIDEO_BIOS

; If we have an image to blast up, skip the text options.
; j- 4/16/93
Expand Down
Binary file modified Tools/build/product/bbxensem/Images/lastword.000
Binary file not shown.
5 changes: 3 additions & 2 deletions Tools/build/product/bbxensem/Template/geos.ini
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,12 @@ application/pdf PDF PDFV,0
useLongname = FALSE

[screen 0]
PCDEMO(device = VGA: 640x480 16-color)
PCDEMO(device = VESA Compatible Super VGA: 800x600 16-color)
PCDEMO(driver = EC-dos(svga.geo))
GERMAN(NTDEMO(device = VESA kompatible SuperVGA: 800x600 64K Farben))
AMENGLISH(NTDEMO(device = VESA Compatible Super VGA: 800x600 16-color))
NTDEMO(driver = EC-dos(vga16.geo))
NTDEMO(device = VESA Compatible Super VGA: 800x600 16-color)
NTDEMO(driver = EC-dos(svga.geo))

[mouse]
NTDEMO(device = Microsoft Serial)
Expand Down

0 comments on commit b8a5416

Please sign in to comment.