Skip to content

Commit 218e702

Browse files
committed
VERSION 5
1 parent 5408706 commit 218e702

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ length of a filename (including the file extension) of 40 characters then this
318318
means 25,000 / 40 = 625 files.
319319

320320
You might find
321-
[this bash script](https://github.com/MJoergen/C64MEGA65/tree/develop/M2M/tools/mover.sh)
321+
[this bash script](https://github.com/MJoergen/C64MEGA65/blob/master/M2M/tools/mover.sh)
322322
helpful. You can run it inside a folder with a lot of files and afterwards you
323323
have a directory structure `a .. z` and the files are moved there by name,
324324
plus you will have a folder called `0` where all the files that start with
@@ -392,7 +392,7 @@ Moreover, the
392392
[#learn-fpga-dev](https://discord.com/channels/719326990221574164/1057791653517209601)
393393
channel on Discord is a great place to meet likeminded people and to ask questions.
394394

395-
[Download and read](https://github.com/sy2002/MiSTer2MEGA65/blob/develop/doc/wiki/assets/FPGAs_VHDL_First_Steps_v2p3.pdf)
395+
[Download and read](https://github.com/sy2002/MiSTer2MEGA65/blob/master/doc/wiki/assets/FPGAs_VHDL_First_Steps_v2p3.pdf)
396396
Helen DeBlumont's beginner "FPGAs with VHDL: First Steps" or go deep by working through the textbook
397397
[The Designer's Guide to VHDL](https://picture.iczhiku.com/resource/eetop/sYiEyoAUyiEkPBBb.pdf)
398398
by Peter J. Ashenden.

bin/Version 5/R3/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ is from mid 2023. Follow this instructions to upgrade:
5353
https://mega65.atlassian.net/l/cp/1fkp5zvQ
5454

5555
Learn more including how to install by reading the manual:
56-
https://github.com/MJoergen/C64MEGA65/blob/develop/README.md
56+
https://github.com/MJoergen/C64MEGA65/blob/master/README.md
5757

5858
Frequently asked questions:
59-
https://github.com/MJoergen/C64MEGA65/blob/develop/FAQ.md
59+
https://github.com/MJoergen/C64MEGA65/blob/master/FAQ.md
6060

6161
Learn more about constraints and the roadmap:
62-
https://github.com/MJoergen/C64MEGA65/blob/develop/ROADMAP.md
62+
https://github.com/MJoergen/C64MEGA65/blob/master/ROADMAP.md
6363

6464
See who contributed to make this great MEGA65 core:
65-
https://github.com/MJoergen/C64MEGA65/blob/develop/AUTHORS
65+
https://github.com/MJoergen/C64MEGA65/blob/master/AUTHORS

doc/cartridges.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ and replaced by the game you flashed. If you want to re-flash at a later stage
143143
you need to either use a screwdriver, open the case, move the switch to the
144144
PROG position, close the case again, start the MEGA65 while the cartridge
145145
is inserted, re-flash using
146-
[preferably this version of EasyProg](https://github.com/MJoergen/C64MEGA65/raw/develop/doc/assets/easyprog-dm.prg),
146+
[preferably this version of EasyProg](https://github.com/MJoergen/C64MEGA65/raw/master/doc/assets/easyprog-dm.prg),
147147
open the cartridge case with a screwdriver again, move the switch back to the
148148
BOOT position, close the case again and you are good to go. CAUTION: Do not
149149
fall for the temptation to not use the plastic case! See above, very first
@@ -157,7 +157,7 @@ team:
157157
|----------------------------------|-----------------------------------|
158158
| ![](assets/ef1cr-case-lydon.jpg) | ![](assets/ef1cr-case-sy2002.jpg) |
159159

160-
[This version of EasyProg](https://github.com/MJoergen/C64MEGA65/raw/develop/doc/assets/easyprog-dm.prg)
160+
[This version of EasyProg](https://github.com/MJoergen/C64MEGA65/raw/master/doc/assets/easyprog-dm.prg)
161161
is from the creator of the EF 1CR and is recommended for re-flashing the
162162
EF 1CR. You can also use
163163
[EasyProg 1.8.1 or newer](https://github.com/KimJorgensen/easyflash/releases).

0 commit comments

Comments
 (0)