diff --git a/README.md b/README.md index e3ed1d9..d396063 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,14 @@ Compilation: (requires mads newer than 2023-09-13) - `mads scorchC64.asm -o:scorchC64.prg` for C64 version (WIP, not playable yet) Update of the official Atari 8-bit cartridge from Mq: +- turn off the computer, insert Scorch cartridge +- turn the computer while pressing OPTION key. The cart will pass control to the boot process. - boot `scorch_fl.atr` from e.g. SIO2SD, SIO2PC or a large floppy -- insert the cartridge - do what the flasher application says on the screen. - do not despair if something goes wrong, just reboot, the reinsert cart, etc. -- it is smoother with QMeg OS, because there you can insert the cart, turn on your Atari, jump to the QMeg menu, and boot the `scorch_fl.atr` from there. No need to insert the cart into the running Atari. -WARNING | ADVERTENCIA |警告 | AVERTISSEMENT | चेतावनी | WARNUNG | ПРЕДУПРЕЖДЕНИЕ | UWAGA | POZOR !!! +WARNING | ADVERTENCIA |警告 | AVERTISSEMENT | चेतावनी | WARNUNG | ПРЕДУПРЕЖДЕНИЕ | UWAGA | POZOR + This is not an official cart manufacturer's (Mq) flasher, it is a collective and separate community effort. Be responsible, don't drink and flash your car(t). Better yet, do not flash it at all. In fact, to preserve the historical value of the artifact we strongly discourage from opening the game box and inserting the cartridge anywhere, especially into unauthorized orifices. diff --git a/constants.asm b/constants.asm index 44756d7..dea4adc 100644 --- a/constants.asm +++ b/constants.asm @@ -615,7 +615,7 @@ CreditsStart dta d"You were playing"^ dta d"Scorch"^ dta d"Warsaw, Miami"^ - dta d"2000-2024"^ + dta d"2000-2025"^ dta d" "* dta d"Programming"^ dta d"Tomasz 'Pecus' Pecko"^ diff --git a/scorch.bin b/scorch.bin index 1f264ea..173588f 100644 Binary files a/scorch.bin and b/scorch.bin differ diff --git a/scorch.car b/scorch.car index 9778fe7..f534b88 100644 Binary files a/scorch.car and b/scorch.car differ diff --git a/scorch.xex b/scorch.xex index 0a6b7be..eca68f2 100644 Binary files a/scorch.xex and b/scorch.xex differ diff --git a/scorch_cart.xex b/scorch_cart.xex index 804c74f..7be3720 100644 Binary files a/scorch_cart.xex and b/scorch_cart.xex differ diff --git a/scorch_fl.atr b/scorch_fl.atr index c1e0735..7975eac 100644 Binary files a/scorch_fl.atr and b/scorch_fl.atr differ