Skip to content

Commit 0494575

Browse files
committed
VERSION 1.3
1 parent 2d04624 commit 0494575

14 files changed

+63
-11
lines changed

CORE/CORE-R3.xpr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- -->
44
<!-- Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. -->
55

6-
<Project Version="7" Minor="61" Path="/home/mike/git/sy2002/zxuno4mega65/CORE/CORE-R3.xpr">
6+
<Project Version="7" Minor="61" Path="/media/psf/Home/Documents/Privat/GNR/dev/MEGA65/zxuno4mega65/CORE/CORE-R3.xpr">
77
<DefaultLaunch Dir="$PRUNDIR"/>
88
<Configuration>
99
<Option Name="Id" Val="926450cd97ce43fe9c0a128c0d719455"/>

CORE/CORE-R4.xpr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- -->
44
<!-- Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. -->
55

6-
<Project Version="7" Minor="61" Path="/home/mike/git/sy2002/zxuno4mega65/CORE/CORE-R4.xpr">
6+
<Project Version="7" Minor="61" Path="/media/psf/Home/Documents/Privat/GNR/dev/MEGA65/zxuno4mega65/CORE/CORE-R4.xpr">
77
<DefaultLaunch Dir="$PRUNDIR"/>
88
<Configuration>
99
<Option Name="Id" Val="926450cd97ce43fe9c0a128c0d719455"/>

CORE/CORE-R5.xpr

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- -->
44
<!-- Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. -->
55

6-
<Project Version="7" Minor="61" Path="/home/mike/git/sy2002/zxuno4mega65/CORE/CORE-R5.xpr">
6+
<Project Version="7" Minor="61" Path="/media/psf/Home/Documents/Privat/GNR/dev/MEGA65/zxuno4mega65/CORE/CORE-R5.xpr">
77
<DefaultLaunch Dir="$PRUNDIR"/>
88
<Configuration>
99
<Option Name="Id" Val="926450cd97ce43fe9c0a128c0d719455"/>
@@ -894,21 +894,21 @@
894894
<Attr Name="UsedIn" Val="simulation"/>
895895
</FileInfo>
896896
</File>
897-
<File Path="$PPRDIR/../M2M/vhdl/top_mega65-r6.vhd">
897+
<File Path="$PPRDIR/../M2M/vhdl/controllers/M65/audio.vhd">
898898
<FileInfo>
899899
<Attr Name="UsedIn" Val="synthesis"/>
900900
<Attr Name="UsedIn" Val="simulation"/>
901901
</FileInfo>
902902
</File>
903-
<File Path="$PPRDIR/../M2M/vhdl/controllers/M65/audio.vhd">
903+
<File Path="$PPRDIR/../M2M/vhdl/top_mega65-r5.vhd">
904904
<FileInfo>
905905
<Attr Name="UsedIn" Val="synthesis"/>
906906
<Attr Name="UsedIn" Val="simulation"/>
907907
</FileInfo>
908908
</File>
909909
<Config>
910910
<Option Name="DesignMode" Val="RTL"/>
911-
<Option Name="TopModule" Val="mega65_r6"/>
911+
<Option Name="TopModule" Val="mega65_r5"/>
912912
</Config>
913913
</FileSet>
914914
<FileSet Name="constrs_1" Type="Constrs" RelSrcDir="$PSRCDIR/constrs_1">

CORE/CORE-R6.xpr

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!-- -->
44
<!-- Copyright 1986-2022 Xilinx, Inc. All Rights Reserved. -->
55

6-
<Project Version="7" Minor="61" Path="/home/mike/git/sy2002/zxuno4mega65/CORE/CORE-R6.xpr">
6+
<Project Version="7" Minor="61" Path="/media/psf/Home/Documents/Privat/GNR/dev/MEGA65/zxuno4mega65/CORE/CORE-R6.xpr">
77
<DefaultLaunch Dir="$PRUNDIR"/>
88
<Configuration>
99
<Option Name="Id" Val="926450cd97ce43fe9c0a128c0d719455"/>

