This website works better with JavaScript.
Explore
Help
Sign In
cpp
/
b8rk
Watch
1
Star
0
Fork
You've already forked b8rk
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
A chip8 emulator for learning old school assembly language game dev.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
0
Tags
2.2 MiB
Tag:
Branch:
Tree:
5efa8be1c4
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5efa8be1c4'
${ noResults }
b8rk
/
src
/
meson.build
8 lines
80 B
Raw
Normal View
History
Unescape
Escape
Build now has lel-guecs in it so I can do a UI.
2 months ago
sources
=
files
(
'dbc.cpp'
,
'chip8.cpp'
,
'stats.cpp'
,
Move the graphics stuff out of main.
2 months ago
'display.cpp'
,
Build now has lel-guecs in it so I can do a UI.
2 months ago
)