Skip to content

Commit 42dbe9d

Browse files
committed
RELEASE 1
1 parent 5ff3959 commit 42dbe9d

File tree

12 files changed

+32
-145
lines changed

12 files changed

+32
-145
lines changed

AUTHORS

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ done in 2022 by
55
* MJoergen github.com/MJoergen
66
* sy2002 github.com/sy2002 www.sy2002.de
77

8-
C64MEGA65 is licensed under the terms of GNU/GPL v3, for more information please read the file LICENSE
9-
Parts of C64MEGA65 are licensed under other Free-software licenses as described in the source code
8+
C64MEGA65 is licensed under the terms of GNU/GPL v3, for more information please read the file LICENSE.
9+
Parts of C64MEGA65 are licensed under other Free-software licenses as described in the source code.
10+
11+
Special thanks for countless hours of testing, sparring, advise and other
12+
valuable support (in alphabetical order): adtbm, deft & lydon
1013

1114
C64MEGA65:
1215
----------

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@ License & Credit
7070

7171
* We will give you credit in the AUTHORS file.
7272

73-
* It is unlikely that we will mention you in the splash screen of the core
74-
or in the publicly visible list of authors (currently MJoergen & sy2002)
75-
as long as your contributions are not equal to ours.
73+
* It is unlikely that we will mention you in the "About & Help" screens of the
74+
core or in the publicly visible list of authors, which are currently
75+
MJoergen & sy2002, as long as your contributions are not equal to ours.

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,14 +102,32 @@ to learn more.
102102
Since we do this as a hobby, it might take a year or longer until these
103103
things 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+
105117
Installation
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+
108125
1. [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.
113131
3. 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.
119137
5. 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

122142
If you are a developer and/or have a JTAG adaptor connected to your MEGA65,
123143
then you can use the `.bit` file from the ZIP instead of the `.cor` file:

VERSIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Version 1 - April, 26 2022
2-
====================================
2+
==========================
33

44
Experience the Commodore 64 with great accuracy and sublime compatibility
55
on your MEGA65! It can run a ton of games and demos and it offers convenient

doc/demopics/c64mega65-1.jpg

120 KB
Loading

doc/demopics/c64mega65-2.jpg

90.1 KB
Loading

doc/demopics/c64mega65-3.jpg

65.2 KB
Loading

doc/demopics/c64mega65-4.jpg

136 KB
Loading

doc/demopics/c64mega65-5.jpg

194 KB
Loading

doc/demopics/c64mega65-6.jpg

366 KB
Loading

0 commit comments

Comments
 (0)