From eede8b491b6df5785f79032b90e053ce57ea7d4a Mon Sep 17 00:00:00 2001 From: Maximilian Rehkopf Date: Tue, 3 Jul 2012 16:21:46 +0200 Subject: [PATCH] menu: properly init P register for gettimt --- snes/time.a65 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snes/time.a65 b/snes/time.a65 index 987ea4c..d10de79 100644 --- a/snes/time.a65 +++ b/snes/time.a65 @@ -499,6 +499,8 @@ time_dec_y1_normal rts gettime + php + sep #$20 : .as lda #$0d sta $2801 lda $2800 @@ -526,6 +528,7 @@ gettime sta time_y10 lda $2800 sta time_y100 + plp rts rendertime