VERSIONS.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
Version 1.3 - September 17, 2024
1+
Version 1.3 - October 13, 2024
22
==============================
33

4-
Upgrade to latest M2M release 2.0.0
5-
6-
This fixes a number of minor bugs.
4+
Fixes a corruption of the HDMI output that occured on some MEGA65 machines
5+
delivered in 2024 or later (aka "R6" models).
76

87
Version 1.2 - January 27, 2024
98
==============================

bin/Version 1.3/README.md

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
ZX-Uno for MEGA65 Version 1.3
2+
=============================
3+
4+
ZX-Uno for MEGA65 Version 1.3 is stable and feature-rich. Thanks to ESXDOS and
5+
SD card support, loading software is easy. You can play a ton of classic
6+
ZX Spectrum games with it, including AY-3-8910 sound and thanks to ULAplus
7+
support certain games look even better than back in the good old days. Also,
8+
most demos and application programs are working. Last but not least, you can
9+
program in 48k BASIC.
10+
11+
The video output is either analog via the VGA port of the MEGA65 or digital
12+
via the HDMI port. Audio output is supported via the 3.5mm analog audio jack
13+
and via HDMI audio.
14+
15+
### Getting Started
16+
17+
1. If your MEGA65 was manufactured before 2024, then choose
18+
`zxuno-v1.3-r3.cor` otherwise choose `zxuno-v1.3-r6.cor`.
19+
20+
2. Make sure that you insert a prepared and FAT32 formatted SD card which is
21+
32 GB in size (or smaller) as described here before trying to start the core:
22+
https://github.com/sy2002/zxuno4mega65/wiki/Getting-Started
23+
24+
3. The ZX-Uno is not for the faint at heart, so make sure that you work
25+
through the Getting Started tutorial.
26+
27+
### Features
28+
29+
* The ZX-Uno core runs flawlessly (CPU, ULA incl. ULAplus, RAM, ROM, ...)
30+
* 48k BASIC
31+
* Analog (PAL 576p @ 50 Hz via the VGA port) and
32+
digital (HDMI port) video output
33+
* Analog (3.5mm analog audio jack) and digital (HDMI) audio output
34+
* Keyboard with a convenient key mapping
35+
* Joysticks
36+
* Ability to emulate a joystick via cursor keys. By default, a Sinclair
37+
joystick is emulated.
38+
* SD-Cards via ESXDOS
39+
40+
### List of not, yet working features
41+
42+
* On-Screen-Menu (aka "Help" menu or OSM) settings are not saved
43+
* Mouse
44+
* Attaching a real tape player via EAR
45+
* MIDI
46+
* UART
47+
* PZX Player
48+
* PENTAGON 512k Support
49+
* Expansion port
50+
51+
Additionally, see also the GitHub issues list:
52+
53+
https://github.com/sy2002/zxuno4mega65/issues

bin/Version 1.3/zxuno-v1.3-r3.bit

4.2 MB
Binary file not shown.

bin/Version 1.3/zxuno-v1.3-r3.cor

4.2 MB
Binary file not shown.

bin/Version 1.3/zxuno-v1.3-r4.bit

4.18 MB
Binary file not shown.

bin/Version 1.3/zxuno-v1.3-r4.cor

4.18 MB
Binary file not shown.

bin/Version 1.3/zxuno-v1.3-r5.bit

3.82 MB
Binary file not shown.

bin/Version 1.3/zxuno-v1.3-r5.cor

3.83 MB
Binary file not shown.

bin/Version 1.3/zxuno-v1.3-r6.bit

4.08 MB
Binary file not shown.

bin/Version 1.3/zxuno-v1.3-r6.cor

4.09 MB
Binary file not shown.

0 commit comments

Comments
 (0)