ngdevkit:credits-aes

Last commit made on 2021-08-21
Get this branch:
git clone -b credits-aes https://git.launchpad.net/ngdevkit

Branch merges

Branch information

Name:
credits-aes
Repository:
lp:ngdevkit

Recent commits

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

abfc1b4... by Damien Ciabrini

nullbios: credits management for 2 players

Ref dciabrin/ngdevkit-examples#7

db347cc... by Damien Ciabrini

Make memory-mapped registers volatile in C headers

As we don't want the compiler to optimize away reads or writes
to those addresses.

Closes #51

d299831... by Damien Ciabrini

Update documentation to detail how to install packages on MSYS2.

Split the documentation in dedicated files for each platform.

Closes #47

12b6270... by Damien Ciabrini

CI: add MSYS2 test and packaging

Ref dciabrin/ngdevkit#47

f845e9c... by Damien Ciabrini

Initial support for MSYS2 - native devkit for Windows

Ref #47

154920e... by Damien Ciabrini

clang: ensure gngeo's autoconf script can detect opengl

Ref #48

444f37a... by Damien Ciabrini

Doc: update the required dependencies in READMEs.

Ref #46

9cd8b49... by Damien Ciabrini

CI: migration to github actions

Closes #44

0627485... by Damien Ciabrini

Helper macros to generate and access sofware DIP configuration

This introduces a breaking change in symbol names used for the
DIP pointers (rom_info_EU -> dip_eu_rom).