Skip to content

Commit

Permalink
VERSION 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sy2002 committed Jun 22, 2023
1 parent 5408706 commit 218e702
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ length of a filename (including the file extension) of 40 characters then this
means 25,000 / 40 = 625 files.

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

[Download and read](https://github.com/sy2002/MiSTer2MEGA65/blob/develop/doc/wiki/assets/FPGAs_VHDL_First_Steps_v2p3.pdf)
[Download and read](https://github.com/sy2002/MiSTer2MEGA65/blob/master/doc/wiki/assets/FPGAs_VHDL_First_Steps_v2p3.pdf)
Helen DeBlumont's beginner "FPGAs with VHDL: First Steps" or go deep by working through the textbook
[The Designer's Guide to VHDL](https://picture.iczhiku.com/resource/eetop/sYiEyoAUyiEkPBBb.pdf)
by Peter J. Ashenden.
8 changes: 4 additions & 4 deletions bin/Version 5/R3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ is from mid 2023. Follow this instructions to upgrade:
https://mega65.atlassian.net/l/cp/1fkp5zvQ

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

Frequently asked questions:
https://github.com/MJoergen/C64MEGA65/blob/develop/FAQ.md
https://github.com/MJoergen/C64MEGA65/blob/master/FAQ.md

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

See who contributed to make this great MEGA65 core:
https://github.com/MJoergen/C64MEGA65/blob/develop/AUTHORS
https://github.com/MJoergen/C64MEGA65/blob/master/AUTHORS
4 changes: 2 additions & 2 deletions doc/cartridges.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ and replaced by the game you flashed. If you want to re-flash at a later stage
you need to either use a screwdriver, open the case, move the switch to the
PROG position, close the case again, start the MEGA65 while the cartridge
is inserted, re-flash using
[preferably this version of EasyProg](https://github.com/MJoergen/C64MEGA65/raw/develop/doc/assets/easyprog-dm.prg),
[preferably this version of EasyProg](https://github.com/MJoergen/C64MEGA65/raw/master/doc/assets/easyprog-dm.prg),
open the cartridge case with a screwdriver again, move the switch back to the
BOOT position, close the case again and you are good to go. CAUTION: Do not
fall for the temptation to not use the plastic case! See above, very first
Expand All @@ -157,7 +157,7 @@ team:
|----------------------------------|-----------------------------------|
| ![](assets/ef1cr-case-lydon.jpg) | ![](assets/ef1cr-case-sy2002.jpg) |

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

0 comments on commit 218e702

Please sign in to comment.