Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
João Magalhães
chip-ahoyto
Commits
05c2deda
Verified
Commit
05c2deda
authored
Nov 26, 2022
by
João Magalhães
🎱
Browse files
feat: new palette and readme contents
parent
fbde958f
Pipeline
#1798
passed with stages
in 9 minutes and 29 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
05c2deda
...
...
@@ -46,6 +46,12 @@ You can check a working version of the emulator at **[chip-ahoyto.joao.me](https
## Build
### Library
```
bash
cargo build
```
### WASM for Node.js
```
bash
...
...
frontends/web/ts/palettes.ts
View file @
05c2deda
...
...
@@ -19,6 +19,13 @@ export const PALETTES = [
[
0xff
,
0x00
,
0x00
],
[
0x1b
,
0x1a
,
0x17
]
]
},
{
name
:
"
yellow
"
,
colors
:
[
[
0xff
,
0xff
,
0x00
],
[
0x00
,
0x00
,
0xff
]
]
}
];
...
...
res/roms/flip_8.ch8
0 → 100644
View file @
05c2deda
File added
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment