From 8d1b47324306b4dc99a0cb648a951d65beda5ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sat, 11 Mar 2023 20:07:05 +0200 Subject: [PATCH] Remove unnecessary test code from wallpaper loading --- ponydos.asm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ponydos.asm b/ponydos.asm index 27cd574..9b1d8b6 100644 --- a/ponydos.asm +++ b/ponydos.asm @@ -65,12 +65,6 @@ initialize_mouse: .done: load_wallpaper: - ; Clear screen with asterisks and 15-0 background-foreground - mov ax, 0xf000 + '*' - mov cx, 25*80 - mov di, WALLPAPER - rep stosw - mov ax, 1 mov bl, [boot_disk] mov cx, 8