@@ -102,14 +102,32 @@ to learn more.
102102Since we do this as a hobby, it might take a year or longer until these
103103things are supported. So please bear with us or [ help us] ( CONTRIBUTING.md ) .
104104
105+ Some demo pictures
106+ ------------------
107+
108+ | ![ c64-1] ( doc/demopics/c64mega65-1.jpg ) | ![ c64-2] ( doc/demopics/c64mega65-2.jpg ) | ![ c64-3] ( doc/demopics/c64mega65-3.jpg ) |
109+ | :-----------------------------------------:| :----------------------------------------:| :--------------------------------------:|
110+ | * Core Menu* | * Disk mounting / file browser* | * Giana Sisters* |
111+ | ![ c64-4] ( doc/demopics/c64mega65-4.jpg ) | ![ c64-5] ( doc/demopics/c64mega65-5.jpg ) | ![ c64-6] ( doc/demopics/c64mega65-6.jpg ) |
112+ | * Neon/Triad* | * Memento Mori/Genesis Project* | * Relentless* |
113+
114+ Clarification: These screenshots are just for illustration purposes.
115+ This repository does not contain any copyrighted material.
116+
105117Installation
106118------------
107119
120+ Make sure that you have a MEGA65 R3, R3A or newer. At the moment, we are not
121+ supporting older R2 machines. If you are not sure what MEGA65 version you have
122+ then you very probably have an R3, R3A or newer: The Devkits are R3 and the
123+ machines from Trenz are R3A.
124+
1081251 . [ Download] ( https://github.com/MJoergen/C64MEGA65/releases/download/V1/C64MEGA65-V1.zip )
109126 the ZIP file that contains the bitstream and the core file and unpack it.
110- 2 . Choose the right subfolder depending on the type of your MEGA65:
111- ` R2 ` or ` R3 ` . Right now, we are only supporting the MEGA65 ` R3 ` , so
112- choose ` R3 ` . You will need the ` .cor ` file.
127+ 2 . Copy the ` .cor ` file on an SD card that has been formatted using the
128+ MEGA65's built-in formatting tool. If you want to be on the safe side, just
129+ use the internal SD card (bottom tray), which is formatted like this
130+ by default.
1131313 . Read the section "How do I install an alternative MEGA65 core?" on the
114132 [ alternative MEGA65 cores] ( https://sy2002.github.io/m65cores/index.html )
115133 website or read the section "Bitstream Utility" in the
@@ -118,6 +136,8 @@ Installation
118136 for the C1541 at drive 8.
1191375 . If you put your disk images into a folder called ` /c64 ` , then the core will
120138 display this folder on startup. Otherwise the root folder will be shown.
139+ 6 . Press the <kbd >Help</kbd > key on your MEGA65 keyboard as soon as the core
140+ is running to mount disks and to configure the core.
121141
122142If you are a developer and/or have a JTAG adaptor connected to your MEGA65,
123143then you can use the ` .bit ` file from the ZIP instead of the ` .cor ` file:
0 commit comments