ngdevkit:issues/70

Last commit made on 2021-12-25
Get this branch:
git clone -b issues/70 https://git.launchpad.net/ngdevkit

Branch merges

Branch information

Name:
issues/70
Repository:
lp:ngdevkit

Recent commits

6d50d4f... by Damien Ciabrini

Ability to configure backup RAM segment in ROM

A new section in ngdevkit linkscript and an associated
C macro allows variables to be stored in a location that
gets automatically saved to backup RAM on MVS.

Closes #70

4b379c2... by Damien Ciabrini

Add instructions to install nightly RPM

Closes #57

0b38239... by Damien Ciabrini

Fix dependency in deployment workflow

60a1628... by Damien Ciabrini

Enable automatic nightly RPM rebuild on COPR

bb3a6fd... by Damien Ciabrini

Fix invalid dependencies documentation in README-linux

Updated Debian and Ubuntu example dependencies

Closes #63

d91c817... by Damien Ciabrini

Merge pull request #62 from khelkun/master

Update README.md to fix pre-built binaries installation on Windows

3ecae49... by =?utf-8?q?S=C3=A9bastien_PERIN?= <email address hidden>

Update README.md to fix pre-built binaries installation on Windows

Fixed the ngdevkit source options for pacman: Replaced "PackageOptional" by "Optional TrustAll"
Closes dciabrin/ngdevkit#61

bdac3a2... by Damien Ciabrini

Fix some README typos

Closes #56

1b1e838... by Damien Ciabrini

nullbios: fix input processing in system_io

The parsing of input got broken after the implementation
of credits management for the two players.

a06d1f4... by Damien Ciabrini

nullbios: fix credit management and AES

Fix the AES start_status check after the implementation of
credit management for 2 players.

Fix an invalid shift for credit checks in the MVS case.

Ref dciabrin/ngdevkit-examples#7