mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-11 22:30:59 +00:00
Merge branch 'master' of https://github.com/a2-4am/4cade
This commit is contained in:
commit
75592790ed
@ -43,6 +43,7 @@
|
|||||||
- properly set alternate display mode on IIgs (affected Centipede, Mr. Do, and others)
|
- 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
|
- 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
|
- 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
|
# Revision 1 / serial number 190720
|
||||||
|
|
||||||
|
@ -248,6 +248,12 @@ ProDOS_enter
|
|||||||
adc #1
|
adc #1
|
||||||
and #$fe
|
and #$fe
|
||||||
sta sizehi
|
sta sizehi
|
||||||
|
lda bleftlo
|
||||||
|
adc #$ff
|
||||||
|
lda blefthi
|
||||||
|
adc #1
|
||||||
|
and #$fe
|
||||||
|
sta blefthi
|
||||||
|
|
||||||
@skip_align
|
@skip_align
|
||||||
jsr hddrdwrpart
|
jsr hddrdwrpart
|
||||||
|
Loading…
x
Reference in New Issue
Block a user