From d6a6fa0263603c2285563bb86eff7345dc00b8aa Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Mon, 7 May 2001 19:26:12 +0000 Subject: [PATCH] hopefully will fix Rom header stuff --- zsnes/src/dos/dosintrf.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/dos/dosintrf.asm b/zsnes/src/dos/dosintrf.asm index 0d49a018..171b0215 100644 --- a/zsnes/src/dos/dosintrf.asm +++ b/zsnes/src/dos/dosintrf.asm @@ -395,8 +395,10 @@ NEWSYM File_Seek pushad call ZFileSeek popad + cmp byte[ZFileSeekError], 1 mov ax,dx mov dx,cx + clc ret ; seek to cx:dx from 0 position, return carry as error mov ax,4200h