diff --git a/res/history.md b/res/history.md index 073cd6d5e..34662b0d4 100644 --- a/res/history.md +++ b/res/history.md @@ -43,6 +43,7 @@ - properly set alternate display mode on IIgs (affected Centipede, Mr. Do, and others) - no longer crashes after loading a double hi-res screenshot from a SCSI hard drive - pressing Space will now also show a game's screenshots, as well as Tab + - Small high score files (e.g. Apple Cider Spider) are saved # Revision 1 / serial number 190720 diff --git a/src/prodos.impl.a b/src/prodos.impl.a index c050175e2..aab6ecd31 100644 --- a/src/prodos.impl.a +++ b/src/prodos.impl.a @@ -248,6 +248,12 @@ ProDOS_enter adc #1 and #$fe sta sizehi + lda bleftlo + adc #$ff + lda blefthi + adc #1 + and #$fe + sta blefthi @skip_align jsr hddrdwrpart