Skip to content

Commit 82be494

Browse files
author
Maciej Witkowiak
committed
Merge branch 'atari' of https://github.com/ytmytm/geos-atari.git into atari
2 parents 428f86d + 139d970 commit 82be494

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/continous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: CI
44
on:
55
# Triggers the workflow on push events but only for the selected branch
66
push:
7-
branches: [ beamracer-ramexp ]
7+
branches: [ atari ]
88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
1010

README-Atari.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,11 @@ There is no PAL/NTSC detection yet, the system is assumed to be PAL.
218218

219219
## Building the system
220220

221-
It's best to use Linux or WSL for that.
221+
A github workflow is setup in *Actions*, you can find latest binaries attached to *CI* workflow run results.
222222

223-
Install Python3 and cc65 suite and then:
223+
If you want to build the system on your own it's best to use Linux or WSL for that.
224+
225+
Install sed, Python 3 and cc65 suite and then:
224226

225227
- if you like, run Makefile from `cc65/apps` (this will build filesel.cvt - tiny application launcher for DeskTop replacement among others)
226228
- put the CVT files that you want to have in the system into `ramdisk/cvt-128k/` or `ramdisk/cvt-320k`

0 commit comments

Comments
 (0)