chip-8 / chip-8-database

A database of CHIP-8 ROM metadata
Other
17 stars 3 forks source link

Normalize colours from CHIP-8 Archive #10

Closed Timendus closed 1 year ago

Timendus commented 1 year ago

To merge after #7 and #9: a normalization for the different colours that we load in from the CHIP-8 archive. This makes using the colours much easier for emulator developers because they know exactly what to expect.

From the Archive we get:

After this PR we only get:

There is a regex pattern in the JSON schema to make sure it stays that way.