fixed bug in source file

This commit is contained in:
Jakub Husak
2020-11-04 21:13:05 +01:00
parent 8ad4051583
commit b9d39da9a7
3 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ flashoppreamble
; PROCEDURE ; PROCEDURE
flashformatchip2 flashformatchip2
ldx #$40 ldx #$40
dat { bit.w } dta { bit.w }
flashformatchip flashformatchip
ldx #0 ldx #0
sei sei
+11 -11
View File
@@ -1,8 +1,8 @@
Umieść ten plik na dysku, w pliku atr lub po prostu skopiuj i uruchom z sio2sd lub innego urządzenia, które pozwala na uruchomienie plików wykonywalnych. Uruchom flasher z włączoną opcją BASIC (konieczne jest uruchomienie z MEMTOP ustawionym jako $A000) Kiedy program pisze: Umieść ten plik na dysku, w pliku atr lub po prostu skopiuj i uruchom z sio2sd lub innego urządzenia, które pozwala na uruchomienie plików wykonywalnych. Uruchom komputer z wciśniętym OPTION. Wtedy albo:
1. komputer się uruchomi i pozwoli wczytać flasher,
Insert Cartridge albo
2. uruchomi się kartridż.
Delikatnie włóż kartridż w gniazdo. W drugim przypadku, należy trzymając OPTION po kilka-kilkanaście razy kilka razy na sekundę wciskać klawisz RESET, aż zaziała tzw. błąd resetu i komputer zbootuje się na zimno i pozwoli wczytać flasher.
Gdy wszystko pójdzie dobrze, pojawi się menu: Gdy wszystko pójdzie dobrze, pojawi się menu:
@@ -18,6 +18,7 @@ Po kilku popikiwaniach i przerwach flasher kończy pracę.
Finished. Finished.
__NIE PRZERYWAJ PRACY PODCZAS FLASHOWANIA!!! (tzn. gdy flasher nie odczytuje z dysku, a zapisuje do kartridża)__ __NIE PRZERYWAJ PRACY PODCZAS FLASHOWANIA!!! (tzn. gdy flasher nie odczytuje z dysku, a zapisuje do kartridża)__
Można to zrobić podczas czytania danych z pliku.
@@ -27,12 +28,10 @@ __NIE PRZERYWAJ PRACY PODCZAS FLASHOWANIA!!! (tzn. gdy flasher nie odczytuje z d
EN: EN:
Please put those file on disk, or on atr file or simply copy and run from sio2sd or another device which allows running executables. Please put those file on disk, or on atr file or simply copy and run from sio2sd or another device which allows running executables.
Run flasher _WITH_ BASIC enabled (there is a need to run with MEMTOP set as $A000) Turn on your Atari with OPTION. Then one of two cases will occur:
When program says: 1. computer boots up from device and runs flasher,
2. the cartridge will run.
Insert Cartridge In the second case, holding OPTION press several times in series (a few presses per second) RESET key untill so-called reset bug will occur and computer will boot up and let run the flasher.
put the cartridge into cart slot gently.
When all is ok, the menu will appear: When all is ok, the menu will appear:
@@ -48,3 +47,4 @@ After some beeps and pauses the flasher finishes it's job.
Finished. Finished.
__DO NOT BREAK THE JOB DURING FLASHING!!! (ie when flasher does not read from the disk)__ __DO NOT BREAK THE JOB DURING FLASHING!!! (ie when flasher does not read from the disk)__
You are free to do it during read from device.